Shades of Sangria #86010E
Tints of Sangria #86010E
RGB
CMYK
RGB Variations
Color information
#86010E (or 0x86010E) is known color: Sangria. HEX triplet: 86, 01 and 0E. RGB value is (134,1,14). Sum of RGB (Red+Green+Blue) = 134+1+14=149 (19% of max value = 765). Red value is 134 (52.73% from 255 or 89.93% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 134 - color contains mainly: red. Hex color #86010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86010E is #79FEF1. Grayscale: #2A2A2A. Windows color (decimal): -7995122 or 917894. OLE color: 917894.
HSL color Cylindrical-coordinate representation of color #86010E: hue angle of 354.14º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86010E is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.47 |
| HSL | 354.14º | 0.99% | 0.26% | - |
| HSV(B) | 354.14º | 0.99% | 0.53% | - |
| XYZ | 9.92 | 5.12 | 0.88 | - |
| YUV | 42.25 | 112.06 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 14 | 0 | 0.99 | 0.90 | 0.47 | 354.14 | 0.99 | 0.26 |
| Hex | 86 | 1 | E | 0 | 63 | 5A | 2F | 162 | 63 | 1A |
| Octal | 206 | 1 | 16 | 0 | 143 | 132 | 57 | 542 | 143 | 32 |
| Binary | 10000110 | 1 | 1110 | 0 | 1100011 | 1011010 | 101111 | 101100010 | 1100011 | 11010 |
Color Harmonies of #86010E
Complementary color
Monochromatic Colors of #86010E
Black with #86010E
Text Example
Text Example
White with #86010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86010E; }
p { color: rgb(134,1,14); }
H1.HeaderClassName
{
color: #86010E;
}
.AnyTagClassName
{
color: #86010E;
}
</style>
background-color css
<style>
a { background-color: #86010E; }
a { background-color: rgb(134,1,14); }
div.DivClassName
{
background-color: #86010E;
}
.BgClassName
{
background-color: #86010E;
}
</style>
border-color css
<style>
span { border-color: #86010E; }
span { border-color: rgb(134,1,14); }
td.TdClassName
{
border-color: #86010E;
}
.TagClassName
{
border-color: #86010E;
}
</style>