Shades of Dark Red #901605
Tints of Dark Red #901605
RGB
CMYK
RGB Variations
Color information
#901605 (or 0x901605) is known color: Dark Red. HEX triplet: 90, 16 and 05. RGB value is (144,22,5). Sum of RGB (Red+Green+Blue) = 144+22+5=171 (22% of max value = 765). Red value is 144 (56.64% from 255 or 84.21% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 144 - color contains mainly: red. Hex color #901605 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901605 is #6FE9FA. Grayscale: #383838. Windows color (decimal): -7334395 or 333456. OLE color: 333456.
HSL color Cylindrical-coordinate representation of color #901605: hue angle of 7.34º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #901605 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 5 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.44 |
| HSL | 7.34º | 0.93% | 0.29% | - |
| HSV(B) | 7.34º | 0.97% | 0.56% | - |
| XYZ | 11.82 | 6.51 | 0.78 | - |
| YUV | 56.54 | 98.92 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 5 | 0 | 0.85 | 0.97 | 0.44 | 7.34 | 0.93 | 0.29 |
| Hex | 90 | 16 | 5 | 0 | 55 | 61 | 2C | 7 | 5D | 1D |
| Octal | 220 | 26 | 5 | 0 | 125 | 141 | 54 | 7 | 135 | 35 |
| Binary | 10010000 | 10110 | 101 | 0 | 1010101 | 1100001 | 101100 | 111 | 1011101 | 11101 |
Color Harmonies of #901605
Complementary color
Monochromatic Colors of #901605
Black with #901605
Text Example
Text Example
White with #901605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901605; }
p { color: rgb(144,22,5); }
H1.HeaderClassName
{
color: #901605;
}
.AnyTagClassName
{
color: #901605;
}
</style>
background-color css
<style>
a { background-color: #901605; }
a { background-color: rgb(144,22,5); }
div.DivClassName
{
background-color: #901605;
}
.BgClassName
{
background-color: #901605;
}
</style>
border-color css
<style>
span { border-color: #901605; }
span { border-color: rgb(144,22,5); }
td.TdClassName
{
border-color: #901605;
}
.TagClassName
{
border-color: #901605;
}
</style>