Shades of Sangria #8C070E
Tints of Sangria #8C070E
RGB
CMYK
RGB Variations
Color information
#8C070E (or 0x8C070E) is known color: Sangria. HEX triplet: 8C, 07 and 0E. RGB value is (140,7,14). Sum of RGB (Red+Green+Blue) = 140+7+14=161 (21% of max value = 765). Red value is 140 (55.08% from 255 or 86.96% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 140 - color contains mainly: red. Hex color #8C070E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C070E is #73F8F1. Grayscale: #2F2F2F. Windows color (decimal): -7600370 or 919436. OLE color: 919436.
HSL color Cylindrical-coordinate representation of color #8C070E: hue angle of 356.84º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C070E is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 14 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.45 |
| HSL | 356.84º | 0.9% | 0.29% | - |
| HSV(B) | 356.84º | 0.95% | 0.55% | - |
| XYZ | 10.97 | 5.76 | 0.95 | - |
| YUV | 47.57 | 109.06 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 14 | 0 | 0.95 | 0.90 | 0.45 | 356.84 | 0.9 | 0.29 |
| Hex | 8C | 7 | E | 0 | 5F | 5A | 2D | 165 | 5A | 1D |
| Octal | 214 | 7 | 16 | 0 | 137 | 132 | 55 | 545 | 132 | 35 |
| Binary | 10001100 | 111 | 1110 | 0 | 1011111 | 1011010 | 101101 | 101100101 | 1011010 | 11101 |
Color Harmonies of #8C070E
Complementary color
Monochromatic Colors of #8C070E
Black with #8C070E
Text Example
Text Example
White with #8C070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C070E; }
p { color: rgb(140,7,14); }
H1.HeaderClassName
{
color: #8C070E;
}
.AnyTagClassName
{
color: #8C070E;
}
</style>
background-color css
<style>
a { background-color: #8C070E; }
a { background-color: rgb(140,7,14); }
div.DivClassName
{
background-color: #8C070E;
}
.BgClassName
{
background-color: #8C070E;
}
</style>
border-color css
<style>
span { border-color: #8C070E; }
span { border-color: rgb(140,7,14); }
td.TdClassName
{
border-color: #8C070E;
}
.TagClassName
{
border-color: #8C070E;
}
</style>