Shades of Sangria #80030E
Tints of Sangria #80030E
RGB
CMYK
RGB Variations
Color information
#80030E (or 0x80030E) is known color: Sangria. HEX triplet: 80, 03 and 0E. RGB value is (128,3,14). Sum of RGB (Red+Green+Blue) = 128+3+14=145 (19% of max value = 765). Red value is 128 (50.39% from 255 or 88.28% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 128 - color contains mainly: red. Hex color #80030E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80030E is #7FFCF1. Grayscale: #292929. Windows color (decimal): -8387826 or 918400. OLE color: 918400.
HSL color Cylindrical-coordinate representation of color #80030E: hue angle of 354.72º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80030E is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 3 | 14 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.50 |
| HSL | 354.72º | 0.95% | 0.26% | - |
| HSV(B) | 354.72º | 0.98% | 0.5% | - |
| XYZ | 9.01 | 4.69 | 0.84 | - |
| YUV | 41.63 | 112.41 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 14 | 0 | 0.98 | 0.89 | 0.50 | 354.72 | 0.95 | 0.26 |
| Hex | 80 | 3 | E | 0 | 62 | 59 | 32 | 163 | 5F | 1A |
| Octal | 200 | 3 | 16 | 0 | 142 | 131 | 62 | 543 | 137 | 32 |
| Binary | 10000000 | 11 | 1110 | 0 | 1100010 | 1011001 | 110010 | 101100011 | 1011111 | 11010 |
Color Harmonies of #80030E
Complementary color
Monochromatic Colors of #80030E
Black with #80030E
Text Example
Text Example
White with #80030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80030E; }
p { color: rgb(128,3,14); }
H1.HeaderClassName
{
color: #80030E;
}
.AnyTagClassName
{
color: #80030E;
}
</style>
background-color css
<style>
a { background-color: #80030E; }
a { background-color: rgb(128,3,14); }
div.DivClassName
{
background-color: #80030E;
}
.BgClassName
{
background-color: #80030E;
}
</style>
border-color css
<style>
span { border-color: #80030E; }
span { border-color: rgb(128,3,14); }
td.TdClassName
{
border-color: #80030E;
}
.TagClassName
{
border-color: #80030E;
}
</style>