Shades of Sangria #87010F
Tints of Sangria #87010F
RGB
CMYK
RGB Variations
Color information
#87010F (or 0x87010F) is known color: Sangria. HEX triplet: 87, 01 and 0F. RGB value is (135,1,15). Sum of RGB (Red+Green+Blue) = 135+1+15=151 (20% of max value = 765). Red value is 135 (53.12% from 255 or 89.40% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 135 - color contains mainly: red. Hex color #87010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87010F is #78FEF0. Grayscale: #2A2A2A. Windows color (decimal): -7929585 or 983431. OLE color: 983431.
HSL color Cylindrical-coordinate representation of color #87010F: hue angle of 353.73º 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 #87010F is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.47 |
| HSL | 353.73º | 0.99% | 0.27% | - |
| HSV(B) | 353.73º | 0.99% | 0.53% | - |
| XYZ | 10.09 | 5.21 | 0.93 | - |
| YUV | 42.66 | 112.39 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 15 | 0 | 0.99 | 0.89 | 0.47 | 353.73 | 0.99 | 0.27 |
| Hex | 87 | 1 | F | 0 | 63 | 59 | 2F | 162 | 63 | 1B |
| Octal | 207 | 1 | 17 | 0 | 143 | 131 | 57 | 542 | 143 | 33 |
| Binary | 10000111 | 1 | 1111 | 0 | 1100011 | 1011001 | 101111 | 101100010 | 1100011 | 11011 |
Color Harmonies of #87010F
Complementary color
Monochromatic Colors of #87010F
Black with #87010F
Text Example
Text Example
White with #87010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87010F; }
p { color: rgb(135,1,15); }
H1.HeaderClassName
{
color: #87010F;
}
.AnyTagClassName
{
color: #87010F;
}
</style>
background-color css
<style>
a { background-color: #87010F; }
a { background-color: rgb(135,1,15); }
div.DivClassName
{
background-color: #87010F;
}
.BgClassName
{
background-color: #87010F;
}
</style>
border-color css
<style>
span { border-color: #87010F; }
span { border-color: rgb(135,1,15); }
td.TdClassName
{
border-color: #87010F;
}
.TagClassName
{
border-color: #87010F;
}
</style>