Shades of Dark Red #911008
Tints of Dark Red #911008
RGB
CMYK
RGB Variations
Color information
#911008 (or 0x911008) is known color: Dark Red. HEX triplet: 91, 10 and 08. RGB value is (145,16,8). Sum of RGB (Red+Green+Blue) = 145+16+8=169 (22% of max value = 765). Red value is 145 (57.03% from 255 or 85.80% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 145 - color contains mainly: red. Hex color #911008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911008 is #6EEFF7. Grayscale: #353535. Windows color (decimal): -7270392 or 528529. OLE color: 528529.
HSL color Cylindrical-coordinate representation of color #911008: hue angle of 3.5º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #911008 is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 16 | 8 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.43 |
| HSL | 3.5º | 0.9% | 0.3% | - |
| HSV(B) | 3.5º | 0.94% | 0.57% | - |
| XYZ | 11.91 | 6.41 | 0.84 | - |
| YUV | 53.66 | 102.24 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 8 | 0 | 0.89 | 0.94 | 0.43 | 3.5 | 0.9 | 0.3 |
| Hex | 91 | 10 | 8 | 0 | 59 | 5E | 2B | 4 | 5A | 1E |
| Octal | 221 | 20 | 10 | 0 | 131 | 136 | 53 | 4 | 132 | 36 |
| Binary | 10010001 | 10000 | 1000 | 0 | 1011001 | 1011110 | 101011 | 100 | 1011010 | 11110 |
Color Harmonies of #911008
Complementary color
Monochromatic Colors of #911008
Black with #911008
Text Example
Text Example
White with #911008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911008; }
p { color: rgb(145,16,8); }
H1.HeaderClassName
{
color: #911008;
}
.AnyTagClassName
{
color: #911008;
}
</style>
background-color css
<style>
a { background-color: #911008; }
a { background-color: rgb(145,16,8); }
div.DivClassName
{
background-color: #911008;
}
.BgClassName
{
background-color: #911008;
}
</style>
border-color css
<style>
span { border-color: #911008; }
span { border-color: rgb(145,16,8); }
td.TdClassName
{
border-color: #911008;
}
.TagClassName
{
border-color: #911008;
}
</style>