Shades of Pompadour #7E124A
Tints of Pompadour #7E124A
RGB
CMYK
RGB Variations
Color information
#7E124A (or 0x7E124A) is known color: Pompadour. HEX triplet: 7E, 12 and 4A. RGB value is (126,18,74). Sum of RGB (Red+Green+Blue) = 126+18+74=218 (28% of max value = 765). Red value is 126 (49.61% from 255 or 57.80% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 126 - color contains mainly: red. Hex color #7E124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E124A is #81EDB5. Grayscale: #383838. Windows color (decimal): -8514998 or 4854398. OLE color: 4854398.
HSL color Cylindrical-coordinate representation of color #7E124A: hue angle of 328.89º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E124A is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 18 | 74 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.51 |
| HSL | 328.89º | 0.75% | 0.28% | - |
| HSV(B) | 328.89º | 0.86% | 0.49% | - |
| XYZ | 10.06 | 5.36 | 6.98 | - |
| YUV | 56.68 | 137.78 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 18 | 74 | 0 | 0.86 | 0.41 | 0.51 | 328.89 | 0.75 | 0.28 |
| Hex | 7E | 12 | 4A | 0 | 56 | 29 | 33 | 149 | 4B | 1C |
| Octal | 176 | 22 | 112 | 0 | 126 | 51 | 63 | 511 | 113 | 34 |
| Binary | 1111110 | 10010 | 1001010 | 0 | 1010110 | 101001 | 110011 | 101001001 | 1001011 | 11100 |
Color Harmonies of #7E124A
Complementary color
Monochromatic Colors of #7E124A
Black with #7E124A
Text Example
Text Example
White with #7E124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E124A; }
p { color: rgb(126,18,74); }
H1.HeaderClassName
{
color: #7E124A;
}
.AnyTagClassName
{
color: #7E124A;
}
</style>
background-color css
<style>
a { background-color: #7E124A; }
a { background-color: rgb(126,18,74); }
div.DivClassName
{
background-color: #7E124A;
}
.BgClassName
{
background-color: #7E124A;
}
</style>
border-color css
<style>
span { border-color: #7E124A; }
span { border-color: rgb(126,18,74); }
td.TdClassName
{
border-color: #7E124A;
}
.TagClassName
{
border-color: #7E124A;
}
</style>