Shades of Dark Red #971608
Tints of Dark Red #971608
RGB
CMYK
RGB Variations
Color information
#971608 (or 0x971608) is known color: Dark Red. HEX triplet: 97, 16 and 08. RGB value is (151,22,8). Sum of RGB (Red+Green+Blue) = 151+22+8=181 (23% of max value = 765). Red value is 151 (59.38% from 255 or 83.43% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 151 - color contains mainly: red. Hex color #971608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971608 is #68E9F7. Grayscale: #3B3B3B. Windows color (decimal): -6875640 or 530071. OLE color: 530071.
HSL color Cylindrical-coordinate representation of color #971608: hue angle of 5.87º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #971608 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 22 | 8 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.41 |
| HSL | 5.87º | 0.9% | 0.31% | - |
| HSV(B) | 5.87º | 0.95% | 0.59% | - |
| XYZ | 13.09 | 7.17 | 0.92 | - |
| YUV | 58.98 | 99.24 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 22 | 8 | 0 | 0.85 | 0.95 | 0.41 | 5.87 | 0.9 | 0.31 |
| Hex | 97 | 16 | 8 | 0 | 55 | 5F | 29 | 6 | 5A | 1F |
| Octal | 227 | 26 | 10 | 0 | 125 | 137 | 51 | 6 | 132 | 37 |
| Binary | 10010111 | 10110 | 1000 | 0 | 1010101 | 1011111 | 101001 | 110 | 1011010 | 11111 |
Color Harmonies of #971608
Complementary color
Monochromatic Colors of #971608
Black with #971608
Text Example
Text Example
White with #971608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971608; }
p { color: rgb(151,22,8); }
H1.HeaderClassName
{
color: #971608;
}
.AnyTagClassName
{
color: #971608;
}
</style>
background-color css
<style>
a { background-color: #971608; }
a { background-color: rgb(151,22,8); }
div.DivClassName
{
background-color: #971608;
}
.BgClassName
{
background-color: #971608;
}
</style>
border-color css
<style>
span { border-color: #971608; }
span { border-color: rgb(151,22,8); }
td.TdClassName
{
border-color: #971608;
}
.TagClassName
{
border-color: #971608;
}
</style>