Shades of Sangria #8C070D
Tints of Sangria #8C070D
RGB
CMYK
RGB Variations
Color information
#8C070D (or 0x8C070D) is known color: Sangria. HEX triplet: 8C, 07 and 0D. RGB value is (140,7,13). Sum of RGB (Red+Green+Blue) = 140+7+13=160 (21% of max value = 765). Red value is 140 (55.08% from 255 or 87.5% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 140 - color contains mainly: red. Hex color #8C070D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C070D is #73F8F2. Grayscale: #2F2F2F. Windows color (decimal): -7600371 or 853900. OLE color: 853900.
HSL color Cylindrical-coordinate representation of color #8C070D: hue angle of 357.29º 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 #8C070D is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 13 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.45 |
| HSL | 357.29º | 0.9% | 0.29% | - |
| HSV(B) | 357.29º | 0.95% | 0.55% | - |
| XYZ | 10.96 | 5.76 | 0.91 | - |
| YUV | 47.45 | 108.56 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 13 | 0 | 0.95 | 0.91 | 0.45 | 357.29 | 0.9 | 0.29 |
| Hex | 8C | 7 | D | 0 | 5F | 5B | 2D | 165 | 5A | 1D |
| Octal | 214 | 7 | 15 | 0 | 137 | 133 | 55 | 545 | 132 | 35 |
| Binary | 10001100 | 111 | 1101 | 0 | 1011111 | 1011011 | 101101 | 101100101 | 1011010 | 11101 |
Color Harmonies of #8C070D
Complementary color
Monochromatic Colors of #8C070D
Black with #8C070D
Text Example
Text Example
White with #8C070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C070D; }
p { color: rgb(140,7,13); }
H1.HeaderClassName
{
color: #8C070D;
}
.AnyTagClassName
{
color: #8C070D;
}
</style>
background-color css
<style>
a { background-color: #8C070D; }
a { background-color: rgb(140,7,13); }
div.DivClassName
{
background-color: #8C070D;
}
.BgClassName
{
background-color: #8C070D;
}
</style>
border-color css
<style>
span { border-color: #8C070D; }
span { border-color: rgb(140,7,13); }
td.TdClassName
{
border-color: #8C070D;
}
.TagClassName
{
border-color: #8C070D;
}
</style>