Shades of Sangria #7E040C
Tints of Sangria #7E040C
RGB
CMYK
RGB Variations
Color information
#7E040C (or 0x7E040C) is known color: Sangria. HEX triplet: 7E, 04 and 0C. RGB value is (126,4,12). Sum of RGB (Red+Green+Blue) = 126+4+12=142 (18% of max value = 765). Red value is 126 (49.61% from 255 or 88.73% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 126 - color contains mainly: red. Hex color #7E040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E040C is #81FBF3. Grayscale: #292929. Windows color (decimal): -8518644 or 787582. OLE color: 787582.
HSL color Cylindrical-coordinate representation of color #7E040C: hue angle of 356.07º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E040C is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 4 | 12 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.51 |
| HSL | 356.07º | 0.94% | 0.25% | - |
| HSV(B) | 356.07º | 0.97% | 0.49% | - |
| XYZ | 8.71 | 4.55 | 0.77 | - |
| YUV | 41.39 | 111.42 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 12 | 0 | 0.97 | 0.90 | 0.51 | 356.07 | 0.94 | 0.25 |
| Hex | 7E | 4 | C | 0 | 61 | 5A | 33 | 164 | 5E | 19 |
| Octal | 176 | 4 | 14 | 0 | 141 | 132 | 63 | 544 | 136 | 31 |
| Binary | 1111110 | 100 | 1100 | 0 | 1100001 | 1011010 | 110011 | 101100100 | 1011110 | 11001 |
Color Harmonies of #7E040C
Complementary color
Monochromatic Colors of #7E040C
Black with #7E040C
Text Example
Text Example
White with #7E040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E040C; }
p { color: rgb(126,4,12); }
H1.HeaderClassName
{
color: #7E040C;
}
.AnyTagClassName
{
color: #7E040C;
}
</style>
background-color css
<style>
a { background-color: #7E040C; }
a { background-color: rgb(126,4,12); }
div.DivClassName
{
background-color: #7E040C;
}
.BgClassName
{
background-color: #7E040C;
}
</style>
border-color css
<style>
span { border-color: #7E040C; }
span { border-color: rgb(126,4,12); }
td.TdClassName
{
border-color: #7E040C;
}
.TagClassName
{
border-color: #7E040C;
}
</style>