Shades of Sangria #870B11
Tints of Sangria #870B11
RGB
CMYK
RGB Variations
Color information
#870B11 (or 0x870B11) is known color: Sangria. HEX triplet: 87, 0B and 11. RGB value is (135,11,17). Sum of RGB (Red+Green+Blue) = 135+11+17=163 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.82% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 135 - color contains mainly: red. Hex color #870B11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870B11 is #78F4EE. Grayscale: #303030. Windows color (decimal): -7927023 or 1117063. OLE color: 1117063.
HSL color Cylindrical-coordinate representation of color #870B11: hue angle of 357.1º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870B11 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 11 | 17 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.47 |
| HSL | 357.1º | 0.85% | 0.29% | - |
| HSV(B) | 357.1º | 0.92% | 0.53% | - |
| XYZ | 10.21 | 5.43 | 1.04 | - |
| YUV | 48.76 | 110.08 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 17 | 0 | 0.92 | 0.87 | 0.47 | 357.1 | 0.85 | 0.29 |
| Hex | 87 | B | 11 | 0 | 5C | 57 | 2F | 165 | 55 | 1D |
| Octal | 207 | 13 | 21 | 0 | 134 | 127 | 57 | 545 | 125 | 35 |
| Binary | 10000111 | 1011 | 10001 | 0 | 1011100 | 1010111 | 101111 | 101100101 | 1010101 | 11101 |
Color Harmonies of #870B11
Complementary color
Monochromatic Colors of #870B11
Black with #870B11
Text Example
Text Example
White with #870B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870B11; }
p { color: rgb(135,11,17); }
H1.HeaderClassName
{
color: #870B11;
}
.AnyTagClassName
{
color: #870B11;
}
</style>
background-color css
<style>
a { background-color: #870B11; }
a { background-color: rgb(135,11,17); }
div.DivClassName
{
background-color: #870B11;
}
.BgClassName
{
background-color: #870B11;
}
</style>
border-color css
<style>
span { border-color: #870B11; }
span { border-color: rgb(135,11,17); }
td.TdClassName
{
border-color: #870B11;
}
.TagClassName
{
border-color: #870B11;
}
</style>