Shades of Sangria #80040E
Tints of Sangria #80040E
RGB
CMYK
RGB Variations
Color information
#80040E (or 0x80040E) is known color: Sangria. HEX triplet: 80, 04 and 0E. RGB value is (128,4,14). Sum of RGB (Red+Green+Blue) = 128+4+14=146 (19% of max value = 765). Red value is 128 (50.39% from 255 or 87.67% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 128 - color contains mainly: red. Hex color #80040E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80040E is #7FFBF1. Grayscale: #2A2A2A. Windows color (decimal): -8387570 or 918656. OLE color: 918656.
HSL color Cylindrical-coordinate representation of color #80040E: hue angle of 355.16º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80040E is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 4 | 14 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.50 |
| HSL | 355.16º | 0.94% | 0.26% | - |
| HSV(B) | 355.16º | 0.97% | 0.5% | - |
| XYZ | 9.02 | 4.71 | 0.85 | - |
| YUV | 42.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 14 | 0 | 0.97 | 0.89 | 0.50 | 355.16 | 0.94 | 0.26 |
| Hex | 80 | 4 | E | 0 | 61 | 59 | 32 | 163 | 5E | 1A |
| Octal | 200 | 4 | 16 | 0 | 141 | 131 | 62 | 543 | 136 | 32 |
| Binary | 10000000 | 100 | 1110 | 0 | 1100001 | 1011001 | 110010 | 101100011 | 1011110 | 11010 |
Color Harmonies of #80040E
Complementary color
Monochromatic Colors of #80040E
Black with #80040E
Text Example
Text Example
White with #80040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80040E; }
p { color: rgb(128,4,14); }
H1.HeaderClassName
{
color: #80040E;
}
.AnyTagClassName
{
color: #80040E;
}
</style>
background-color css
<style>
a { background-color: #80040E; }
a { background-color: rgb(128,4,14); }
div.DivClassName
{
background-color: #80040E;
}
.BgClassName
{
background-color: #80040E;
}
</style>
border-color css
<style>
span { border-color: #80040E; }
span { border-color: rgb(128,4,14); }
td.TdClassName
{
border-color: #80040E;
}
.TagClassName
{
border-color: #80040E;
}
</style>