Shades of Sangria #870210
Tints of Sangria #870210
RGB
CMYK
RGB Variations
Color information
#870210 (or 0x870210) is known color: Sangria. HEX triplet: 87, 02 and 10. RGB value is (135,2,16). Sum of RGB (Red+Green+Blue) = 135+2+16=153 (20% of max value = 765). Red value is 135 (53.12% from 255 or 88.24% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 135 - color contains mainly: red. Hex color #870210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870210 is #78FDEF. Grayscale: #2B2B2B. Windows color (decimal): -7929328 or 1049223. OLE color: 1049223.
HSL color Cylindrical-coordinate representation of color #870210: hue angle of 353.68º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870210 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 2 | 16 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.47 |
| HSL | 353.68º | 0.97% | 0.27% | - |
| HSV(B) | 353.68º | 0.99% | 0.53% | - |
| XYZ | 10.11 | 5.23 | 0.97 | - |
| YUV | 43.36 | 112.56 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 2 | 16 | 0 | 0.99 | 0.88 | 0.47 | 353.68 | 0.97 | 0.27 |
| Hex | 87 | 2 | 10 | 0 | 63 | 58 | 2F | 162 | 61 | 1B |
| Octal | 207 | 2 | 20 | 0 | 143 | 130 | 57 | 542 | 141 | 33 |
| Binary | 10000111 | 10 | 10000 | 0 | 1100011 | 1011000 | 101111 | 101100010 | 1100001 | 11011 |
Color Harmonies of #870210
Complementary color
Monochromatic Colors of #870210
Black with #870210
Text Example
Text Example
White with #870210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870210; }
p { color: rgb(135,2,16); }
H1.HeaderClassName
{
color: #870210;
}
.AnyTagClassName
{
color: #870210;
}
</style>
background-color css
<style>
a { background-color: #870210; }
a { background-color: rgb(135,2,16); }
div.DivClassName
{
background-color: #870210;
}
.BgClassName
{
background-color: #870210;
}
</style>
border-color css
<style>
span { border-color: #870210; }
span { border-color: rgb(135,2,16); }
td.TdClassName
{
border-color: #870210;
}
.TagClassName
{
border-color: #870210;
}
</style>