Shades of Sangria #870D13
Tints of Sangria #870D13
RGB
CMYK
RGB Variations
Color information
#870D13 (or 0x870D13) is known color: Sangria. HEX triplet: 87, 0D and 13. RGB value is (135,13,19). Sum of RGB (Red+Green+Blue) = 135+13+19=167 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.84% from 167); Green value is 13 (5.47% from 255 or 7.78% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 135 - color contains mainly: red. Hex color #870D13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870D13 is #78F2EC. Grayscale: #323232. Windows color (decimal): -7926509 or 1248647. OLE color: 1248647.
HSL color Cylindrical-coordinate representation of color #870D13: hue angle of 357.05º 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 #870D13 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 13 | 19 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.47 |
| HSL | 357.05º | 0.82% | 0.29% | - |
| HSV(B) | 357.05º | 0.9% | 0.53% | - |
| XYZ | 10.25 | 5.49 | 1.13 | - |
| YUV | 50.16 | 110.42 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 19 | 0 | 0.90 | 0.86 | 0.47 | 357.05 | 0.82 | 0.29 |
| Hex | 87 | D | 13 | 0 | 5A | 56 | 2F | 165 | 52 | 1D |
| Octal | 207 | 15 | 23 | 0 | 132 | 126 | 57 | 545 | 122 | 35 |
| Binary | 10000111 | 1101 | 10011 | 0 | 1011010 | 1010110 | 101111 | 101100101 | 1010010 | 11101 |
Color Harmonies of #870D13
Complementary color
Monochromatic Colors of #870D13
Black with #870D13
Text Example
Text Example
White with #870D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870D13; }
p { color: rgb(135,13,19); }
H1.HeaderClassName
{
color: #870D13;
}
.AnyTagClassName
{
color: #870D13;
}
</style>
background-color css
<style>
a { background-color: #870D13; }
a { background-color: rgb(135,13,19); }
div.DivClassName
{
background-color: #870D13;
}
.BgClassName
{
background-color: #870D13;
}
</style>
border-color css
<style>
span { border-color: #870D13; }
span { border-color: rgb(135,13,19); }
td.TdClassName
{
border-color: #870D13;
}
.TagClassName
{
border-color: #870D13;
}
</style>