Shades of Sangria #870509
Tints of Sangria #870509
RGB
CMYK
RGB Variations
Color information
#870509 (or 0x870509) is known color: Sangria. HEX triplet: 87, 05 and 09. RGB value is (135,5,9). Sum of RGB (Red+Green+Blue) = 135+5+9=149 (19% of max value = 765). Red value is 135 (53.12% from 255 or 90.60% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 135 - color contains mainly: red. Hex color #870509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870509 is #78FAF6. Grayscale: #2C2C2C. Windows color (decimal): -7928567 or 591239. OLE color: 591239.
HSL color Cylindrical-coordinate representation of color #870509: hue angle of 358.15º 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 #870509 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 5 | 9 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.47 |
| HSL | 358.15º | 0.93% | 0.27% | - |
| HSV(B) | 358.15º | 0.96% | 0.53% | - |
| XYZ | 10.1 | 5.28 | 0.75 | - |
| YUV | 44.33 | 108.07 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 9 | 0 | 0.96 | 0.93 | 0.47 | 358.15 | 0.93 | 0.27 |
| Hex | 87 | 5 | 9 | 0 | 60 | 5D | 2F | 166 | 5D | 1B |
| Octal | 207 | 5 | 11 | 0 | 140 | 135 | 57 | 546 | 135 | 33 |
| Binary | 10000111 | 101 | 1001 | 0 | 1100000 | 1011101 | 101111 | 101100110 | 1011101 | 11011 |
Color Harmonies of #870509
Complementary color
Monochromatic Colors of #870509
Black with #870509
Text Example
Text Example
White with #870509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870509; }
p { color: rgb(135,5,9); }
H1.HeaderClassName
{
color: #870509;
}
.AnyTagClassName
{
color: #870509;
}
</style>
background-color css
<style>
a { background-color: #870509; }
a { background-color: rgb(135,5,9); }
div.DivClassName
{
background-color: #870509;
}
.BgClassName
{
background-color: #870509;
}
</style>
border-color css
<style>
span { border-color: #870509; }
span { border-color: rgb(135,5,9); }
td.TdClassName
{
border-color: #870509;
}
.TagClassName
{
border-color: #870509;
}
</style>