Shades of Sangria #860D12
Tints of Sangria #860D12
RGB
CMYK
RGB Variations
Color information
#860D12 (or 0x860D12) is known color: Sangria. HEX triplet: 86, 0D and 12. RGB value is (134,13,18). Sum of RGB (Red+Green+Blue) = 134+13+18=165 (21% of max value = 765). Red value is 134 (52.73% from 255 or 81.21% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 134 - color contains mainly: red. Hex color #860D12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860D12 is #79F2ED. Grayscale: #313131. Windows color (decimal): -7992046 or 1183110. OLE color: 1183110.
HSL color Cylindrical-coordinate representation of color #860D12: hue angle of 357.52º 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 #860D12 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 13 | 18 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.47 |
| HSL | 357.52º | 0.82% | 0.29% | - |
| HSV(B) | 357.52º | 0.9% | 0.53% | - |
| XYZ | 10.08 | 5.4 | 1.08 | - |
| YUV | 49.75 | 110.09 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 18 | 0 | 0.90 | 0.87 | 0.47 | 357.52 | 0.82 | 0.29 |
| Hex | 86 | D | 12 | 0 | 5A | 57 | 2F | 166 | 52 | 1D |
| Octal | 206 | 15 | 22 | 0 | 132 | 127 | 57 | 546 | 122 | 35 |
| Binary | 10000110 | 1101 | 10010 | 0 | 1011010 | 1010111 | 101111 | 101100110 | 1010010 | 11101 |
Color Harmonies of #860D12
Complementary color
Monochromatic Colors of #860D12
Black with #860D12
Text Example
Text Example
White with #860D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860D12; }
p { color: rgb(134,13,18); }
H1.HeaderClassName
{
color: #860D12;
}
.AnyTagClassName
{
color: #860D12;
}
</style>
background-color css
<style>
a { background-color: #860D12; }
a { background-color: rgb(134,13,18); }
div.DivClassName
{
background-color: #860D12;
}
.BgClassName
{
background-color: #860D12;
}
</style>
border-color css
<style>
span { border-color: #860D12; }
span { border-color: rgb(134,13,18); }
td.TdClassName
{
border-color: #860D12;
}
.TagClassName
{
border-color: #860D12;
}
</style>