Shades of Dark Red #911900
Tints of Dark Red #911900
RGB
CMYK
RGB Variations
Color information
#911900 (or 0x911900) is known color: Dark Red. HEX triplet: 91, 19 and 00. RGB value is (145,25,0). Sum of RGB (Red+Green+Blue) = 145+25+0=170 (22% of max value = 765). Red value is 145 (57.03% from 255 or 85.29% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 145 - color contains mainly: red. Hex color #911900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911900 is #6EE6FF. Grayscale: #3A3A3A. Windows color (decimal): -7268096 or 6545. OLE color: 6545.
HSL color Cylindrical-coordinate representation of color #911900: hue angle of 10.34º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #911900 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 25 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.43 |
| HSL | 10.34º | 1% | 0.28% | - |
| HSV(B) | 10.34º | 1% | 0.57% | - |
| XYZ | 12.02 | 6.72 | 0.66 | - |
| YUV | 58.03 | 95.26 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 0 | 0 | 0.83 | 1 | 0.43 | 10.34 | 1 | 0.28 |
| Hex | 91 | 19 | 0 | 0 | 53 | 64 | 2B | A | 64 | 1C |
| Octal | 221 | 31 | 0 | 0 | 123 | 144 | 53 | 12 | 144 | 34 |
| Binary | 10010001 | 11001 | 0 | 0 | 1010011 | 1100100 | 101011 | 1010 | 1100100 | 11100 |
Color Harmonies of #911900
Complementary color
Monochromatic Colors of #911900
Black with #911900
Text Example
Text Example
White with #911900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911900; }
p { color: rgb(145,25,0); }
H1.HeaderClassName
{
color: #911900;
}
.AnyTagClassName
{
color: #911900;
}
</style>
background-color css
<style>
a { background-color: #911900; }
a { background-color: rgb(145,25,0); }
div.DivClassName
{
background-color: #911900;
}
.BgClassName
{
background-color: #911900;
}
</style>
border-color css
<style>
span { border-color: #911900; }
span { border-color: rgb(145,25,0); }
td.TdClassName
{
border-color: #911900;
}
.TagClassName
{
border-color: #911900;
}
</style>