Shades of Pompadour #79164A
Tints of Pompadour #79164A
RGB
CMYK
RGB Variations
Color information
#79164A (or 0x79164A) is known color: Pompadour. HEX triplet: 79, 16 and 4A. RGB value is (121,22,74). Sum of RGB (Red+Green+Blue) = 121+22+74=217 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.76% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 121 - color contains mainly: red. Hex color #79164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79164A is #86E9B5. Grayscale: #393939. Windows color (decimal): -8841654 or 4855417. OLE color: 4855417.
HSL color Cylindrical-coordinate representation of color #79164A: hue angle of 328.48º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #79164A is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 22 | 74 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.53 |
| HSL | 328.48º | 0.69% | 0.28% | - |
| HSV(B) | 328.48º | 0.82% | 0.47% | - |
| XYZ | 9.41 | 5.13 | 6.97 | - |
| YUV | 57.53 | 137.3 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 22 | 74 | 0 | 0.82 | 0.39 | 0.53 | 328.48 | 0.69 | 0.28 |
| Hex | 79 | 16 | 4A | 0 | 52 | 27 | 35 | 148 | 45 | 1C |
| Octal | 171 | 26 | 112 | 0 | 122 | 47 | 65 | 510 | 105 | 34 |
| Binary | 1111001 | 10110 | 1001010 | 0 | 1010010 | 100111 | 110101 | 101001000 | 1000101 | 11100 |
Color Harmonies of #79164A
Complementary color
Monochromatic Colors of #79164A
Black with #79164A
Text Example
Text Example
White with #79164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79164A; }
p { color: rgb(121,22,74); }
H1.HeaderClassName
{
color: #79164A;
}
.AnyTagClassName
{
color: #79164A;
}
</style>
background-color css
<style>
a { background-color: #79164A; }
a { background-color: rgb(121,22,74); }
div.DivClassName
{
background-color: #79164A;
}
.BgClassName
{
background-color: #79164A;
}
</style>
border-color css
<style>
span { border-color: #79164A; }
span { border-color: rgb(121,22,74); }
td.TdClassName
{
border-color: #79164A;
}
.TagClassName
{
border-color: #79164A;
}
</style>