Shades of Sangria #8C070F
Tints of Sangria #8C070F
RGB
CMYK
RGB Variations
Color information
#8C070F (or 0x8C070F) is known color: Sangria. HEX triplet: 8C, 07 and 0F. RGB value is (140,7,15). Sum of RGB (Red+Green+Blue) = 140+7+15=162 (21% of max value = 765). Red value is 140 (55.08% from 255 or 86.42% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 140 - color contains mainly: red. Hex color #8C070F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C070F is #73F8F0. Grayscale: #2F2F2F. Windows color (decimal): -7600369 or 984972. OLE color: 984972.
HSL color Cylindrical-coordinate representation of color #8C070F: hue angle of 356.39º 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 #8C070F is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 15 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.45 |
| HSL | 356.39º | 0.9% | 0.29% | - |
| HSV(B) | 356.39º | 0.95% | 0.55% | - |
| XYZ | 10.98 | 5.76 | 0.99 | - |
| YUV | 47.68 | 109.56 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 15 | 0 | 0.95 | 0.89 | 0.45 | 356.39 | 0.9 | 0.29 |
| Hex | 8C | 7 | F | 0 | 5F | 59 | 2D | 164 | 5A | 1D |
| Octal | 214 | 7 | 17 | 0 | 137 | 131 | 55 | 544 | 132 | 35 |
| Binary | 10001100 | 111 | 1111 | 0 | 1011111 | 1011001 | 101101 | 101100100 | 1011010 | 11101 |
Color Harmonies of #8C070F
Complementary color
Monochromatic Colors of #8C070F
Black with #8C070F
Text Example
Text Example
White with #8C070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C070F; }
p { color: rgb(140,7,15); }
H1.HeaderClassName
{
color: #8C070F;
}
.AnyTagClassName
{
color: #8C070F;
}
</style>
background-color css
<style>
a { background-color: #8C070F; }
a { background-color: rgb(140,7,15); }
div.DivClassName
{
background-color: #8C070F;
}
.BgClassName
{
background-color: #8C070F;
}
</style>
border-color css
<style>
span { border-color: #8C070F; }
span { border-color: rgb(140,7,15); }
td.TdClassName
{
border-color: #8C070F;
}
.TagClassName
{
border-color: #8C070F;
}
</style>