Shades of Sangria #870D14
Tints of Sangria #870D14
RGB
CMYK
RGB Variations
Color information
#870D14 (or 0x870D14) is known color: Sangria. HEX triplet: 87, 0D and 14. RGB value is (135,13,20). Sum of RGB (Red+Green+Blue) = 135+13+20=168 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.36% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 135 - color contains mainly: red. Hex color #870D14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870D14 is #78F2EB. Grayscale: #323232. Windows color (decimal): -7926508 or 1314183. OLE color: 1314183.
HSL color Cylindrical-coordinate representation of color #870D14: hue angle of 356.56º 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 #870D14 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 13 | 20 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.47 |
| HSL | 356.56º | 0.82% | 0.29% | - |
| HSV(B) | 356.56º | 0.9% | 0.53% | - |
| XYZ | 10.26 | 5.49 | 1.18 | - |
| YUV | 50.28 | 110.92 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 20 | 0 | 0.90 | 0.85 | 0.47 | 356.56 | 0.82 | 0.29 |
| Hex | 87 | D | 14 | 0 | 5A | 55 | 2F | 165 | 52 | 1D |
| Octal | 207 | 15 | 24 | 0 | 132 | 125 | 57 | 545 | 122 | 35 |
| Binary | 10000111 | 1101 | 10100 | 0 | 1011010 | 1010101 | 101111 | 101100101 | 1010010 | 11101 |
Color Harmonies of #870D14
Complementary color
Monochromatic Colors of #870D14
Black with #870D14
Text Example
Text Example
White with #870D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870D14; }
p { color: rgb(135,13,20); }
H1.HeaderClassName
{
color: #870D14;
}
.AnyTagClassName
{
color: #870D14;
}
</style>
background-color css
<style>
a { background-color: #870D14; }
a { background-color: rgb(135,13,20); }
div.DivClassName
{
background-color: #870D14;
}
.BgClassName
{
background-color: #870D14;
}
</style>
border-color css
<style>
span { border-color: #870D14; }
span { border-color: rgb(135,13,20); }
td.TdClassName
{
border-color: #870D14;
}
.TagClassName
{
border-color: #870D14;
}
</style>