Shades of Sangria #870D11
Tints of Sangria #870D11
RGB
CMYK
RGB Variations
Color information
#870D11 (or 0x870D11) is known color: Sangria. HEX triplet: 87, 0D and 11. RGB value is (135,13,17). Sum of RGB (Red+Green+Blue) = 135+13+17=165 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.82% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 135 - color contains mainly: red. Hex color #870D11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870D11 is #78F2EE. Grayscale: #323232. Windows color (decimal): -7926511 or 1117575. OLE color: 1117575.
HSL color Cylindrical-coordinate representation of color #870D11: hue angle of 358.03º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D11 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 13 | 17 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.47 |
| HSL | 358.03º | 0.82% | 0.29% | - |
| HSV(B) | 358.03º | 0.9% | 0.53% | - |
| XYZ | 10.24 | 5.48 | 1.05 | - |
| YUV | 49.93 | 109.42 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 17 | 0 | 0.90 | 0.87 | 0.47 | 358.03 | 0.82 | 0.29 |
| Hex | 87 | D | 11 | 0 | 5A | 57 | 2F | 166 | 52 | 1D |
| Octal | 207 | 15 | 21 | 0 | 132 | 127 | 57 | 546 | 122 | 35 |
| Binary | 10000111 | 1101 | 10001 | 0 | 1011010 | 1010111 | 101111 | 101100110 | 1010010 | 11101 |
Color Harmonies of #870D11
Complementary color
Monochromatic Colors of #870D11
Black with #870D11
Text Example
Text Example
White with #870D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870D11; }
p { color: rgb(135,13,17); }
H1.HeaderClassName
{
color: #870D11;
}
.AnyTagClassName
{
color: #870D11;
}
</style>
background-color css
<style>
a { background-color: #870D11; }
a { background-color: rgb(135,13,17); }
div.DivClassName
{
background-color: #870D11;
}
.BgClassName
{
background-color: #870D11;
}
</style>
border-color css
<style>
span { border-color: #870D11; }
span { border-color: rgb(135,13,17); }
td.TdClassName
{
border-color: #870D11;
}
.TagClassName
{
border-color: #870D11;
}
</style>