Shades of Pompadour #79134C
Tints of Pompadour #79134C
RGB
CMYK
RGB Variations
Color information
#79134C (or 0x79134C) is known color: Pompadour. HEX triplet: 79, 13 and 4C. RGB value is (121,19,76). Sum of RGB (Red+Green+Blue) = 121+19+76=216 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.02% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 121 - color contains mainly: red. Hex color #79134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79134C is #86ECB3. Grayscale: #373737. Windows color (decimal): -8842420 or 4985721. OLE color: 4985721.
HSL color Cylindrical-coordinate representation of color #79134C: hue angle of 326.47º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #79134C is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 19 | 76 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.53 |
| HSL | 326.47º | 0.73% | 0.27% | - |
| HSV(B) | 326.47º | 0.84% | 0.47% | - |
| XYZ | 9.42 | 5.05 | 7.32 | - |
| YUV | 56 | 139.29 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 19 | 76 | 0 | 0.84 | 0.37 | 0.53 | 326.47 | 0.73 | 0.27 |
| Hex | 79 | 13 | 4C | 0 | 54 | 25 | 35 | 146 | 49 | 1B |
| Octal | 171 | 23 | 114 | 0 | 124 | 45 | 65 | 506 | 111 | 33 |
| Binary | 1111001 | 10011 | 1001100 | 0 | 1010100 | 100101 | 110101 | 101000110 | 1001001 | 11011 |
Color Harmonies of #79134C
Complementary color
Monochromatic Colors of #79134C
Black with #79134C
Text Example
Text Example
White with #79134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79134C; }
p { color: rgb(121,19,76); }
H1.HeaderClassName
{
color: #79134C;
}
.AnyTagClassName
{
color: #79134C;
}
</style>
background-color css
<style>
a { background-color: #79134C; }
a { background-color: rgb(121,19,76); }
div.DivClassName
{
background-color: #79134C;
}
.BgClassName
{
background-color: #79134C;
}
</style>
border-color css
<style>
span { border-color: #79134C; }
span { border-color: rgb(121,19,76); }
td.TdClassName
{
border-color: #79134C;
}
.TagClassName
{
border-color: #79134C;
}
</style>