Shades of Dark Red #971905
Tints of Dark Red #971905
RGB
CMYK
RGB Variations
Color information
#971905 (or 0x971905) is known color: Dark Red. HEX triplet: 97, 19 and 05. RGB value is (151,25,5). Sum of RGB (Red+Green+Blue) = 151+25+5=181 (23% of max value = 765). Red value is 151 (59.38% from 255 or 83.43% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 151 - color contains mainly: red. Hex color #971905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971905 is #68E6FA. Grayscale: #3C3C3C. Windows color (decimal): -6874875 or 334231. OLE color: 334231.
HSL color Cylindrical-coordinate representation of color #971905: hue angle of 8.22º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #971905 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 25 | 5 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.41 |
| HSL | 8.22º | 0.94% | 0.31% | - |
| HSV(B) | 8.22º | 0.97% | 0.59% | - |
| XYZ | 13.14 | 7.29 | 0.86 | - |
| YUV | 60.39 | 96.74 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 25 | 5 | 0 | 0.83 | 0.97 | 0.41 | 8.22 | 0.94 | 0.31 |
| Hex | 97 | 19 | 5 | 0 | 53 | 61 | 29 | 8 | 5E | 1F |
| Octal | 227 | 31 | 5 | 0 | 123 | 141 | 51 | 10 | 136 | 37 |
| Binary | 10010111 | 11001 | 101 | 0 | 1010011 | 1100001 | 101001 | 1000 | 1011110 | 11111 |
Color Harmonies of #971905
Complementary color
Monochromatic Colors of #971905
Black with #971905
Text Example
Text Example
White with #971905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971905; }
p { color: rgb(151,25,5); }
H1.HeaderClassName
{
color: #971905;
}
.AnyTagClassName
{
color: #971905;
}
</style>
background-color css
<style>
a { background-color: #971905; }
a { background-color: rgb(151,25,5); }
div.DivClassName
{
background-color: #971905;
}
.BgClassName
{
background-color: #971905;
}
</style>
border-color css
<style>
span { border-color: #971905; }
span { border-color: rgb(151,25,5); }
td.TdClassName
{
border-color: #971905;
}
.TagClassName
{
border-color: #971905;
}
</style>