Shades of Sangria #86070C
Tints of Sangria #86070C
RGB
CMYK
RGB Variations
Color information
#86070C (or 0x86070C) is known color: Sangria. HEX triplet: 86, 07 and 0C. RGB value is (134,7,12). Sum of RGB (Red+Green+Blue) = 134+7+12=153 (20% of max value = 765). Red value is 134 (52.73% from 255 or 87.58% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 134 - color contains mainly: red. Hex color #86070C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86070C is #79F8F3. Grayscale: #2D2D2D. Windows color (decimal): -7993588 or 788358. OLE color: 788358.
HSL color Cylindrical-coordinate representation of color #86070C: hue angle of 357.64º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #86070C is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 7 | 12 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.47 |
| HSL | 357.64º | 0.9% | 0.28% | - |
| HSV(B) | 357.64º | 0.95% | 0.53% | - |
| XYZ | 9.97 | 5.25 | 0.83 | - |
| YUV | 45.54 | 109.08 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 12 | 0 | 0.95 | 0.91 | 0.47 | 357.64 | 0.9 | 0.28 |
| Hex | 86 | 7 | C | 0 | 5F | 5B | 2F | 166 | 5A | 1C |
| Octal | 206 | 7 | 14 | 0 | 137 | 133 | 57 | 546 | 132 | 34 |
| Binary | 10000110 | 111 | 1100 | 0 | 1011111 | 1011011 | 101111 | 101100110 | 1011010 | 11100 |
Color Harmonies of #86070C
Complementary color
Monochromatic Colors of #86070C
Black with #86070C
Text Example
Text Example
White with #86070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86070C; }
p { color: rgb(134,7,12); }
H1.HeaderClassName
{
color: #86070C;
}
.AnyTagClassName
{
color: #86070C;
}
</style>
background-color css
<style>
a { background-color: #86070C; }
a { background-color: rgb(134,7,12); }
div.DivClassName
{
background-color: #86070C;
}
.BgClassName
{
background-color: #86070C;
}
</style>
border-color css
<style>
span { border-color: #86070C; }
span { border-color: rgb(134,7,12); }
td.TdClassName
{
border-color: #86070C;
}
.TagClassName
{
border-color: #86070C;
}
</style>