Shades of Dark Red #970505
Tints of Dark Red #970505
RGB
CMYK
RGB Variations
Color information
#970505 (or 0x970505) is known color: Dark Red. HEX triplet: 97, 05 and 05. RGB value is (151,5,5). Sum of RGB (Red+Green+Blue) = 151+5+5=161 (21% of max value = 765). Red value is 151 (59.38% from 255 or 93.79% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 151 - color contains mainly: red. Hex color #970505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970505 is #68FAFA. Grayscale: #303030. Windows color (decimal): -6879995 or 329111. OLE color: 329111.
HSL color Cylindrical-coordinate representation of color #970505: hue angle of 0º 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 #970505 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 5 | 5 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.41 |
| HSL | 0º | 0.94% | 0.31% | - |
| HSV(B) | 0º | 0.97% | 0.59% | - |
| XYZ | 12.84 | 6.7 | 0.76 | - |
| YUV | 48.65 | 103.37 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 5 | 5 | 0 | 0.97 | 0.97 | 0.41 | 0 | 0.94 | 0.31 |
| Hex | 97 | 5 | 5 | 0 | 61 | 61 | 29 | 0 | 5E | 1F |
| Octal | 227 | 5 | 5 | 0 | 141 | 141 | 51 | 0 | 136 | 37 |
| Binary | 10010111 | 101 | 101 | 0 | 1100001 | 1100001 | 101001 | 0 | 1011110 | 11111 |
Color Harmonies of #970505
Complementary color
Monochromatic Colors of #970505
Black with #970505
Text Example
Text Example
White with #970505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970505; }
p { color: rgb(151,5,5); }
H1.HeaderClassName
{
color: #970505;
}
.AnyTagClassName
{
color: #970505;
}
</style>
background-color css
<style>
a { background-color: #970505; }
a { background-color: rgb(151,5,5); }
div.DivClassName
{
background-color: #970505;
}
.BgClassName
{
background-color: #970505;
}
</style>
border-color css
<style>
span { border-color: #970505; }
span { border-color: rgb(151,5,5); }
td.TdClassName
{
border-color: #970505;
}
.TagClassName
{
border-color: #970505;
}
</style>