Shades of Dark Red #970805
Tints of Dark Red #970805
RGB
CMYK
RGB Variations
Color information
#970805 (or 0x970805) is known color: Dark Red. HEX triplet: 97, 08 and 05. RGB value is (151,8,5). Sum of RGB (Red+Green+Blue) = 151+8+5=164 (21% of max value = 765). Red value is 151 (59.38% from 255 or 92.07% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 151 - color contains mainly: red. Hex color #970805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970805 is #68F7FA. Grayscale: #323232. Windows color (decimal): -6879227 or 329879. OLE color: 329879.
HSL color Cylindrical-coordinate representation of color #970805: hue angle of 1.23º 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 #970805 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 8 | 5 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.41 |
| HSL | 1.23º | 0.94% | 0.31% | - |
| HSV(B) | 1.23º | 0.97% | 0.59% | - |
| XYZ | 12.88 | 6.76 | 0.77 | - |
| YUV | 50.42 | 102.38 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 8 | 5 | 0 | 0.95 | 0.97 | 0.41 | 1.23 | 0.94 | 0.31 |
| Hex | 97 | 8 | 5 | 0 | 5F | 61 | 29 | 1 | 5E | 1F |
| Octal | 227 | 10 | 5 | 0 | 137 | 141 | 51 | 1 | 136 | 37 |
| Binary | 10010111 | 1000 | 101 | 0 | 1011111 | 1100001 | 101001 | 1 | 1011110 | 11111 |
Color Harmonies of #970805
Complementary color
Monochromatic Colors of #970805
Black with #970805
Text Example
Text Example
White with #970805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970805; }
p { color: rgb(151,8,5); }
H1.HeaderClassName
{
color: #970805;
}
.AnyTagClassName
{
color: #970805;
}
</style>
background-color css
<style>
a { background-color: #970805; }
a { background-color: rgb(151,8,5); }
div.DivClassName
{
background-color: #970805;
}
.BgClassName
{
background-color: #970805;
}
</style>
border-color css
<style>
span { border-color: #970805; }
span { border-color: rgb(151,8,5); }
td.TdClassName
{
border-color: #970805;
}
.TagClassName
{
border-color: #970805;
}
</style>