Shades of Dark Red #970A08
Tints of Dark Red #970A08
RGB
CMYK
RGB Variations
Color information
#970A08 (or 0x970A08) is known color: Dark Red. HEX triplet: 97, 0A and 08. RGB value is (151,10,8). Sum of RGB (Red+Green+Blue) = 151+10+8=169 (22% of max value = 765). Red value is 151 (59.38% from 255 or 89.35% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 151 - color contains mainly: red. Hex color #970A08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970A08 is #68F5F7. Grayscale: #343434. Windows color (decimal): -6878712 or 526999. OLE color: 526999.
HSL color Cylindrical-coordinate representation of color #970A08: hue angle of 0.84º 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 #970A08 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 10 | 8 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.41 |
| HSL | 0.84º | 0.9% | 0.31% | - |
| HSV(B) | 0.84º | 0.95% | 0.59% | - |
| XYZ | 12.91 | 6.81 | 0.86 | - |
| YUV | 51.93 | 103.21 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 8 | 0 | 0.93 | 0.95 | 0.41 | 0.84 | 0.9 | 0.31 |
| Hex | 97 | A | 8 | 0 | 5D | 5F | 29 | 1 | 5A | 1F |
| Octal | 227 | 12 | 10 | 0 | 135 | 137 | 51 | 1 | 132 | 37 |
| Binary | 10010111 | 1010 | 1000 | 0 | 1011101 | 1011111 | 101001 | 1 | 1011010 | 11111 |
Color Harmonies of #970A08
Complementary color
Monochromatic Colors of #970A08
Black with #970A08
Text Example
Text Example
White with #970A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970A08; }
p { color: rgb(151,10,8); }
H1.HeaderClassName
{
color: #970A08;
}
.AnyTagClassName
{
color: #970A08;
}
</style>
background-color css
<style>
a { background-color: #970A08; }
a { background-color: rgb(151,10,8); }
div.DivClassName
{
background-color: #970A08;
}
.BgClassName
{
background-color: #970A08;
}
</style>
border-color css
<style>
span { border-color: #970A08; }
span { border-color: rgb(151,10,8); }
td.TdClassName
{
border-color: #970A08;
}
.TagClassName
{
border-color: #970A08;
}
</style>