Shades of Pompadour #791E51
Tints of Pompadour #791E51
RGB
CMYK
RGB Variations
Color information
#791E51 (or 0x791E51) is known color: Pompadour. HEX triplet: 79, 1E and 51. RGB value is (121,30,81). Sum of RGB (Red+Green+Blue) = 121+30+81=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #791E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791E51 is #86E1AE. Grayscale: #3E3E3E. Windows color (decimal): -8839599 or 5316217. OLE color: 5316217.
HSL color Cylindrical-coordinate representation of color #791E51: hue angle of 326.37º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #791E51 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 30 | 81 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.53 |
| HSL | 326.37º | 0.6% | 0.3% | - |
| HSV(B) | 326.37º | 0.75% | 0.47% | - |
| XYZ | 9.83 | 5.59 | 8.34 | - |
| YUV | 63.02 | 138.15 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 30 | 81 | 0 | 0.75 | 0.33 | 0.53 | 326.37 | 0.6 | 0.3 |
| Hex | 79 | 1E | 51 | 0 | 4B | 21 | 35 | 146 | 3C | 1E |
| Octal | 171 | 36 | 121 | 0 | 113 | 41 | 65 | 506 | 74 | 36 |
| Binary | 1111001 | 11110 | 1010001 | 0 | 1001011 | 100001 | 110101 | 101000110 | 111100 | 11110 |
Color Harmonies of #791E51
Complementary color
Monochromatic Colors of #791E51
Black with #791E51
Text Example
Text Example
White with #791E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791E51; }
p { color: rgb(121,30,81); }
H1.HeaderClassName
{
color: #791E51;
}
.AnyTagClassName
{
color: #791E51;
}
</style>
background-color css
<style>
a { background-color: #791E51; }
a { background-color: rgb(121,30,81); }
div.DivClassName
{
background-color: #791E51;
}
.BgClassName
{
background-color: #791E51;
}
</style>
border-color css
<style>
span { border-color: #791E51; }
span { border-color: rgb(121,30,81); }
td.TdClassName
{
border-color: #791E51;
}
.TagClassName
{
border-color: #791E51;
}
</style>