Shades of Pompadour #7E0E53
Tints of Pompadour #7E0E53
RGB
CMYK
RGB Variations
Color information
#7E0E53 (or 0x7E0E53) is known color: Pompadour. HEX triplet: 7E, 0E and 53. RGB value is (126,14,83). Sum of RGB (Red+Green+Blue) = 126+14+83=223 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.50% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0E53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0E53 is #81F1AC. Grayscale: #373737. Windows color (decimal): -8516013 or 5443198. OLE color: 5443198.
HSL color Cylindrical-coordinate representation of color #7E0E53: hue angle of 323.04º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E0E53 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 14 | 83 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.51 |
| HSL | 323.04º | 0.8% | 0.27% | - |
| HSV(B) | 323.04º | 0.89% | 0.49% | - |
| XYZ | 10.32 | 5.37 | 8.68 | - |
| YUV | 55.35 | 143.61 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 14 | 83 | 0 | 0.89 | 0.34 | 0.51 | 323.04 | 0.8 | 0.27 |
| Hex | 7E | E | 53 | 0 | 59 | 22 | 33 | 143 | 50 | 1B |
| Octal | 176 | 16 | 123 | 0 | 131 | 42 | 63 | 503 | 120 | 33 |
| Binary | 1111110 | 1110 | 1010011 | 0 | 1011001 | 100010 | 110011 | 101000011 | 1010000 | 11011 |
Color Harmonies of #7E0E53
Complementary color
Monochromatic Colors of #7E0E53
Black with #7E0E53
Text Example
Text Example
White with #7E0E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0E53; }
p { color: rgb(126,14,83); }
H1.HeaderClassName
{
color: #7E0E53;
}
.AnyTagClassName
{
color: #7E0E53;
}
</style>
background-color css
<style>
a { background-color: #7E0E53; }
a { background-color: rgb(126,14,83); }
div.DivClassName
{
background-color: #7E0E53;
}
.BgClassName
{
background-color: #7E0E53;
}
</style>
border-color css
<style>
span { border-color: #7E0E53; }
span { border-color: rgb(126,14,83); }
td.TdClassName
{
border-color: #7E0E53;
}
.TagClassName
{
border-color: #7E0E53;
}
</style>