Shades of Pompadour #79144D
Tints of Pompadour #79144D
RGB
CMYK
RGB Variations
Color information
#79144D (or 0x79144D) is known color: Pompadour. HEX triplet: 79, 14 and 4D. RGB value is (121,20,77). Sum of RGB (Red+Green+Blue) = 121+20+77=218 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.50% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 121 - color contains mainly: red. Hex color #79144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79144D is #86EBB2. Grayscale: #383838. Windows color (decimal): -8842163 or 5051513. OLE color: 5051513.
HSL color Cylindrical-coordinate representation of color #79144D: hue angle of 326.14º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #79144D is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 20 | 77 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.53 |
| HSL | 326.14º | 0.72% | 0.28% | - |
| HSV(B) | 326.14º | 0.83% | 0.47% | - |
| XYZ | 9.47 | 5.1 | 7.51 | - |
| YUV | 56.7 | 139.46 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 20 | 77 | 0 | 0.83 | 0.36 | 0.53 | 326.14 | 0.72 | 0.28 |
| Hex | 79 | 14 | 4D | 0 | 53 | 24 | 35 | 146 | 48 | 1C |
| Octal | 171 | 24 | 115 | 0 | 123 | 44 | 65 | 506 | 110 | 34 |
| Binary | 1111001 | 10100 | 1001101 | 0 | 1010011 | 100100 | 110101 | 101000110 | 1001000 | 11100 |
Color Harmonies of #79144D
Complementary color
Monochromatic Colors of #79144D
Black with #79144D
Text Example
Text Example
White with #79144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79144D; }
p { color: rgb(121,20,77); }
H1.HeaderClassName
{
color: #79144D;
}
.AnyTagClassName
{
color: #79144D;
}
</style>
background-color css
<style>
a { background-color: #79144D; }
a { background-color: rgb(121,20,77); }
div.DivClassName
{
background-color: #79144D;
}
.BgClassName
{
background-color: #79144D;
}
</style>
border-color css
<style>
span { border-color: #79144D; }
span { border-color: rgb(121,20,77); }
td.TdClassName
{
border-color: #79144D;
}
.TagClassName
{
border-color: #79144D;
}
</style>