Shades of Dark Red #911308
Tints of Dark Red #911308
RGB
CMYK
RGB Variations
Color information
#911308 (or 0x911308) is known color: Dark Red. HEX triplet: 91, 13 and 08. RGB value is (145,19,8). Sum of RGB (Red+Green+Blue) = 145+19+8=172 (22% of max value = 765). Red value is 145 (57.03% from 255 or 84.30% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 145 - color contains mainly: red. Hex color #911308 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911308 is #6EECF7. Grayscale: #373737. Windows color (decimal): -7269624 or 529297. OLE color: 529297.
HSL color Cylindrical-coordinate representation of color #911308: hue angle of 4.82º 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 #911308 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 19 | 8 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.43 |
| HSL | 4.82º | 0.9% | 0.3% | - |
| HSV(B) | 4.82º | 0.94% | 0.57% | - |
| XYZ | 11.95 | 6.5 | 0.85 | - |
| YUV | 55.42 | 101.24 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 19 | 8 | 0 | 0.87 | 0.94 | 0.43 | 4.82 | 0.9 | 0.3 |
| Hex | 91 | 13 | 8 | 0 | 57 | 5E | 2B | 5 | 5A | 1E |
| Octal | 221 | 23 | 10 | 0 | 127 | 136 | 53 | 5 | 132 | 36 |
| Binary | 10010001 | 10011 | 1000 | 0 | 1010111 | 1011110 | 101011 | 101 | 1011010 | 11110 |
Color Harmonies of #911308
Complementary color
Monochromatic Colors of #911308
Black with #911308
Text Example
Text Example
White with #911308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911308; }
p { color: rgb(145,19,8); }
H1.HeaderClassName
{
color: #911308;
}
.AnyTagClassName
{
color: #911308;
}
</style>
background-color css
<style>
a { background-color: #911308; }
a { background-color: rgb(145,19,8); }
div.DivClassName
{
background-color: #911308;
}
.BgClassName
{
background-color: #911308;
}
</style>
border-color css
<style>
span { border-color: #911308; }
span { border-color: rgb(145,19,8); }
td.TdClassName
{
border-color: #911308;
}
.TagClassName
{
border-color: #911308;
}
</style>