Shades of Sangria #86010C
Tints of Sangria #86010C
RGB
CMYK
RGB Variations
Color information
#86010C (or 0x86010C) is known color: Sangria. HEX triplet: 86, 01 and 0C. RGB value is (134,1,12). Sum of RGB (Red+Green+Blue) = 134+1+12=147 (19% of max value = 765). Red value is 134 (52.73% from 255 or 91.16% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 134 - color contains mainly: red. Hex color #86010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86010C is #79FEF3. Grayscale: #2A2A2A. Windows color (decimal): -7995124 or 786822. OLE color: 786822.
HSL color Cylindrical-coordinate representation of color #86010C: hue angle of 355.04º 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 #86010C is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.47 |
| HSL | 355.04º | 0.99% | 0.26% | - |
| HSV(B) | 355.04º | 0.99% | 0.53% | - |
| XYZ | 9.91 | 5.12 | 0.81 | - |
| YUV | 42.02 | 111.06 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 12 | 0 | 0.99 | 0.91 | 0.47 | 355.04 | 0.99 | 0.26 |
| Hex | 86 | 1 | C | 0 | 63 | 5B | 2F | 163 | 63 | 1A |
| Octal | 206 | 1 | 14 | 0 | 143 | 133 | 57 | 543 | 143 | 32 |
| Binary | 10000110 | 1 | 1100 | 0 | 1100011 | 1011011 | 101111 | 101100011 | 1100011 | 11010 |
Color Harmonies of #86010C
Complementary color
Monochromatic Colors of #86010C
Black with #86010C
Text Example
Text Example
White with #86010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86010C; }
p { color: rgb(134,1,12); }
H1.HeaderClassName
{
color: #86010C;
}
.AnyTagClassName
{
color: #86010C;
}
</style>
background-color css
<style>
a { background-color: #86010C; }
a { background-color: rgb(134,1,12); }
div.DivClassName
{
background-color: #86010C;
}
.BgClassName
{
background-color: #86010C;
}
</style>
border-color css
<style>
span { border-color: #86010C; }
span { border-color: rgb(134,1,12); }
td.TdClassName
{
border-color: #86010C;
}
.TagClassName
{
border-color: #86010C;
}
</style>