Shades of Dark Red #910D06
Tints of Dark Red #910D06
RGB
CMYK
RGB Variations
Color information
#910D06 (or 0x910D06) is known color: Dark Red. HEX triplet: 91, 0D and 06. RGB value is (145,13,6). Sum of RGB (Red+Green+Blue) = 145+13+6=164 (21% of max value = 765). Red value is 145 (57.03% from 255 or 88.41% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 145 - color contains mainly: red. Hex color #910D06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910D06 is #6EF2F9. Grayscale: #333333. Windows color (decimal): -7271162 or 396689. OLE color: 396689.
HSL color Cylindrical-coordinate representation of color #910D06: hue angle of 3.02º 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 #910D06 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 6 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.43 |
| HSL | 3.02º | 0.92% | 0.3% | - |
| HSV(B) | 3.02º | 0.96% | 0.57% | - |
| XYZ | 11.85 | 6.32 | 0.77 | - |
| YUV | 51.67 | 102.23 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 6 | 0 | 0.91 | 0.96 | 0.43 | 3.02 | 0.92 | 0.3 |
| Hex | 91 | D | 6 | 0 | 5B | 60 | 2B | 3 | 5C | 1E |
| Octal | 221 | 15 | 6 | 0 | 133 | 140 | 53 | 3 | 134 | 36 |
| Binary | 10010001 | 1101 | 110 | 0 | 1011011 | 1100000 | 101011 | 11 | 1011100 | 11110 |
Color Harmonies of #910D06
Complementary color
Monochromatic Colors of #910D06
Black with #910D06
Text Example
Text Example
White with #910D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D06; }
p { color: rgb(145,13,6); }
H1.HeaderClassName
{
color: #910D06;
}
.AnyTagClassName
{
color: #910D06;
}
</style>
background-color css
<style>
a { background-color: #910D06; }
a { background-color: rgb(145,13,6); }
div.DivClassName
{
background-color: #910D06;
}
.BgClassName
{
background-color: #910D06;
}
</style>
border-color css
<style>
span { border-color: #910D06; }
span { border-color: rgb(145,13,6); }
td.TdClassName
{
border-color: #910D06;
}
.TagClassName
{
border-color: #910D06;
}
</style>