Shades of Sangria #870013
Tints of Sangria #870013
RGB
CMYK
RGB Variations
Color information
#870013 (or 0x870013) is known color: Sangria. HEX triplet: 87, 00 and 13. RGB value is (135,0,19). Sum of RGB (Red+Green+Blue) = 135+0+19=154 (20% of max value = 765). Red value is 135 (53.12% from 255 or 87.66% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 135 - color contains mainly: red. Hex color #870013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870013 is #78FFEC. Grayscale: #2A2A2A. Windows color (decimal): -7929837 or 1245319. OLE color: 1245319.
HSL color Cylindrical-coordinate representation of color #870013: hue angle of 351.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870013 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.86 | 0.47 |
| HSL | 351.56º | 1% | 0.26% | - |
| HSV(B) | 351.56º | 1% | 0.53% | - |
| XYZ | 10.11 | 5.2 | 1.09 | - |
| YUV | 42.53 | 114.73 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 19 | 0 | 1 | 0.86 | 0.47 | 351.56 | 1 | 0.26 |
| Hex | 87 | 0 | 13 | 0 | 64 | 56 | 2F | 160 | 64 | 1A |
| Octal | 207 | 0 | 23 | 0 | 144 | 126 | 57 | 540 | 144 | 32 |
| Binary | 10000111 | 0 | 10011 | 0 | 1100100 | 1010110 | 101111 | 101100000 | 1100100 | 11010 |
Color Harmonies of #870013
Complementary color
Monochromatic Colors of #870013
Black with #870013
Text Example
Text Example
White with #870013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870013; }
p { color: rgb(135,0,19); }
H1.HeaderClassName
{
color: #870013;
}
.AnyTagClassName
{
color: #870013;
}
</style>
background-color css
<style>
a { background-color: #870013; }
a { background-color: rgb(135,0,19); }
div.DivClassName
{
background-color: #870013;
}
.BgClassName
{
background-color: #870013;
}
</style>
border-color css
<style>
span { border-color: #870013; }
span { border-color: rgb(135,0,19); }
td.TdClassName
{
border-color: #870013;
}
.TagClassName
{
border-color: #870013;
}
</style>