Shades of Dark Red #911406
Tints of Dark Red #911406
RGB
CMYK
RGB Variations
Color information
#911406 (or 0x911406) is known color: Dark Red. HEX triplet: 91, 14 and 06. RGB value is (145,20,6). Sum of RGB (Red+Green+Blue) = 145+20+6=171 (22% of max value = 765). Red value is 145 (57.03% from 255 or 84.80% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 145 - color contains mainly: red. Hex color #911406 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911406 is #6EEBF9. Grayscale: #373737. Windows color (decimal): -7269370 or 398481. OLE color: 398481.
HSL color Cylindrical-coordinate representation of color #911406: hue angle of 6.04º 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 #911406 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 20 | 6 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.43 |
| HSL | 6.04º | 0.92% | 0.3% | - |
| HSV(B) | 6.04º | 0.96% | 0.57% | - |
| XYZ | 11.96 | 6.53 | 0.8 | - |
| YUV | 55.78 | 99.91 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 20 | 6 | 0 | 0.86 | 0.96 | 0.43 | 6.04 | 0.92 | 0.3 |
| Hex | 91 | 14 | 6 | 0 | 56 | 60 | 2B | 6 | 5C | 1E |
| Octal | 221 | 24 | 6 | 0 | 126 | 140 | 53 | 6 | 134 | 36 |
| Binary | 10010001 | 10100 | 110 | 0 | 1010110 | 1100000 | 101011 | 110 | 1011100 | 11110 |
Color Harmonies of #911406
Complementary color
Monochromatic Colors of #911406
Black with #911406
Text Example
Text Example
White with #911406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911406; }
p { color: rgb(145,20,6); }
H1.HeaderClassName
{
color: #911406;
}
.AnyTagClassName
{
color: #911406;
}
</style>
background-color css
<style>
a { background-color: #911406; }
a { background-color: rgb(145,20,6); }
div.DivClassName
{
background-color: #911406;
}
.BgClassName
{
background-color: #911406;
}
</style>
border-color css
<style>
span { border-color: #911406; }
span { border-color: rgb(145,20,6); }
td.TdClassName
{
border-color: #911406;
}
.TagClassName
{
border-color: #911406;
}
</style>