Shades of Pompadour #7E1456
Tints of Pompadour #7E1456
RGB
CMYK
RGB Variations
Color information
#7E1456 (or 0x7E1456) is known color: Pompadour. HEX triplet: 7E, 14 and 56. RGB value is (126,20,86). Sum of RGB (Red+Green+Blue) = 126+20+86=232 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.31% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1456 is #81EBA9. Grayscale: #3B3B3B. Windows color (decimal): -8514474 or 5641342. OLE color: 5641342.
HSL color Cylindrical-coordinate representation of color #7E1456: hue angle of 322.64º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E1456 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 20 | 86 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.51 |
| HSL | 322.64º | 0.73% | 0.29% | - |
| HSV(B) | 322.64º | 0.84% | 0.49% | - |
| XYZ | 10.53 | 5.61 | 9.33 | - |
| YUV | 59.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 20 | 86 | 0 | 0.84 | 0.32 | 0.51 | 322.64 | 0.73 | 0.29 |
| Hex | 7E | 14 | 56 | 0 | 54 | 20 | 33 | 143 | 49 | 1D |
| Octal | 176 | 24 | 126 | 0 | 124 | 40 | 63 | 503 | 111 | 35 |
| Binary | 1111110 | 10100 | 1010110 | 0 | 1010100 | 100000 | 110011 | 101000011 | 1001001 | 11101 |
Color Harmonies of #7E1456
Complementary color
Monochromatic Colors of #7E1456
Black with #7E1456
Text Example
Text Example
White with #7E1456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1456; }
p { color: rgb(126,20,86); }
H1.HeaderClassName
{
color: #7E1456;
}
.AnyTagClassName
{
color: #7E1456;
}
</style>
background-color css
<style>
a { background-color: #7E1456; }
a { background-color: rgb(126,20,86); }
div.DivClassName
{
background-color: #7E1456;
}
.BgClassName
{
background-color: #7E1456;
}
</style>
border-color css
<style>
span { border-color: #7E1456; }
span { border-color: rgb(126,20,86); }
td.TdClassName
{
border-color: #7E1456;
}
.TagClassName
{
border-color: #7E1456;
}
</style>