Shades of Pompadour #791D46
Tints of Pompadour #791D46
RGB
CMYK
RGB Variations
Color information
#791D46 (or 0x791D46) is known color: Pompadour. HEX triplet: 79, 1D and 46. RGB value is (121,29,70). Sum of RGB (Red+Green+Blue) = 121+29+70=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #791D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791D46 is #86E2B9. Grayscale: #3D3D3D. Windows color (decimal): -8839866 or 4595065. OLE color: 4595065.
HSL color Cylindrical-coordinate representation of color #791D46: hue angle of 333.26º 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 #791D46 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 29 | 70 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.53 |
| HSL | 333.26º | 0.61% | 0.29% | - |
| HSV(B) | 333.26º | 0.76% | 0.47% | - |
| XYZ | 9.43 | 5.39 | 6.34 | - |
| YUV | 61.18 | 132.98 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 29 | 70 | 0 | 0.76 | 0.42 | 0.53 | 333.26 | 0.61 | 0.29 |
| Hex | 79 | 1D | 46 | 0 | 4C | 2A | 35 | 14D | 3D | 1D |
| Octal | 171 | 35 | 106 | 0 | 114 | 52 | 65 | 515 | 75 | 35 |
| Binary | 1111001 | 11101 | 1000110 | 0 | 1001100 | 101010 | 110101 | 101001101 | 111101 | 11101 |
Color Harmonies of #791D46
Complementary color
Monochromatic Colors of #791D46
Black with #791D46
Text Example
Text Example
White with #791D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791D46; }
p { color: rgb(121,29,70); }
H1.HeaderClassName
{
color: #791D46;
}
.AnyTagClassName
{
color: #791D46;
}
</style>
background-color css
<style>
a { background-color: #791D46; }
a { background-color: rgb(121,29,70); }
div.DivClassName
{
background-color: #791D46;
}
.BgClassName
{
background-color: #791D46;
}
</style>
border-color css
<style>
span { border-color: #791D46; }
span { border-color: rgb(121,29,70); }
td.TdClassName
{
border-color: #791D46;
}
.TagClassName
{
border-color: #791D46;
}
</style>