Shades of Sangria #860D13
Tints of Sangria #860D13
RGB
CMYK
RGB Variations
Color information
#860D13 (or 0x860D13) is known color: Sangria. HEX triplet: 86, 0D and 13. RGB value is (134,13,19). Sum of RGB (Red+Green+Blue) = 134+13+19=166 (21% of max value = 765). Red value is 134 (52.73% from 255 or 80.72% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 134 - color contains mainly: red. Hex color #860D13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860D13 is #79F2EC. Grayscale: #313131. Windows color (decimal): -7992045 or 1248646. OLE color: 1248646.
HSL color Cylindrical-coordinate representation of color #860D13: hue angle of 357.02º 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 #860D13 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 13 | 19 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.47 |
| HSL | 357.02º | 0.82% | 0.29% | - |
| HSV(B) | 357.02º | 0.9% | 0.53% | - |
| XYZ | 10.09 | 5.4 | 1.13 | - |
| YUV | 49.86 | 110.59 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 19 | 0 | 0.90 | 0.86 | 0.47 | 357.02 | 0.82 | 0.29 |
| Hex | 86 | D | 13 | 0 | 5A | 56 | 2F | 165 | 52 | 1D |
| Octal | 206 | 15 | 23 | 0 | 132 | 126 | 57 | 545 | 122 | 35 |
| Binary | 10000110 | 1101 | 10011 | 0 | 1011010 | 1010110 | 101111 | 101100101 | 1010010 | 11101 |
Color Harmonies of #860D13
Complementary color
Monochromatic Colors of #860D13
Black with #860D13
Text Example
Text Example
White with #860D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860D13; }
p { color: rgb(134,13,19); }
H1.HeaderClassName
{
color: #860D13;
}
.AnyTagClassName
{
color: #860D13;
}
</style>
background-color css
<style>
a { background-color: #860D13; }
a { background-color: rgb(134,13,19); }
div.DivClassName
{
background-color: #860D13;
}
.BgClassName
{
background-color: #860D13;
}
</style>
border-color css
<style>
span { border-color: #860D13; }
span { border-color: rgb(134,13,19); }
td.TdClassName
{
border-color: #860D13;
}
.TagClassName
{
border-color: #860D13;
}
</style>