Shades of Dark Red #910D08
Tints of Dark Red #910D08
RGB
CMYK
RGB Variations
Color information
#910D08 (or 0x910D08) is known color: Dark Red. HEX triplet: 91, 0D and 08. RGB value is (145,13,8). Sum of RGB (Red+Green+Blue) = 145+13+8=166 (21% of max value = 765). Red value is 145 (57.03% from 255 or 87.35% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 145 - color contains mainly: red. Hex color #910D08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910D08 is #6EF2F7. Grayscale: #343434. Windows color (decimal): -7271160 or 527761. OLE color: 527761.
HSL color Cylindrical-coordinate representation of color #910D08: hue angle of 2.19º 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 #910D08 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 8 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.43 |
| HSL | 2.19º | 0.9% | 0.3% | - |
| HSV(B) | 2.19º | 0.94% | 0.57% | - |
| XYZ | 11.86 | 6.33 | 0.83 | - |
| YUV | 51.9 | 103.23 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 8 | 0 | 0.91 | 0.94 | 0.43 | 2.19 | 0.9 | 0.3 |
| Hex | 91 | D | 8 | 0 | 5B | 5E | 2B | 2 | 5A | 1E |
| Octal | 221 | 15 | 10 | 0 | 133 | 136 | 53 | 2 | 132 | 36 |
| Binary | 10010001 | 1101 | 1000 | 0 | 1011011 | 1011110 | 101011 | 10 | 1011010 | 11110 |
Color Harmonies of #910D08
Complementary color
Monochromatic Colors of #910D08
Black with #910D08
Text Example
Text Example
White with #910D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D08; }
p { color: rgb(145,13,8); }
H1.HeaderClassName
{
color: #910D08;
}
.AnyTagClassName
{
color: #910D08;
}
</style>
background-color css
<style>
a { background-color: #910D08; }
a { background-color: rgb(145,13,8); }
div.DivClassName
{
background-color: #910D08;
}
.BgClassName
{
background-color: #910D08;
}
</style>
border-color css
<style>
span { border-color: #910D08; }
span { border-color: rgb(145,13,8); }
td.TdClassName
{
border-color: #910D08;
}
.TagClassName
{
border-color: #910D08;
}
</style>