Shades of Dark Red #970908
Tints of Dark Red #970908
RGB
CMYK
RGB Variations
Color information
#970908 (or 0x970908) is known color: Dark Red. HEX triplet: 97, 09 and 08. RGB value is (151,9,8). Sum of RGB (Red+Green+Blue) = 151+9+8=168 (22% of max value = 765). Red value is 151 (59.38% from 255 or 89.88% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 151 - color contains mainly: red. Hex color #970908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970908 is #68F6F7. Grayscale: #333333. Windows color (decimal): -6878968 or 526743. OLE color: 526743.
HSL color Cylindrical-coordinate representation of color #970908: hue angle of 0.42º 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 #970908 is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 9 | 8 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.41 |
| HSL | 0.42º | 0.9% | 0.31% | - |
| HSV(B) | 0.42º | 0.95% | 0.59% | - |
| XYZ | 12.9 | 6.79 | 0.86 | - |
| YUV | 51.34 | 103.54 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 9 | 8 | 0 | 0.94 | 0.95 | 0.41 | 0.42 | 0.9 | 0.31 |
| Hex | 97 | 9 | 8 | 0 | 5E | 5F | 29 | 0 | 5A | 1F |
| Octal | 227 | 11 | 10 | 0 | 136 | 137 | 51 | 0 | 132 | 37 |
| Binary | 10010111 | 1001 | 1000 | 0 | 1011110 | 1011111 | 101001 | 0 | 1011010 | 11111 |
Color Harmonies of #970908
Complementary color
Monochromatic Colors of #970908
Black with #970908
Text Example
Text Example
White with #970908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970908; }
p { color: rgb(151,9,8); }
H1.HeaderClassName
{
color: #970908;
}
.AnyTagClassName
{
color: #970908;
}
</style>
background-color css
<style>
a { background-color: #970908; }
a { background-color: rgb(151,9,8); }
div.DivClassName
{
background-color: #970908;
}
.BgClassName
{
background-color: #970908;
}
</style>
border-color css
<style>
span { border-color: #970908; }
span { border-color: rgb(151,9,8); }
td.TdClassName
{
border-color: #970908;
}
.TagClassName
{
border-color: #970908;
}
</style>