Shades of Pompadour #791D4D
Tints of Pompadour #791D4D
RGB
CMYK
RGB Variations
Color information
#791D4D (or 0x791D4D) is known color: Pompadour. HEX triplet: 79, 1D and 4D. RGB value is (121,29,77). Sum of RGB (Red+Green+Blue) = 121+29+77=227 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.30% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 121 - color contains mainly: red. Hex color #791D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791D4D is #86E2B2. Grayscale: #3D3D3D. Windows color (decimal): -8839859 or 5053817. OLE color: 5053817.
HSL color Cylindrical-coordinate representation of color #791D4D: hue angle of 328.7º 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 #791D4D is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 29 | 77 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.53 |
| HSL | 328.7º | 0.61% | 0.29% | - |
| HSV(B) | 328.7º | 0.76% | 0.47% | - |
| XYZ | 9.66 | 5.48 | 7.57 | - |
| YUV | 61.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 29 | 77 | 0 | 0.76 | 0.36 | 0.53 | 328.7 | 0.61 | 0.29 |
| Hex | 79 | 1D | 4D | 0 | 4C | 24 | 35 | 149 | 3D | 1D |
| Octal | 171 | 35 | 115 | 0 | 114 | 44 | 65 | 511 | 75 | 35 |
| Binary | 1111001 | 11101 | 1001101 | 0 | 1001100 | 100100 | 110101 | 101001001 | 111101 | 11101 |
Color Harmonies of #791D4D
Complementary color
Monochromatic Colors of #791D4D
Black with #791D4D
Text Example
Text Example
White with #791D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791D4D; }
p { color: rgb(121,29,77); }
H1.HeaderClassName
{
color: #791D4D;
}
.AnyTagClassName
{
color: #791D4D;
}
</style>
background-color css
<style>
a { background-color: #791D4D; }
a { background-color: rgb(121,29,77); }
div.DivClassName
{
background-color: #791D4D;
}
.BgClassName
{
background-color: #791D4D;
}
</style>
border-color css
<style>
span { border-color: #791D4D; }
span { border-color: rgb(121,29,77); }
td.TdClassName
{
border-color: #791D4D;
}
.TagClassName
{
border-color: #791D4D;
}
</style>