Shades of Sangria #960210
Tints of Sangria #960210
RGB
CMYK
RGB Variations
Color information
#960210 (or 0x960210) is known color: Sangria. HEX triplet: 96, 02 and 10. RGB value is (150,2,16). Sum of RGB (Red+Green+Blue) = 150+2+16=168 (22% of max value = 765). Red value is 150 (58.98% from 255 or 89.29% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 150 - color contains mainly: red. Hex color #960210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960210 is #69FDEF. Grayscale: #2F2F2F. Windows color (decimal): -6946288 or 1049238. OLE color: 1049238.
HSL color Cylindrical-coordinate representation of color #960210: hue angle of 354.32º 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 #960210 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 2 | 16 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.41 |
| HSL | 354.32º | 0.97% | 0.3% | - |
| HSV(B) | 354.32º | 0.99% | 0.59% | - |
| XYZ | 12.69 | 6.56 | 1.09 | - |
| YUV | 47.85 | 110.03 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 16 | 0 | 0.99 | 0.89 | 0.41 | 354.32 | 0.97 | 0.3 |
| Hex | 96 | 2 | 10 | 0 | 63 | 59 | 29 | 162 | 61 | 1E |
| Octal | 226 | 2 | 20 | 0 | 143 | 131 | 51 | 542 | 141 | 36 |
| Binary | 10010110 | 10 | 10000 | 0 | 1100011 | 1011001 | 101001 | 101100010 | 1100001 | 11110 |
Color Harmonies of #960210
Complementary color
Monochromatic Colors of #960210
Black with #960210
Text Example
Text Example
White with #960210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960210; }
p { color: rgb(150,2,16); }
H1.HeaderClassName
{
color: #960210;
}
.AnyTagClassName
{
color: #960210;
}
</style>
background-color css
<style>
a { background-color: #960210; }
a { background-color: rgb(150,2,16); }
div.DivClassName
{
background-color: #960210;
}
.BgClassName
{
background-color: #960210;
}
</style>
border-color css
<style>
span { border-color: #960210; }
span { border-color: rgb(150,2,16); }
td.TdClassName
{
border-color: #960210;
}
.TagClassName
{
border-color: #960210;
}
</style>