Shades of Sangria #7E080E
Tints of Sangria #7E080E
RGB
CMYK
RGB Variations
Color information
#7E080E (or 0x7E080E) is known color: Sangria. HEX triplet: 7E, 08 and 0E. RGB value is (126,8,14). Sum of RGB (Red+Green+Blue) = 126+8+14=148 (19% of max value = 765). Red value is 126 (49.61% from 255 or 85.14% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 14 (5.86% from 255 or 9.46% from 148); Max value from RGB is 126 - color contains mainly: red. Hex color #7E080E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E080E is #81F7F1. Grayscale: #2C2C2C. Windows color (decimal): -8517618 or 919678. OLE color: 919678.
HSL color Cylindrical-coordinate representation of color #7E080E: hue angle of 356.95º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E080E is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 8 | 14 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.51 |
| HSL | 356.95º | 0.88% | 0.26% | - |
| HSV(B) | 356.95º | 0.94% | 0.49% | - |
| XYZ | 8.77 | 4.64 | 0.85 | - |
| YUV | 43.97 | 111.09 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 8 | 14 | 0 | 0.94 | 0.89 | 0.51 | 356.95 | 0.88 | 0.26 |
| Hex | 7E | 8 | E | 0 | 5E | 59 | 33 | 165 | 58 | 1A |
| Octal | 176 | 10 | 16 | 0 | 136 | 131 | 63 | 545 | 130 | 32 |
| Binary | 1111110 | 1000 | 1110 | 0 | 1011110 | 1011001 | 110011 | 101100101 | 1011000 | 11010 |
Color Harmonies of #7E080E
Complementary color
Monochromatic Colors of #7E080E
Black with #7E080E
Text Example
Text Example
White with #7E080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E080E; }
p { color: rgb(126,8,14); }
H1.HeaderClassName
{
color: #7E080E;
}
.AnyTagClassName
{
color: #7E080E;
}
</style>
background-color css
<style>
a { background-color: #7E080E; }
a { background-color: rgb(126,8,14); }
div.DivClassName
{
background-color: #7E080E;
}
.BgClassName
{
background-color: #7E080E;
}
</style>
border-color css
<style>
span { border-color: #7E080E; }
span { border-color: rgb(126,8,14); }
td.TdClassName
{
border-color: #7E080E;
}
.TagClassName
{
border-color: #7E080E;
}
</style>