Shades of Pompadour #79184E
Tints of Pompadour #79184E
RGB
CMYK
RGB Variations
Color information
#79184E (or 0x79184E) is known color: Pompadour. HEX triplet: 79, 18 and 4E. RGB value is (121,24,78). Sum of RGB (Red+Green+Blue) = 121+24+78=223 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.26% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 121 - color contains mainly: red. Hex color #79184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79184E is #86E7B1. Grayscale: #3B3B3B. Windows color (decimal): -8841138 or 5118073. OLE color: 5118073.
HSL color Cylindrical-coordinate representation of color #79184E: hue angle of 326.6º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #79184E is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 24 | 78 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.53 |
| HSL | 326.6º | 0.67% | 0.28% | - |
| HSV(B) | 326.6º | 0.8% | 0.47% | - |
| XYZ | 9.59 | 5.27 | 7.72 | - |
| YUV | 59.16 | 138.64 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 24 | 78 | 0 | 0.80 | 0.36 | 0.53 | 326.6 | 0.67 | 0.28 |
| Hex | 79 | 18 | 4E | 0 | 50 | 24 | 35 | 147 | 43 | 1C |
| Octal | 171 | 30 | 116 | 0 | 120 | 44 | 65 | 507 | 103 | 34 |
| Binary | 1111001 | 11000 | 1001110 | 0 | 1010000 | 100100 | 110101 | 101000111 | 1000011 | 11100 |
Color Harmonies of #79184E
Complementary color
Monochromatic Colors of #79184E
Black with #79184E
Text Example
Text Example
White with #79184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79184E; }
p { color: rgb(121,24,78); }
H1.HeaderClassName
{
color: #79184E;
}
.AnyTagClassName
{
color: #79184E;
}
</style>
background-color css
<style>
a { background-color: #79184E; }
a { background-color: rgb(121,24,78); }
div.DivClassName
{
background-color: #79184E;
}
.BgClassName
{
background-color: #79184E;
}
</style>
border-color css
<style>
span { border-color: #79184E; }
span { border-color: rgb(121,24,78); }
td.TdClassName
{
border-color: #79184E;
}
.TagClassName
{
border-color: #79184E;
}
</style>