Shades of Pompadour #7C164B
Tints of Pompadour #7C164B
RGB
CMYK
RGB Variations
Color information
#7C164B (or 0x7C164B) is known color: Pompadour. HEX triplet: 7C, 16 and 4B. RGB value is (124,22,75). Sum of RGB (Red+Green+Blue) = 124+22+75=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C164B is #83E9B4. Grayscale: #3A3A3A. Windows color (decimal): -8645045 or 4920956. OLE color: 4920956.
HSL color Cylindrical-coordinate representation of color #7C164B: hue angle of 328.82º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C164B is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 22 | 75 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.51 |
| HSL | 328.82º | 0.7% | 0.29% | - |
| HSV(B) | 328.82º | 0.82% | 0.49% | - |
| XYZ | 9.87 | 5.37 | 7.17 | - |
| YUV | 58.54 | 137.29 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 22 | 75 | 0 | 0.82 | 0.40 | 0.51 | 328.82 | 0.7 | 0.29 |
| Hex | 7C | 16 | 4B | 0 | 52 | 28 | 33 | 149 | 46 | 1D |
| Octal | 174 | 26 | 113 | 0 | 122 | 50 | 63 | 511 | 106 | 35 |
| Binary | 1111100 | 10110 | 1001011 | 0 | 1010010 | 101000 | 110011 | 101001001 | 1000110 | 11101 |
Color Harmonies of #7C164B
Complementary color
Monochromatic Colors of #7C164B
Black with #7C164B
Text Example
Text Example
White with #7C164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C164B; }
p { color: rgb(124,22,75); }
H1.HeaderClassName
{
color: #7C164B;
}
.AnyTagClassName
{
color: #7C164B;
}
</style>
background-color css
<style>
a { background-color: #7C164B; }
a { background-color: rgb(124,22,75); }
div.DivClassName
{
background-color: #7C164B;
}
.BgClassName
{
background-color: #7C164B;
}
</style>
border-color css
<style>
span { border-color: #7C164B; }
span { border-color: rgb(124,22,75); }
td.TdClassName
{
border-color: #7C164B;
}
.TagClassName
{
border-color: #7C164B;
}
</style>