Shades of Pompadour #7E1556
Tints of Pompadour #7E1556
RGB
CMYK
RGB Variations
Color information
#7E1556 (or 0x7E1556) is known color: Pompadour. HEX triplet: 7E, 15 and 56. RGB value is (126,21,86). Sum of RGB (Red+Green+Blue) = 126+21+86=233 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.08% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1556 is #81EAA9. Grayscale: #3B3B3B. Windows color (decimal): -8514218 or 5641598. OLE color: 5641598.
HSL color Cylindrical-coordinate representation of color #7E1556: hue angle of 322.86º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E1556 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 21 | 86 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.51 |
| HSL | 322.86º | 0.71% | 0.29% | - |
| HSV(B) | 322.86º | 0.83% | 0.49% | - |
| XYZ | 10.55 | 5.64 | 9.34 | - |
| YUV | 59.81 | 142.79 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 21 | 86 | 0 | 0.83 | 0.32 | 0.51 | 322.86 | 0.71 | 0.29 |
| Hex | 7E | 15 | 56 | 0 | 53 | 20 | 33 | 143 | 47 | 1D |
| Octal | 176 | 25 | 126 | 0 | 123 | 40 | 63 | 503 | 107 | 35 |
| Binary | 1111110 | 10101 | 1010110 | 0 | 1010011 | 100000 | 110011 | 101000011 | 1000111 | 11101 |
Color Harmonies of #7E1556
Complementary color
Monochromatic Colors of #7E1556
Black with #7E1556
Text Example
Text Example
White with #7E1556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1556; }
p { color: rgb(126,21,86); }
H1.HeaderClassName
{
color: #7E1556;
}
.AnyTagClassName
{
color: #7E1556;
}
</style>
background-color css
<style>
a { background-color: #7E1556; }
a { background-color: rgb(126,21,86); }
div.DivClassName
{
background-color: #7E1556;
}
.BgClassName
{
background-color: #7E1556;
}
</style>
border-color css
<style>
span { border-color: #7E1556; }
span { border-color: rgb(126,21,86); }
td.TdClassName
{
border-color: #7E1556;
}
.TagClassName
{
border-color: #7E1556;
}
</style>