Shades of Sangria #870510
Tints of Sangria #870510
RGB
CMYK
RGB Variations
Color information
#870510 (or 0x870510) is known color: Sangria. HEX triplet: 87, 05 and 10. RGB value is (135,5,16). Sum of RGB (Red+Green+Blue) = 135+5+16=156 (20% of max value = 765). Red value is 135 (53.12% from 255 or 86.54% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 135 - color contains mainly: red. Hex color #870510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870510 is #78FAEF. Grayscale: #2D2D2D. Windows color (decimal): -7928560 or 1049991. OLE color: 1049991.
HSL color Cylindrical-coordinate representation of color #870510: hue angle of 354.92º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870510 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 5 | 16 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.47 |
| HSL | 354.92º | 0.93% | 0.27% | - |
| HSV(B) | 354.92º | 0.96% | 0.53% | - |
| XYZ | 10.14 | 5.3 | 0.98 | - |
| YUV | 45.12 | 111.57 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 16 | 0 | 0.96 | 0.88 | 0.47 | 354.92 | 0.93 | 0.27 |
| Hex | 87 | 5 | 10 | 0 | 60 | 58 | 2F | 163 | 5D | 1B |
| Octal | 207 | 5 | 20 | 0 | 140 | 130 | 57 | 543 | 135 | 33 |
| Binary | 10000111 | 101 | 10000 | 0 | 1100000 | 1011000 | 101111 | 101100011 | 1011101 | 11011 |
Color Harmonies of #870510
Complementary color
Monochromatic Colors of #870510
Black with #870510
Text Example
Text Example
White with #870510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870510; }
p { color: rgb(135,5,16); }
H1.HeaderClassName
{
color: #870510;
}
.AnyTagClassName
{
color: #870510;
}
</style>
background-color css
<style>
a { background-color: #870510; }
a { background-color: rgb(135,5,16); }
div.DivClassName
{
background-color: #870510;
}
.BgClassName
{
background-color: #870510;
}
</style>
border-color css
<style>
span { border-color: #870510; }
span { border-color: rgb(135,5,16); }
td.TdClassName
{
border-color: #870510;
}
.TagClassName
{
border-color: #870510;
}
</style>