Shades of Sangria #8C080E
Tints of Sangria #8C080E
RGB
CMYK
RGB Variations
Color information
#8C080E (or 0x8C080E) is known color: Sangria. HEX triplet: 8C, 08 and 0E. RGB value is (140,8,14). Sum of RGB (Red+Green+Blue) = 140+8+14=162 (21% of max value = 765). Red value is 140 (55.08% from 255 or 86.42% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 140 - color contains mainly: red. Hex color #8C080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C080E is #73F7F1. Grayscale: #303030. Windows color (decimal): -7600114 or 919692. OLE color: 919692.
HSL color Cylindrical-coordinate representation of color #8C080E: hue angle of 357.27º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C080E is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 8 | 14 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.45 |
| HSL | 357.27º | 0.89% | 0.29% | - |
| HSV(B) | 357.27º | 0.94% | 0.55% | - |
| XYZ | 10.98 | 5.78 | 0.95 | - |
| YUV | 48.15 | 108.73 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 14 | 0 | 0.94 | 0.90 | 0.45 | 357.27 | 0.89 | 0.29 |
| Hex | 8C | 8 | E | 0 | 5E | 5A | 2D | 165 | 59 | 1D |
| Octal | 214 | 10 | 16 | 0 | 136 | 132 | 55 | 545 | 131 | 35 |
| Binary | 10001100 | 1000 | 1110 | 0 | 1011110 | 1011010 | 101101 | 101100101 | 1011001 | 11101 |
Color Harmonies of #8C080E
Complementary color
Monochromatic Colors of #8C080E
Black with #8C080E
Text Example
Text Example
White with #8C080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C080E; }
p { color: rgb(140,8,14); }
H1.HeaderClassName
{
color: #8C080E;
}
.AnyTagClassName
{
color: #8C080E;
}
</style>
background-color css
<style>
a { background-color: #8C080E; }
a { background-color: rgb(140,8,14); }
div.DivClassName
{
background-color: #8C080E;
}
.BgClassName
{
background-color: #8C080E;
}
</style>
border-color css
<style>
span { border-color: #8C080E; }
span { border-color: rgb(140,8,14); }
td.TdClassName
{
border-color: #8C080E;
}
.TagClassName
{
border-color: #8C080E;
}
</style>