Shades of Dark Red #901606
Tints of Dark Red #901606
RGB
CMYK
RGB Variations
Color information
#901606 (or 0x901606) is known color: Dark Red. HEX triplet: 90, 16 and 06. RGB value is (144,22,6). Sum of RGB (Red+Green+Blue) = 144+22+6=172 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.72% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 144 - color contains mainly: red. Hex color #901606 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901606 is #6FE9F9. Grayscale: #383838. Windows color (decimal): -7334394 or 398992. OLE color: 398992.
HSL color Cylindrical-coordinate representation of color #901606: hue angle of 6.96º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #901606 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 6 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.44 |
| HSL | 6.96º | 0.92% | 0.29% | - |
| HSV(B) | 6.96º | 0.96% | 0.56% | - |
| XYZ | 11.82 | 6.52 | 0.81 | - |
| YUV | 56.65 | 99.42 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 6 | 0 | 0.85 | 0.96 | 0.44 | 6.96 | 0.92 | 0.29 |
| Hex | 90 | 16 | 6 | 0 | 55 | 60 | 2C | 7 | 5C | 1D |
| Octal | 220 | 26 | 6 | 0 | 125 | 140 | 54 | 7 | 134 | 35 |
| Binary | 10010000 | 10110 | 110 | 0 | 1010101 | 1100000 | 101100 | 111 | 1011100 | 11101 |
Color Harmonies of #901606
Complementary color
Monochromatic Colors of #901606
Black with #901606
Text Example
Text Example
White with #901606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901606; }
p { color: rgb(144,22,6); }
H1.HeaderClassName
{
color: #901606;
}
.AnyTagClassName
{
color: #901606;
}
</style>
background-color css
<style>
a { background-color: #901606; }
a { background-color: rgb(144,22,6); }
div.DivClassName
{
background-color: #901606;
}
.BgClassName
{
background-color: #901606;
}
</style>
border-color css
<style>
span { border-color: #901606; }
span { border-color: rgb(144,22,6); }
td.TdClassName
{
border-color: #901606;
}
.TagClassName
{
border-color: #901606;
}
</style>