Shades of Sangria #970210
Tints of Sangria #970210
RGB
CMYK
RGB Variations
Color information
#970210 (or 0x970210) is known color: Sangria. HEX triplet: 97, 02 and 10. RGB value is (151,2,16). Sum of RGB (Red+Green+Blue) = 151+2+16=169 (22% of max value = 765). Red value is 151 (59.38% from 255 or 89.35% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 151 - color contains mainly: red. Hex color #970210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970210 is #68FDEF. Grayscale: #303030. Windows color (decimal): -6880752 or 1049239. OLE color: 1049239.
HSL color Cylindrical-coordinate representation of color #970210: hue angle of 354.36º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970210 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 2 | 16 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.41 |
| HSL | 354.36º | 0.97% | 0.3% | - |
| HSV(B) | 354.36º | 0.99% | 0.59% | - |
| XYZ | 12.88 | 6.66 | 1.1 | - |
| YUV | 48.15 | 109.86 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 2 | 16 | 0 | 0.99 | 0.89 | 0.41 | 354.36 | 0.97 | 0.3 |
| Hex | 97 | 2 | 10 | 0 | 63 | 59 | 29 | 162 | 61 | 1E |
| Octal | 227 | 2 | 20 | 0 | 143 | 131 | 51 | 542 | 141 | 36 |
| Binary | 10010111 | 10 | 10000 | 0 | 1100011 | 1011001 | 101001 | 101100010 | 1100001 | 11110 |
Color Harmonies of #970210
Complementary color
Monochromatic Colors of #970210
Black with #970210
Text Example
Text Example
White with #970210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970210; }
p { color: rgb(151,2,16); }
H1.HeaderClassName
{
color: #970210;
}
.AnyTagClassName
{
color: #970210;
}
</style>
background-color css
<style>
a { background-color: #970210; }
a { background-color: rgb(151,2,16); }
div.DivClassName
{
background-color: #970210;
}
.BgClassName
{
background-color: #970210;
}
</style>
border-color css
<style>
span { border-color: #970210; }
span { border-color: rgb(151,2,16); }
td.TdClassName
{
border-color: #970210;
}
.TagClassName
{
border-color: #970210;
}
</style>