Shades of Pompadour #7A164B
Tints of Pompadour #7A164B
RGB
CMYK
RGB Variations
Color information
#7A164B (or 0x7A164B) is known color: Pompadour. HEX triplet: 7A, 16 and 4B. RGB value is (122,22,75). Sum of RGB (Red+Green+Blue) = 122+22+75=219 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.71% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 122 - color contains mainly: red. Hex color #7A164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A164B is #85E9B4. Grayscale: #393939. Windows color (decimal): -8776117 or 4920954. OLE color: 4920954.
HSL color Cylindrical-coordinate representation of color #7A164B: hue angle of 328.2º 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 #7A164B is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 75 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.52 |
| HSL | 328.2º | 0.69% | 0.28% | - |
| HSV(B) | 328.2º | 0.82% | 0.48% | - |
| XYZ | 9.58 | 5.22 | 7.16 | - |
| YUV | 57.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 75 | 0 | 0.82 | 0.39 | 0.52 | 328.2 | 0.69 | 0.28 |
| Hex | 7A | 16 | 4B | 0 | 52 | 27 | 34 | 148 | 45 | 1C |
| Octal | 172 | 26 | 113 | 0 | 122 | 47 | 64 | 510 | 105 | 34 |
| Binary | 1111010 | 10110 | 1001011 | 0 | 1010010 | 100111 | 110100 | 101001000 | 1000101 | 11100 |
Color Harmonies of #7A164B
Complementary color
Monochromatic Colors of #7A164B
Black with #7A164B
Text Example
Text Example
White with #7A164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A164B; }
p { color: rgb(122,22,75); }
H1.HeaderClassName
{
color: #7A164B;
}
.AnyTagClassName
{
color: #7A164B;
}
</style>
background-color css
<style>
a { background-color: #7A164B; }
a { background-color: rgb(122,22,75); }
div.DivClassName
{
background-color: #7A164B;
}
.BgClassName
{
background-color: #7A164B;
}
</style>
border-color css
<style>
span { border-color: #7A164B; }
span { border-color: rgb(122,22,75); }
td.TdClassName
{
border-color: #7A164B;
}
.TagClassName
{
border-color: #7A164B;
}
</style>