Shades of Sangria #87010E
Tints of Sangria #87010E
RGB
CMYK
RGB Variations
Color information
#87010E (or 0x87010E) is known color: Sangria. HEX triplet: 87, 01 and 0E. RGB value is (135,1,14). Sum of RGB (Red+Green+Blue) = 135+1+14=150 (19% of max value = 765). Red value is 135 (53.12% from 255 or 90% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 135 - color contains mainly: red. Hex color #87010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87010E is #78FEF1. Grayscale: #2A2A2A. Windows color (decimal): -7929586 or 917895. OLE color: 917895.
HSL color Cylindrical-coordinate representation of color #87010E: hue angle of 354.18º degrees, saturation: 0.99, 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 #87010E is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.47 |
| HSL | 354.18º | 0.99% | 0.27% | - |
| HSV(B) | 354.18º | 0.99% | 0.53% | - |
| XYZ | 10.08 | 5.2 | 0.89 | - |
| YUV | 42.55 | 111.89 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 14 | 0 | 0.99 | 0.90 | 0.47 | 354.18 | 0.99 | 0.27 |
| Hex | 87 | 1 | E | 0 | 63 | 5A | 2F | 162 | 63 | 1B |
| Octal | 207 | 1 | 16 | 0 | 143 | 132 | 57 | 542 | 143 | 33 |
| Binary | 10000111 | 1 | 1110 | 0 | 1100011 | 1011010 | 101111 | 101100010 | 1100011 | 11011 |
Color Harmonies of #87010E
Complementary color
Monochromatic Colors of #87010E
Black with #87010E
Text Example
Text Example
White with #87010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87010E; }
p { color: rgb(135,1,14); }
H1.HeaderClassName
{
color: #87010E;
}
.AnyTagClassName
{
color: #87010E;
}
</style>
background-color css
<style>
a { background-color: #87010E; }
a { background-color: rgb(135,1,14); }
div.DivClassName
{
background-color: #87010E;
}
.BgClassName
{
background-color: #87010E;
}
</style>
border-color css
<style>
span { border-color: #87010E; }
span { border-color: rgb(135,1,14); }
td.TdClassName
{
border-color: #87010E;
}
.TagClassName
{
border-color: #87010E;
}
</style>