Shades of Sangria #7E000E
Tints of Sangria #7E000E
RGB
CMYK
RGB Variations
Color information
#7E000E (or 0x7E000E) is known color: Sangria. HEX triplet: 7E, 00 and 0E. RGB value is (126,0,14). Sum of RGB (Red+Green+Blue) = 126+0+14=140 (18% of max value = 765). Red value is 126 (49.61% from 255 or 90% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 126 - color contains mainly: red. Hex color #7E000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E000E is #81FFF1. Grayscale: #272727. Windows color (decimal): -8519666 or 917630. OLE color: 917630.
HSL color Cylindrical-coordinate representation of color #7E000E: hue angle of 353.33º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E000E is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.89 | 0.51 |
| HSL | 353.33º | 1% | 0.25% | - |
| HSV(B) | 353.33º | 1% | 0.49% | - |
| XYZ | 8.68 | 4.47 | 0.82 | - |
| YUV | 39.27 | 113.74 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 14 | 0 | 1 | 0.89 | 0.51 | 353.33 | 1 | 0.25 |
| Hex | 7E | 0 | E | 0 | 64 | 59 | 33 | 161 | 64 | 19 |
| Octal | 176 | 0 | 16 | 0 | 144 | 131 | 63 | 541 | 144 | 31 |
| Binary | 1111110 | 0 | 1110 | 0 | 1100100 | 1011001 | 110011 | 101100001 | 1100100 | 11001 |
Color Harmonies of #7E000E
Complementary color
Monochromatic Colors of #7E000E
Black with #7E000E
Text Example
Text Example
White with #7E000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E000E; }
p { color: rgb(126,0,14); }
H1.HeaderClassName
{
color: #7E000E;
}
.AnyTagClassName
{
color: #7E000E;
}
</style>
background-color css
<style>
a { background-color: #7E000E; }
a { background-color: rgb(126,0,14); }
div.DivClassName
{
background-color: #7E000E;
}
.BgClassName
{
background-color: #7E000E;
}
</style>
border-color css
<style>
span { border-color: #7E000E; }
span { border-color: rgb(126,0,14); }
td.TdClassName
{
border-color: #7E000E;
}
.TagClassName
{
border-color: #7E000E;
}
</style>