Shades of Pompadour #7A164F
Tints of Pompadour #7A164F
RGB
CMYK
RGB Variations
Color information
#7A164F (or 0x7A164F) is known color: Pompadour. HEX triplet: 7A, 16 and 4F. RGB value is (122,22,79). Sum of RGB (Red+Green+Blue) = 122+22+79=223 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.71% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 122 - color contains mainly: red. Hex color #7A164F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A164F is #85E9B0. Grayscale: #3A3A3A. Windows color (decimal): -8776113 or 5183098. OLE color: 5183098.
HSL color Cylindrical-coordinate representation of color #7A164F: hue angle of 325.8º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A164F is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 79 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.52 |
| HSL | 325.8º | 0.69% | 0.28% | - |
| HSV(B) | 325.8º | 0.82% | 0.48% | - |
| XYZ | 9.72 | 5.28 | 7.9 | - |
| YUV | 58.4 | 139.63 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 79 | 0 | 0.82 | 0.35 | 0.52 | 325.8 | 0.69 | 0.28 |
| Hex | 7A | 16 | 4F | 0 | 52 | 23 | 34 | 146 | 45 | 1C |
| Octal | 172 | 26 | 117 | 0 | 122 | 43 | 64 | 506 | 105 | 34 |
| Binary | 1111010 | 10110 | 1001111 | 0 | 1010010 | 100011 | 110100 | 101000110 | 1000101 | 11100 |
Color Harmonies of #7A164F
Complementary color
Monochromatic Colors of #7A164F
Black with #7A164F
Text Example
Text Example
White with #7A164F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A164F; }
p { color: rgb(122,22,79); }
H1.HeaderClassName
{
color: #7A164F;
}
.AnyTagClassName
{
color: #7A164F;
}
</style>
background-color css
<style>
a { background-color: #7A164F; }
a { background-color: rgb(122,22,79); }
div.DivClassName
{
background-color: #7A164F;
}
.BgClassName
{
background-color: #7A164F;
}
</style>
border-color css
<style>
span { border-color: #7A164F; }
span { border-color: rgb(122,22,79); }
td.TdClassName
{
border-color: #7A164F;
}
.TagClassName
{
border-color: #7A164F;
}
</style>