Shades of Sangria #870B13
Tints of Sangria #870B13
RGB
CMYK
RGB Variations
Color information
#870B13 (or 0x870B13) is known color: Sangria. HEX triplet: 87, 0B and 13. RGB value is (135,11,19). Sum of RGB (Red+Green+Blue) = 135+11+19=165 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.82% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 135 - color contains mainly: red. Hex color #870B13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870B13 is #78F4EC. Grayscale: #313131. Windows color (decimal): -7927021 or 1248135. OLE color: 1248135.
HSL color Cylindrical-coordinate representation of color #870B13: hue angle of 356.13º 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 #870B13 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 11 | 19 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.47 |
| HSL | 356.13º | 0.85% | 0.29% | - |
| HSV(B) | 356.13º | 0.92% | 0.53% | - |
| XYZ | 10.23 | 5.44 | 1.13 | - |
| YUV | 48.99 | 111.08 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 19 | 0 | 0.92 | 0.86 | 0.47 | 356.13 | 0.85 | 0.29 |
| Hex | 87 | B | 13 | 0 | 5C | 56 | 2F | 164 | 55 | 1D |
| Octal | 207 | 13 | 23 | 0 | 134 | 126 | 57 | 544 | 125 | 35 |
| Binary | 10000111 | 1011 | 10011 | 0 | 1011100 | 1010110 | 101111 | 101100100 | 1010101 | 11101 |
Color Harmonies of #870B13
Complementary color
Monochromatic Colors of #870B13
Black with #870B13
Text Example
Text Example
White with #870B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870B13; }
p { color: rgb(135,11,19); }
H1.HeaderClassName
{
color: #870B13;
}
.AnyTagClassName
{
color: #870B13;
}
</style>
background-color css
<style>
a { background-color: #870B13; }
a { background-color: rgb(135,11,19); }
div.DivClassName
{
background-color: #870B13;
}
.BgClassName
{
background-color: #870B13;
}
</style>
border-color css
<style>
span { border-color: #870B13; }
span { border-color: rgb(135,11,19); }
td.TdClassName
{
border-color: #870B13;
}
.TagClassName
{
border-color: #870B13;
}
</style>