Shades of Pompadour #7E1557
Tints of Pompadour #7E1557
RGB
CMYK
RGB Variations
Color information
#7E1557 (or 0x7E1557) is known color: Pompadour. HEX triplet: 7E, 15 and 57. RGB value is (126,21,87). Sum of RGB (Red+Green+Blue) = 126+21+87=234 (30% of max value = 765). Red value is 126 (49.61% from 255 or 53.85% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1557 is #81EAA8. Grayscale: #3B3B3B. Windows color (decimal): -8514217 or 5707134. OLE color: 5707134.
HSL color Cylindrical-coordinate representation of color #7E1557: hue angle of 322.29º 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 #7E1557 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 21 | 87 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.51 |
| HSL | 322.29º | 0.71% | 0.29% | - |
| HSV(B) | 322.29º | 0.83% | 0.49% | - |
| XYZ | 10.59 | 5.66 | 9.55 | - |
| YUV | 59.92 | 143.29 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 21 | 87 | 0 | 0.83 | 0.31 | 0.51 | 322.29 | 0.71 | 0.29 |
| Hex | 7E | 15 | 57 | 0 | 53 | 1F | 33 | 142 | 47 | 1D |
| Octal | 176 | 25 | 127 | 0 | 123 | 37 | 63 | 502 | 107 | 35 |
| Binary | 1111110 | 10101 | 1010111 | 0 | 1010011 | 11111 | 110011 | 101000010 | 1000111 | 11101 |
Color Harmonies of #7E1557
Complementary color
Monochromatic Colors of #7E1557
Black with #7E1557
Text Example
Text Example
White with #7E1557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1557; }
p { color: rgb(126,21,87); }
H1.HeaderClassName
{
color: #7E1557;
}
.AnyTagClassName
{
color: #7E1557;
}
</style>
background-color css
<style>
a { background-color: #7E1557; }
a { background-color: rgb(126,21,87); }
div.DivClassName
{
background-color: #7E1557;
}
.BgClassName
{
background-color: #7E1557;
}
</style>
border-color css
<style>
span { border-color: #7E1557; }
span { border-color: rgb(126,21,87); }
td.TdClassName
{
border-color: #7E1557;
}
.TagClassName
{
border-color: #7E1557;
}
</style>