Shades of Sangria #80080E
Tints of Sangria #80080E
RGB
CMYK
RGB Variations
Color information
#80080E (or 0x80080E) is known color: Sangria. HEX triplet: 80, 08 and 0E. RGB value is (128,8,14). Sum of RGB (Red+Green+Blue) = 128+8+14=150 (19% of max value = 765). Red value is 128 (50.39% from 255 or 85.33% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 128 - color contains mainly: red. Hex color #80080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80080E is #7FF7F1. Grayscale: #2C2C2C. Windows color (decimal): -8386546 or 919680. OLE color: 919680.
HSL color Cylindrical-coordinate representation of color #80080E: hue angle of 357º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80080E is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 14 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.50 |
| HSL | 357º | 0.88% | 0.27% | - |
| HSV(B) | 357º | 0.94% | 0.5% | - |
| XYZ | 9.07 | 4.79 | 0.86 | - |
| YUV | 44.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 14 | 0 | 0.94 | 0.89 | 0.50 | 357 | 0.88 | 0.27 |
| Hex | 80 | 8 | E | 0 | 5E | 59 | 32 | 165 | 58 | 1B |
| Octal | 200 | 10 | 16 | 0 | 136 | 131 | 62 | 545 | 130 | 33 |
| Binary | 10000000 | 1000 | 1110 | 0 | 1011110 | 1011001 | 110010 | 101100101 | 1011000 | 11011 |
Color Harmonies of #80080E
Complementary color
Monochromatic Colors of #80080E
Black with #80080E
Text Example
Text Example
White with #80080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80080E; }
p { color: rgb(128,8,14); }
H1.HeaderClassName
{
color: #80080E;
}
.AnyTagClassName
{
color: #80080E;
}
</style>
background-color css
<style>
a { background-color: #80080E; }
a { background-color: rgb(128,8,14); }
div.DivClassName
{
background-color: #80080E;
}
.BgClassName
{
background-color: #80080E;
}
</style>
border-color css
<style>
span { border-color: #80080E; }
span { border-color: rgb(128,8,14); }
td.TdClassName
{
border-color: #80080E;
}
.TagClassName
{
border-color: #80080E;
}
</style>