Shades of Sangria #86060C
Tints of Sangria #86060C
RGB
CMYK
RGB Variations
Color information
#86060C (or 0x86060C) is known color: Sangria. HEX triplet: 86, 06 and 0C. RGB value is (134,6,12). Sum of RGB (Red+Green+Blue) = 134+6+12=152 (20% of max value = 765). Red value is 134 (52.73% from 255 or 88.16% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 134 - color contains mainly: red. Hex color #86060C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86060C is #79F9F3. Grayscale: #2D2D2D. Windows color (decimal): -7993844 or 788102. OLE color: 788102.
HSL color Cylindrical-coordinate representation of color #86060C: hue angle of 357.19º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86060C is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 6 | 12 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.47 |
| HSL | 357.19º | 0.91% | 0.27% | - |
| HSV(B) | 357.19º | 0.96% | 0.53% | - |
| XYZ | 9.96 | 5.23 | 0.83 | - |
| YUV | 44.96 | 109.41 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 6 | 12 | 0 | 0.96 | 0.91 | 0.47 | 357.19 | 0.91 | 0.27 |
| Hex | 86 | 6 | C | 0 | 60 | 5B | 2F | 165 | 5B | 1B |
| Octal | 206 | 6 | 14 | 0 | 140 | 133 | 57 | 545 | 133 | 33 |
| Binary | 10000110 | 110 | 1100 | 0 | 1100000 | 1011011 | 101111 | 101100101 | 1011011 | 11011 |
Color Harmonies of #86060C
Complementary color
Monochromatic Colors of #86060C
Black with #86060C
Text Example
Text Example
White with #86060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86060C; }
p { color: rgb(134,6,12); }
H1.HeaderClassName
{
color: #86060C;
}
.AnyTagClassName
{
color: #86060C;
}
</style>
background-color css
<style>
a { background-color: #86060C; }
a { background-color: rgb(134,6,12); }
div.DivClassName
{
background-color: #86060C;
}
.BgClassName
{
background-color: #86060C;
}
</style>
border-color css
<style>
span { border-color: #86060C; }
span { border-color: rgb(134,6,12); }
td.TdClassName
{
border-color: #86060C;
}
.TagClassName
{
border-color: #86060C;
}
</style>