Shades of Dark Red #901900
Tints of Dark Red #901900
RGB
CMYK
RGB Variations
Color information
#901900 (or 0x901900) is known color: Dark Red. HEX triplet: 90, 19 and 00. RGB value is (144,25,0). Sum of RGB (Red+Green+Blue) = 144+25+0=169 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.21% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 144 - color contains mainly: red. Hex color #901900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901900 is #6FE6FF. Grayscale: #393939. Windows color (decimal): -7333632 or 6544. OLE color: 6544.
HSL color Cylindrical-coordinate representation of color #901900: hue angle of 10.42º 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 #901900 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.44 |
| HSL | 10.42º | 1% | 0.28% | - |
| HSV(B) | 10.42º | 1% | 0.56% | - |
| XYZ | 11.85 | 6.62 | 0.65 | - |
| YUV | 57.73 | 95.42 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 0 | 0 | 0.83 | 1 | 0.44 | 10.42 | 1 | 0.28 |
| Hex | 90 | 19 | 0 | 0 | 53 | 64 | 2C | A | 64 | 1C |
| Octal | 220 | 31 | 0 | 0 | 123 | 144 | 54 | 12 | 144 | 34 |
| Binary | 10010000 | 11001 | 0 | 0 | 1010011 | 1100100 | 101100 | 1010 | 1100100 | 11100 |
Color Harmonies of #901900
Complementary color
Monochromatic Colors of #901900
Black with #901900
Text Example
Text Example
White with #901900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901900; }
p { color: rgb(144,25,0); }
H1.HeaderClassName
{
color: #901900;
}
.AnyTagClassName
{
color: #901900;
}
</style>
background-color css
<style>
a { background-color: #901900; }
a { background-color: rgb(144,25,0); }
div.DivClassName
{
background-color: #901900;
}
.BgClassName
{
background-color: #901900;
}
</style>
border-color css
<style>
span { border-color: #901900; }
span { border-color: rgb(144,25,0); }
td.TdClassName
{
border-color: #901900;
}
.TagClassName
{
border-color: #901900;
}
</style>