Shades of Sangria #800D0E
Tints of Sangria #800D0E
RGB
CMYK
RGB Variations
Color information
#800D0E (or 0x800D0E) is known color: Sangria. HEX triplet: 80, 0D and 0E. RGB value is (128,13,14). Sum of RGB (Red+Green+Blue) = 128+13+14=155 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.58% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 128 - color contains mainly: red. Hex color #800D0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800D0E is #7FF2F1. Grayscale: #2F2F2F. Windows color (decimal): -8385266 or 920960. OLE color: 920960.
HSL color Cylindrical-coordinate representation of color #800D0E: hue angle of 359.48º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #800D0E is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 13 | 14 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.50 |
| HSL | 359.48º | 0.82% | 0.28% | - |
| HSV(B) | 359.48º | 0.9% | 0.5% | - |
| XYZ | 9.13 | 4.91 | 0.88 | - |
| YUV | 47.5 | 109.1 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 14 | 0 | 0.90 | 0.89 | 0.50 | 359.48 | 0.82 | 0.28 |
| Hex | 80 | D | E | 0 | 5A | 59 | 32 | 167 | 52 | 1C |
| Octal | 200 | 15 | 16 | 0 | 132 | 131 | 62 | 547 | 122 | 34 |
| Binary | 10000000 | 1101 | 1110 | 0 | 1011010 | 1011001 | 110010 | 101100111 | 1010010 | 11100 |
Color Harmonies of #800D0E
Complementary color
Monochromatic Colors of #800D0E
Black with #800D0E
Text Example
Text Example
White with #800D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800D0E; }
p { color: rgb(128,13,14); }
H1.HeaderClassName
{
color: #800D0E;
}
.AnyTagClassName
{
color: #800D0E;
}
</style>
background-color css
<style>
a { background-color: #800D0E; }
a { background-color: rgb(128,13,14); }
div.DivClassName
{
background-color: #800D0E;
}
.BgClassName
{
background-color: #800D0E;
}
</style>
border-color css
<style>
span { border-color: #800D0E; }
span { border-color: rgb(128,13,14); }
td.TdClassName
{
border-color: #800D0E;
}
.TagClassName
{
border-color: #800D0E;
}
</style>