Shades of Dark Red #910F06
Tints of Dark Red #910F06
RGB
CMYK
RGB Variations
Color information
#910F06 (or 0x910F06) is known color: Dark Red. HEX triplet: 91, 0F and 06. RGB value is (145,15,6). Sum of RGB (Red+Green+Blue) = 145+15+6=166 (21% of max value = 765). Red value is 145 (57.03% from 255 or 87.35% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 145 - color contains mainly: red. Hex color #910F06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910F06 is #6EF0F9. Grayscale: #353535. Windows color (decimal): -7270650 or 397201. OLE color: 397201.
HSL color Cylindrical-coordinate representation of color #910F06: hue angle of 3.88º 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 #910F06 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 6 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.43 |
| HSL | 3.88º | 0.92% | 0.3% | - |
| HSV(B) | 3.88º | 0.96% | 0.57% | - |
| XYZ | 11.88 | 6.37 | 0.78 | - |
| YUV | 52.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 6 | 0 | 0.90 | 0.96 | 0.43 | 3.88 | 0.92 | 0.3 |
| Hex | 91 | F | 6 | 0 | 5A | 60 | 2B | 4 | 5C | 1E |
| Octal | 221 | 17 | 6 | 0 | 132 | 140 | 53 | 4 | 134 | 36 |
| Binary | 10010001 | 1111 | 110 | 0 | 1011010 | 1100000 | 101011 | 100 | 1011100 | 11110 |
Color Harmonies of #910F06
Complementary color
Monochromatic Colors of #910F06
Black with #910F06
Text Example
Text Example
White with #910F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F06; }
p { color: rgb(145,15,6); }
H1.HeaderClassName
{
color: #910F06;
}
.AnyTagClassName
{
color: #910F06;
}
</style>
background-color css
<style>
a { background-color: #910F06; }
a { background-color: rgb(145,15,6); }
div.DivClassName
{
background-color: #910F06;
}
.BgClassName
{
background-color: #910F06;
}
</style>
border-color css
<style>
span { border-color: #910F06; }
span { border-color: rgb(145,15,6); }
td.TdClassName
{
border-color: #910F06;
}
.TagClassName
{
border-color: #910F06;
}
</style>