Shades of Sangria #950210
Tints of Sangria #950210
RGB
CMYK
RGB Variations
Color information
#950210 (or 0x950210) is known color: Sangria. HEX triplet: 95, 02 and 10. RGB value is (149,2,16). Sum of RGB (Red+Green+Blue) = 149+2+16=167 (22% of max value = 765). Red value is 149 (58.59% from 255 or 89.22% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 149 - color contains mainly: red. Hex color #950210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950210 is #6AFDEF. Grayscale: #2F2F2F. Windows color (decimal): -7011824 or 1049237. OLE color: 1049237.
HSL color Cylindrical-coordinate representation of color #950210: hue angle of 354.29º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950210 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 2 | 16 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.42 |
| HSL | 354.29º | 0.97% | 0.3% | - |
| HSV(B) | 354.29º | 0.99% | 0.58% | - |
| XYZ | 12.51 | 6.47 | 1.08 | - |
| YUV | 47.55 | 110.2 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 16 | 0 | 0.99 | 0.89 | 0.42 | 354.29 | 0.97 | 0.3 |
| Hex | 95 | 2 | 10 | 0 | 63 | 59 | 2A | 162 | 61 | 1E |
| Octal | 225 | 2 | 20 | 0 | 143 | 131 | 52 | 542 | 141 | 36 |
| Binary | 10010101 | 10 | 10000 | 0 | 1100011 | 1011001 | 101010 | 101100010 | 1100001 | 11110 |
Color Harmonies of #950210
Complementary color
Monochromatic Colors of #950210
Black with #950210
Text Example
Text Example
White with #950210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950210; }
p { color: rgb(149,2,16); }
H1.HeaderClassName
{
color: #950210;
}
.AnyTagClassName
{
color: #950210;
}
</style>
background-color css
<style>
a { background-color: #950210; }
a { background-color: rgb(149,2,16); }
div.DivClassName
{
background-color: #950210;
}
.BgClassName
{
background-color: #950210;
}
</style>
border-color css
<style>
span { border-color: #950210; }
span { border-color: rgb(149,2,16); }
td.TdClassName
{
border-color: #950210;
}
.TagClassName
{
border-color: #950210;
}
</style>