Shades of Sangria #800E10
Tints of Sangria #800E10
RGB
CMYK
RGB Variations
Color information
#800E10 (or 0x800E10) is known color: Sangria. HEX triplet: 80, 0E and 10. RGB value is (128,14,16). Sum of RGB (Red+Green+Blue) = 128+14+16=158 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.01% from 158); Green value is 14 (5.86% from 255 or 8.86% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 128 - color contains mainly: red. Hex color #800E10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800E10 is #7FF1EF. Grayscale: #303030. Windows color (decimal): -8385008 or 1052288. OLE color: 1052288.
HSL color Cylindrical-coordinate representation of color #800E10: hue angle of 358.95º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #800E10 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 14 | 16 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.50 |
| HSL | 358.95º | 0.8% | 0.28% | - |
| HSV(B) | 358.95º | 0.89% | 0.5% | - |
| XYZ | 9.15 | 4.94 | 0.96 | - |
| YUV | 48.31 | 109.77 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 16 | 0 | 0.89 | 0.88 | 0.50 | 358.95 | 0.8 | 0.28 |
| Hex | 80 | E | 10 | 0 | 59 | 58 | 32 | 167 | 50 | 1C |
| Octal | 200 | 16 | 20 | 0 | 131 | 130 | 62 | 547 | 120 | 34 |
| Binary | 10000000 | 1110 | 10000 | 0 | 1011001 | 1011000 | 110010 | 101100111 | 1010000 | 11100 |
Color Harmonies of #800E10
Complementary color
Monochromatic Colors of #800E10
Black with #800E10
Text Example
Text Example
White with #800E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800E10; }
p { color: rgb(128,14,16); }
H1.HeaderClassName
{
color: #800E10;
}
.AnyTagClassName
{
color: #800E10;
}
</style>
background-color css
<style>
a { background-color: #800E10; }
a { background-color: rgb(128,14,16); }
div.DivClassName
{
background-color: #800E10;
}
.BgClassName
{
background-color: #800E10;
}
</style>
border-color css
<style>
span { border-color: #800E10; }
span { border-color: rgb(128,14,16); }
td.TdClassName
{
border-color: #800E10;
}
.TagClassName
{
border-color: #800E10;
}
</style>