Shades of Sangria #86080C
Tints of Sangria #86080C
RGB
CMYK
RGB Variations
Color information
#86080C (or 0x86080C) is known color: Sangria. HEX triplet: 86, 08 and 0C. RGB value is (134,8,12). Sum of RGB (Red+Green+Blue) = 134+8+12=154 (20% of max value = 765). Red value is 134 (52.73% from 255 or 87.01% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 134 - color contains mainly: red. Hex color #86080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86080C is #79F7F3. Grayscale: #2E2E2E. Windows color (decimal): -7993332 or 788614. OLE color: 788614.
HSL color Cylindrical-coordinate representation of color #86080C: hue angle of 358.1º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86080C is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 8 | 12 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.47 |
| HSL | 358.1º | 0.89% | 0.28% | - |
| HSV(B) | 358.1º | 0.94% | 0.53% | - |
| XYZ | 9.98 | 5.27 | 0.84 | - |
| YUV | 46.13 | 108.74 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 12 | 0 | 0.94 | 0.91 | 0.47 | 358.1 | 0.89 | 0.28 |
| Hex | 86 | 8 | C | 0 | 5E | 5B | 2F | 166 | 59 | 1C |
| Octal | 206 | 10 | 14 | 0 | 136 | 133 | 57 | 546 | 131 | 34 |
| Binary | 10000110 | 1000 | 1100 | 0 | 1011110 | 1011011 | 101111 | 101100110 | 1011001 | 11100 |
Color Harmonies of #86080C
Complementary color
Monochromatic Colors of #86080C
Black with #86080C
Text Example
Text Example
White with #86080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86080C; }
p { color: rgb(134,8,12); }
H1.HeaderClassName
{
color: #86080C;
}
.AnyTagClassName
{
color: #86080C;
}
</style>
background-color css
<style>
a { background-color: #86080C; }
a { background-color: rgb(134,8,12); }
div.DivClassName
{
background-color: #86080C;
}
.BgClassName
{
background-color: #86080C;
}
</style>
border-color css
<style>
span { border-color: #86080C; }
span { border-color: rgb(134,8,12); }
td.TdClassName
{
border-color: #86080C;
}
.TagClassName
{
border-color: #86080C;
}
</style>