Shades of Sangria #860A0D
Tints of Sangria #860A0D
RGB
CMYK
RGB Variations
Color information
#860A0D (or 0x860A0D) is known color: Sangria. HEX triplet: 86, 0A and 0D. RGB value is (134,10,13). Sum of RGB (Red+Green+Blue) = 134+10+13=157 (20% of max value = 765). Red value is 134 (52.73% from 255 or 85.35% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 134 - color contains mainly: red. Hex color #860A0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860A0D is #79F5F2. Grayscale: #2F2F2F. Windows color (decimal): -7992819 or 854662. OLE color: 854662.
HSL color Cylindrical-coordinate representation of color #860A0D: hue angle of 358.55º degrees, saturation: 0.86, 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 #860A0D is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 10 | 13 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.47 |
| HSL | 358.55º | 0.86% | 0.28% | - |
| HSV(B) | 358.55º | 0.93% | 0.53% | - |
| XYZ | 10.01 | 5.31 | 0.88 | - |
| YUV | 47.42 | 108.58 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 13 | 0 | 0.93 | 0.90 | 0.47 | 358.55 | 0.86 | 0.28 |
| Hex | 86 | A | D | 0 | 5D | 5A | 2F | 167 | 56 | 1C |
| Octal | 206 | 12 | 15 | 0 | 135 | 132 | 57 | 547 | 126 | 34 |
| Binary | 10000110 | 1010 | 1101 | 0 | 1011101 | 1011010 | 101111 | 101100111 | 1010110 | 11100 |
Color Harmonies of #860A0D
Complementary color
Monochromatic Colors of #860A0D
Black with #860A0D
Text Example
Text Example
White with #860A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860A0D; }
p { color: rgb(134,10,13); }
H1.HeaderClassName
{
color: #860A0D;
}
.AnyTagClassName
{
color: #860A0D;
}
</style>
background-color css
<style>
a { background-color: #860A0D; }
a { background-color: rgb(134,10,13); }
div.DivClassName
{
background-color: #860A0D;
}
.BgClassName
{
background-color: #860A0D;
}
</style>
border-color css
<style>
span { border-color: #860A0D; }
span { border-color: rgb(134,10,13); }
td.TdClassName
{
border-color: #860A0D;
}
.TagClassName
{
border-color: #860A0D;
}
</style>