Shades of Pompadour #7E164F
Tints of Pompadour #7E164F
RGB
CMYK
RGB Variations
Color information
#7E164F (or 0x7E164F) is known color: Pompadour. HEX triplet: 7E, 16 and 4F. RGB value is (126,22,79). Sum of RGB (Red+Green+Blue) = 126+22+79=227 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.51% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 126 - color contains mainly: red. Hex color #7E164F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E164F is #81E9B0. Grayscale: #3B3B3B. Windows color (decimal): -8513969 or 5183102. OLE color: 5183102.
HSL color Cylindrical-coordinate representation of color #7E164F: hue angle of 327.12º degrees, saturation: 0.7, 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 #7E164F is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 22 | 79 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.51 |
| HSL | 327.12º | 0.7% | 0.29% | - |
| HSV(B) | 327.12º | 0.83% | 0.49% | - |
| XYZ | 10.3 | 5.57 | 7.93 | - |
| YUV | 59.59 | 138.96 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 22 | 79 | 0 | 0.83 | 0.37 | 0.51 | 327.12 | 0.7 | 0.29 |
| Hex | 7E | 16 | 4F | 0 | 53 | 25 | 33 | 147 | 46 | 1D |
| Octal | 176 | 26 | 117 | 0 | 123 | 45 | 63 | 507 | 106 | 35 |
| Binary | 1111110 | 10110 | 1001111 | 0 | 1010011 | 100101 | 110011 | 101000111 | 1000110 | 11101 |
Color Harmonies of #7E164F
Complementary color
Monochromatic Colors of #7E164F
Black with #7E164F
Text Example
Text Example
White with #7E164F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E164F; }
p { color: rgb(126,22,79); }
H1.HeaderClassName
{
color: #7E164F;
}
.AnyTagClassName
{
color: #7E164F;
}
</style>
background-color css
<style>
a { background-color: #7E164F; }
a { background-color: rgb(126,22,79); }
div.DivClassName
{
background-color: #7E164F;
}
.BgClassName
{
background-color: #7E164F;
}
</style>
border-color css
<style>
span { border-color: #7E164F; }
span { border-color: rgb(126,22,79); }
td.TdClassName
{
border-color: #7E164F;
}
.TagClassName
{
border-color: #7E164F;
}
</style>