Shades of Pompadour #79194E
Tints of Pompadour #79194E
RGB
CMYK
RGB Variations
Color information
#79194E (or 0x79194E) is known color: Pompadour. HEX triplet: 79, 19 and 4E. RGB value is (121,25,78). Sum of RGB (Red+Green+Blue) = 121+25+78=224 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.02% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 121 - color contains mainly: red. Hex color #79194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79194E is #86E6B1. Grayscale: #3B3B3B. Windows color (decimal): -8840882 or 5118329. OLE color: 5118329.
HSL color Cylindrical-coordinate representation of color #79194E: hue angle of 326.88º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #79194E is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 25 | 78 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.53 |
| HSL | 326.88º | 0.66% | 0.29% | - |
| HSV(B) | 326.88º | 0.79% | 0.47% | - |
| XYZ | 9.61 | 5.31 | 7.73 | - |
| YUV | 59.75 | 138.3 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 25 | 78 | 0 | 0.79 | 0.36 | 0.53 | 326.88 | 0.66 | 0.29 |
| Hex | 79 | 19 | 4E | 0 | 4F | 24 | 35 | 147 | 42 | 1D |
| Octal | 171 | 31 | 116 | 0 | 117 | 44 | 65 | 507 | 102 | 35 |
| Binary | 1111001 | 11001 | 1001110 | 0 | 1001111 | 100100 | 110101 | 101000111 | 1000010 | 11101 |
Color Harmonies of #79194E
Complementary color
Monochromatic Colors of #79194E
Black with #79194E
Text Example
Text Example
White with #79194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79194E; }
p { color: rgb(121,25,78); }
H1.HeaderClassName
{
color: #79194E;
}
.AnyTagClassName
{
color: #79194E;
}
</style>
background-color css
<style>
a { background-color: #79194E; }
a { background-color: rgb(121,25,78); }
div.DivClassName
{
background-color: #79194E;
}
.BgClassName
{
background-color: #79194E;
}
</style>
border-color css
<style>
span { border-color: #79194E; }
span { border-color: rgb(121,25,78); }
td.TdClassName
{
border-color: #79194E;
}
.TagClassName
{
border-color: #79194E;
}
</style>