Shades of Dark Red #911705
Tints of Dark Red #911705
RGB
CMYK
RGB Variations
Color information
#911705 (or 0x911705) is known color: Dark Red. HEX triplet: 91, 17 and 05. RGB value is (145,23,5). Sum of RGB (Red+Green+Blue) = 145+23+5=173 (22% of max value = 765). Red value is 145 (57.03% from 255 or 83.82% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 145 - color contains mainly: red. Hex color #911705 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911705 is #6EE8FA. Grayscale: #393939. Windows color (decimal): -7268603 or 333713. OLE color: 333713.
HSL color Cylindrical-coordinate representation of color #911705: hue angle of 7.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #911705 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 23 | 5 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.43 |
| HSL | 7.71º | 0.93% | 0.29% | - |
| HSV(B) | 7.71º | 0.97% | 0.57% | - |
| XYZ | 12.01 | 6.64 | 0.79 | - |
| YUV | 57.43 | 98.42 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 5 | 0 | 0.84 | 0.97 | 0.43 | 7.71 | 0.93 | 0.29 |
| Hex | 91 | 17 | 5 | 0 | 54 | 61 | 2B | 8 | 5D | 1D |
| Octal | 221 | 27 | 5 | 0 | 124 | 141 | 53 | 10 | 135 | 35 |
| Binary | 10010001 | 10111 | 101 | 0 | 1010100 | 1100001 | 101011 | 1000 | 1011101 | 11101 |
Color Harmonies of #911705
Complementary color
Monochromatic Colors of #911705
Black with #911705
Text Example
Text Example
White with #911705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911705; }
p { color: rgb(145,23,5); }
H1.HeaderClassName
{
color: #911705;
}
.AnyTagClassName
{
color: #911705;
}
</style>
background-color css
<style>
a { background-color: #911705; }
a { background-color: rgb(145,23,5); }
div.DivClassName
{
background-color: #911705;
}
.BgClassName
{
background-color: #911705;
}
</style>
border-color css
<style>
span { border-color: #911705; }
span { border-color: rgb(145,23,5); }
td.TdClassName
{
border-color: #911705;
}
.TagClassName
{
border-color: #911705;
}
</style>