The Input "#900" detected as "HEX".
| Color | ||
| websafe | Yes | |
| Hex | #990000 | |
| Hex (short) | #900 | |
| RGB | rgb(153,0,0) | |
| RGB in % | rgb(60%,0%,0%) | |
| CMY in % | C=40 M=100 Y=100  | 
      |
| CMYK in % | C=0 M=100 Y=100 K=40  | 
      |
| HSL | hsl(0,100%,30%) | |
| HSV | hsv(0,100%,60%) | |
| Rec. 601 luma | 45.747 | |
| Rec. 709 luma | 32.5278 | |
| Rec. 2020 luma | 40.1931 | |
| Grey scale (Rec. 601 luma) | #2e2e2e | |
| Grey scale (Rec. 709 luma) | #212121 | |
| Grey scale (Rec. 2020 luma) | #282828 | |
| Complementary color | #66ffff | |
| Decimal | 10027008 | |
The following inputs are converted automatically:
    X11 Color names
    example: DodgerBlue4
  
    #rrggbb; rrggbb; #rgb; rgb
    (HEX to RGB bzw. HEX2RGB)
    example: #4169E1
  
    rgb(r,g,b); r,g,b; rgb(r%,g%,b%); r%,g%,b%
    (RGB to HEX bzw. RGB2HEX)
    example: 106,90,205