Shades of Sangria #86070F
Tints of Sangria #86070F
RGB
CMYK
RGB Variations
Color information
#86070F (or 0x86070F) is known color: Sangria. HEX triplet: 86, 07 and 0F. RGB value is (134,7,15). Sum of RGB (Red+Green+Blue) = 134+7+15=156 (20% of max value = 765). Red value is 134 (52.73% from 255 or 85.90% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 134 - color contains mainly: red. Hex color #86070F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86070F is #79F8F0. Grayscale: #2D2D2D. Windows color (decimal): -7993585 or 984966. OLE color: 984966.
HSL color Cylindrical-coordinate representation of color #86070F: hue angle of 356.22º 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 #86070F is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 7 | 15 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.47 |
| HSL | 356.22º | 0.9% | 0.28% | - |
| HSV(B) | 356.22º | 0.95% | 0.53% | - |
| XYZ | 9.99 | 5.25 | 0.94 | - |
| YUV | 45.89 | 110.58 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 15 | 0 | 0.95 | 0.89 | 0.47 | 356.22 | 0.9 | 0.28 |
| Hex | 86 | 7 | F | 0 | 5F | 59 | 2F | 164 | 5A | 1C |
| Octal | 206 | 7 | 17 | 0 | 137 | 131 | 57 | 544 | 132 | 34 |
| Binary | 10000110 | 111 | 1111 | 0 | 1011111 | 1011001 | 101111 | 101100100 | 1011010 | 11100 |
Color Harmonies of #86070F
Complementary color
Monochromatic Colors of #86070F
Black with #86070F
Text Example
Text Example
White with #86070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86070F; }
p { color: rgb(134,7,15); }
H1.HeaderClassName
{
color: #86070F;
}
.AnyTagClassName
{
color: #86070F;
}
</style>
background-color css
<style>
a { background-color: #86070F; }
a { background-color: rgb(134,7,15); }
div.DivClassName
{
background-color: #86070F;
}
.BgClassName
{
background-color: #86070F;
}
</style>
border-color css
<style>
span { border-color: #86070F; }
span { border-color: rgb(134,7,15); }
td.TdClassName
{
border-color: #86070F;
}
.TagClassName
{
border-color: #86070F;
}
</style>