Shades of Dark Red #910E06
Tints of Dark Red #910E06
RGB
CMYK
RGB Variations
Color information
#910E06 (or 0x910E06) is known color: Dark Red. HEX triplet: 91, 0E and 06. RGB value is (145,14,6). Sum of RGB (Red+Green+Blue) = 145+14+6=165 (21% of max value = 765). Red value is 145 (57.03% from 255 or 87.88% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 145 - color contains mainly: red. Hex color #910E06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910E06 is #6EF1F9. Grayscale: #343434. Windows color (decimal): -7270906 or 396945. OLE color: 396945.
HSL color Cylindrical-coordinate representation of color #910E06: hue angle of 3.45º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #910E06 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 6 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.43 |
| HSL | 3.45º | 0.92% | 0.3% | - |
| HSV(B) | 3.45º | 0.96% | 0.57% | - |
| XYZ | 11.87 | 6.35 | 0.77 | - |
| YUV | 52.26 | 101.9 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 6 | 0 | 0.90 | 0.96 | 0.43 | 3.45 | 0.92 | 0.3 |
| Hex | 91 | E | 6 | 0 | 5A | 60 | 2B | 3 | 5C | 1E |
| Octal | 221 | 16 | 6 | 0 | 132 | 140 | 53 | 3 | 134 | 36 |
| Binary | 10010001 | 1110 | 110 | 0 | 1011010 | 1100000 | 101011 | 11 | 1011100 | 11110 |
Color Harmonies of #910E06
Complementary color
Monochromatic Colors of #910E06
Black with #910E06
Text Example
Text Example
White with #910E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E06; }
p { color: rgb(145,14,6); }
H1.HeaderClassName
{
color: #910E06;
}
.AnyTagClassName
{
color: #910E06;
}
</style>
background-color css
<style>
a { background-color: #910E06; }
a { background-color: rgb(145,14,6); }
div.DivClassName
{
background-color: #910E06;
}
.BgClassName
{
background-color: #910E06;
}
</style>
border-color css
<style>
span { border-color: #910E06; }
span { border-color: rgb(145,14,6); }
td.TdClassName
{
border-color: #910E06;
}
.TagClassName
{
border-color: #910E06;
}
</style>