Shades of Sangria #870913
Tints of Sangria #870913
RGB
CMYK
RGB Variations
Color information
#870913 (or 0x870913) is known color: Sangria. HEX triplet: 87, 09 and 13. RGB value is (135,9,19). Sum of RGB (Red+Green+Blue) = 135+9+19=163 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.82% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 135 - color contains mainly: red. Hex color #870913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870913 is #78F6EC. Grayscale: #2F2F2F. Windows color (decimal): -7927533 or 1247623. OLE color: 1247623.
HSL color Cylindrical-coordinate representation of color #870913: hue angle of 355.24º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870913 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 19 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.47 |
| HSL | 355.24º | 0.88% | 0.28% | - |
| HSV(B) | 355.24º | 0.93% | 0.53% | - |
| XYZ | 10.21 | 5.39 | 1.12 | - |
| YUV | 47.81 | 111.74 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 19 | 0 | 0.93 | 0.86 | 0.47 | 355.24 | 0.88 | 0.28 |
| Hex | 87 | 9 | 13 | 0 | 5D | 56 | 2F | 163 | 58 | 1C |
| Octal | 207 | 11 | 23 | 0 | 135 | 126 | 57 | 543 | 130 | 34 |
| Binary | 10000111 | 1001 | 10011 | 0 | 1011101 | 1010110 | 101111 | 101100011 | 1011000 | 11100 |
Color Harmonies of #870913
Complementary color
Monochromatic Colors of #870913
Black with #870913
Text Example
Text Example
White with #870913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870913; }
p { color: rgb(135,9,19); }
H1.HeaderClassName
{
color: #870913;
}
.AnyTagClassName
{
color: #870913;
}
</style>
background-color css
<style>
a { background-color: #870913; }
a { background-color: rgb(135,9,19); }
div.DivClassName
{
background-color: #870913;
}
.BgClassName
{
background-color: #870913;
}
</style>
border-color css
<style>
span { border-color: #870913; }
span { border-color: rgb(135,9,19); }
td.TdClassName
{
border-color: #870913;
}
.TagClassName
{
border-color: #870913;
}
</style>