Shades of Dark Red #901009
Tints of Dark Red #901009
RGB
CMYK
RGB Variations
Color information
#901009 (or 0x901009) is known color: Dark Red. HEX triplet: 90, 10 and 09. RGB value is (144,16,9). Sum of RGB (Red+Green+Blue) = 144+16+9=169 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.21% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 144 - color contains mainly: red. Hex color #901009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901009 is #6FEFF6. Grayscale: #353535. Windows color (decimal): -7335927 or 594064. OLE color: 594064.
HSL color Cylindrical-coordinate representation of color #901009: hue angle of 3.11º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #901009 is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 9 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.44 |
| HSL | 3.11º | 0.88% | 0.3% | - |
| HSV(B) | 3.11º | 0.94% | 0.56% | - |
| XYZ | 11.74 | 6.32 | 0.86 | - |
| YUV | 53.47 | 102.91 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 9 | 0 | 0.89 | 0.94 | 0.44 | 3.11 | 0.88 | 0.3 |
| Hex | 90 | 10 | 9 | 0 | 59 | 5E | 2C | 3 | 58 | 1E |
| Octal | 220 | 20 | 11 | 0 | 131 | 136 | 54 | 3 | 130 | 36 |
| Binary | 10010000 | 10000 | 1001 | 0 | 1011001 | 1011110 | 101100 | 11 | 1011000 | 11110 |
Color Harmonies of #901009
Complementary color
Monochromatic Colors of #901009
Black with #901009
Text Example
Text Example
White with #901009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901009; }
p { color: rgb(144,16,9); }
H1.HeaderClassName
{
color: #901009;
}
.AnyTagClassName
{
color: #901009;
}
</style>
background-color css
<style>
a { background-color: #901009; }
a { background-color: rgb(144,16,9); }
div.DivClassName
{
background-color: #901009;
}
.BgClassName
{
background-color: #901009;
}
</style>
border-color css
<style>
span { border-color: #901009; }
span { border-color: rgb(144,16,9); }
td.TdClassName
{
border-color: #901009;
}
.TagClassName
{
border-color: #901009;
}
</style>