Shades of Dark Red #901600
Tints of Dark Red #901600
RGB
CMYK
RGB Variations
Color information
#901600 (or 0x901600) is known color: Dark Red. HEX triplet: 90, 16 and 00. RGB value is (144,22,0). Sum of RGB (Red+Green+Blue) = 144+22+0=166 (21% of max value = 765). Red value is 144 (56.64% from 255 or 86.75% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 144 - color contains mainly: red. Hex color #901600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901600 is #6FE9FF. Grayscale: #383838. Windows color (decimal): -7334400 or 5776. OLE color: 5776.
HSL color Cylindrical-coordinate representation of color #901600: hue angle of 9.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #901600 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.44 |
| HSL | 9.17º | 1% | 0.28% | - |
| HSV(B) | 9.17º | 1% | 0.56% | - |
| XYZ | 11.79 | 6.5 | 0.63 | - |
| YUV | 55.97 | 96.42 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 0 | 0 | 0.85 | 1 | 0.44 | 9.17 | 1 | 0.28 |
| Hex | 90 | 16 | 0 | 0 | 55 | 64 | 2C | 9 | 64 | 1C |
| Octal | 220 | 26 | 0 | 0 | 125 | 144 | 54 | 11 | 144 | 34 |
| Binary | 10010000 | 10110 | 0 | 0 | 1010101 | 1100100 | 101100 | 1001 | 1100100 | 11100 |
Color Harmonies of #901600
Complementary color
Monochromatic Colors of #901600
Black with #901600
Text Example
Text Example
White with #901600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901600; }
p { color: rgb(144,22,0); }
H1.HeaderClassName
{
color: #901600;
}
.AnyTagClassName
{
color: #901600;
}
</style>
background-color css
<style>
a { background-color: #901600; }
a { background-color: rgb(144,22,0); }
div.DivClassName
{
background-color: #901600;
}
.BgClassName
{
background-color: #901600;
}
</style>
border-color css
<style>
span { border-color: #901600; }
span { border-color: rgb(144,22,0); }
td.TdClassName
{
border-color: #901600;
}
.TagClassName
{
border-color: #901600;
}
</style>