Shades of Sangria #8C070C
Tints of Sangria #8C070C
RGB
CMYK
RGB Variations
Color information
#8C070C (or 0x8C070C) is known color: Sangria. HEX triplet: 8C, 07 and 0C. RGB value is (140,7,12). Sum of RGB (Red+Green+Blue) = 140+7+12=159 (21% of max value = 765). Red value is 140 (55.08% from 255 or 88.05% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 140 - color contains mainly: red. Hex color #8C070C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C070C is #73F8F3. Grayscale: #2F2F2F. Windows color (decimal): -7600372 or 788364. OLE color: 788364.
HSL color Cylindrical-coordinate representation of color #8C070C: hue angle of 357.74º 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 #8C070C is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 12 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.45 |
| HSL | 357.74º | 0.9% | 0.29% | - |
| HSV(B) | 357.74º | 0.95% | 0.55% | - |
| XYZ | 10.96 | 5.75 | 0.88 | - |
| YUV | 47.34 | 108.06 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 12 | 0 | 0.95 | 0.91 | 0.45 | 357.74 | 0.9 | 0.29 |
| Hex | 8C | 7 | C | 0 | 5F | 5B | 2D | 166 | 5A | 1D |
| Octal | 214 | 7 | 14 | 0 | 137 | 133 | 55 | 546 | 132 | 35 |
| Binary | 10001100 | 111 | 1100 | 0 | 1011111 | 1011011 | 101101 | 101100110 | 1011010 | 11101 |
Color Harmonies of #8C070C
Complementary color
Monochromatic Colors of #8C070C
Black with #8C070C
Text Example
Text Example
White with #8C070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C070C; }
p { color: rgb(140,7,12); }
H1.HeaderClassName
{
color: #8C070C;
}
.AnyTagClassName
{
color: #8C070C;
}
</style>
background-color css
<style>
a { background-color: #8C070C; }
a { background-color: rgb(140,7,12); }
div.DivClassName
{
background-color: #8C070C;
}
.BgClassName
{
background-color: #8C070C;
}
</style>
border-color css
<style>
span { border-color: #8C070C; }
span { border-color: rgb(140,7,12); }
td.TdClassName
{
border-color: #8C070C;
}
.TagClassName
{
border-color: #8C070C;
}
</style>