Shades of Pompadour #791D44
Tints of Pompadour #791D44
RGB
CMYK
RGB Variations
Color information
#791D44 (or 0x791D44) is known color: Pompadour. HEX triplet: 79, 1D and 44. RGB value is (121,29,68). Sum of RGB (Red+Green+Blue) = 121+29+68=218 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.50% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 121 - color contains mainly: red. Hex color #791D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791D44 is #86E2BB. Grayscale: #3C3C3C. Windows color (decimal): -8839868 or 4463993. OLE color: 4463993.
HSL color Cylindrical-coordinate representation of color #791D44: hue angle of 334.57º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #791D44 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 29 | 68 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.53 |
| HSL | 334.57º | 0.61% | 0.29% | - |
| HSV(B) | 334.57º | 0.76% | 0.47% | - |
| XYZ | 9.37 | 5.36 | 6.01 | - |
| YUV | 60.95 | 131.98 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 29 | 68 | 0 | 0.76 | 0.44 | 0.53 | 334.57 | 0.61 | 0.29 |
| Hex | 79 | 1D | 44 | 0 | 4C | 2C | 35 | 14F | 3D | 1D |
| Octal | 171 | 35 | 104 | 0 | 114 | 54 | 65 | 517 | 75 | 35 |
| Binary | 1111001 | 11101 | 1000100 | 0 | 1001100 | 101100 | 110101 | 101001111 | 111101 | 11101 |
Color Harmonies of #791D44
Complementary color
Monochromatic Colors of #791D44
Black with #791D44
Text Example
Text Example
White with #791D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791D44; }
p { color: rgb(121,29,68); }
H1.HeaderClassName
{
color: #791D44;
}
.AnyTagClassName
{
color: #791D44;
}
</style>
background-color css
<style>
a { background-color: #791D44; }
a { background-color: rgb(121,29,68); }
div.DivClassName
{
background-color: #791D44;
}
.BgClassName
{
background-color: #791D44;
}
</style>
border-color css
<style>
span { border-color: #791D44; }
span { border-color: rgb(121,29,68); }
td.TdClassName
{
border-color: #791D44;
}
.TagClassName
{
border-color: #791D44;
}
</style>