Shades of Dark Red #970703
Tints of Dark Red #970703
RGB
CMYK
RGB Variations
Color information
#970703 (or 0x970703) is known color: Dark Red. HEX triplet: 97, 07 and 03. RGB value is (151,7,3). Sum of RGB (Red+Green+Blue) = 151+7+3=161 (21% of max value = 765). Red value is 151 (59.38% from 255 or 93.79% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 151 - color contains mainly: red. Hex color #970703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970703 is #68F8FC. Grayscale: #313131. Windows color (decimal): -6879485 or 198551. OLE color: 198551.
HSL color Cylindrical-coordinate representation of color #970703: hue angle of 1.62º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #970703 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 7 | 3 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.41 |
| HSL | 1.62º | 0.96% | 0.3% | - |
| HSV(B) | 1.62º | 0.98% | 0.59% | - |
| XYZ | 12.85 | 6.74 | 0.71 | - |
| YUV | 49.6 | 101.71 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 7 | 3 | 0 | 0.95 | 0.98 | 0.41 | 1.62 | 0.96 | 0.3 |
| Hex | 97 | 7 | 3 | 0 | 5F | 62 | 29 | 2 | 60 | 1E |
| Octal | 227 | 7 | 3 | 0 | 137 | 142 | 51 | 2 | 140 | 36 |
| Binary | 10010111 | 111 | 11 | 0 | 1011111 | 1100010 | 101001 | 10 | 1100000 | 11110 |
Color Harmonies of #970703
Complementary color
Monochromatic Colors of #970703
Black with #970703
Text Example
Text Example
White with #970703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970703; }
p { color: rgb(151,7,3); }
H1.HeaderClassName
{
color: #970703;
}
.AnyTagClassName
{
color: #970703;
}
</style>
background-color css
<style>
a { background-color: #970703; }
a { background-color: rgb(151,7,3); }
div.DivClassName
{
background-color: #970703;
}
.BgClassName
{
background-color: #970703;
}
</style>
border-color css
<style>
span { border-color: #970703; }
span { border-color: rgb(151,7,3); }
td.TdClassName
{
border-color: #970703;
}
.TagClassName
{
border-color: #970703;
}
</style>