Shades of Pompadour #791C52
Tints of Pompadour #791C52
RGB
CMYK
RGB Variations
Color information
#791C52 (or 0x791C52) is known color: Pompadour. HEX triplet: 79, 1C and 52. RGB value is (121,28,82). Sum of RGB (Red+Green+Blue) = 121+28+82=231 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.38% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 121 - color contains mainly: red. Hex color #791C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791C52 is #86E3AD. Grayscale: #3D3D3D. Windows color (decimal): -8840110 or 5381241. OLE color: 5381241.
HSL color Cylindrical-coordinate representation of color #791C52: hue angle of 325.16º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #791C52 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 28 | 82 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.53 |
| HSL | 325.16º | 0.62% | 0.29% | - |
| HSV(B) | 325.16º | 0.77% | 0.47% | - |
| XYZ | 9.82 | 5.5 | 8.53 | - |
| YUV | 61.96 | 139.31 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 28 | 82 | 0 | 0.77 | 0.32 | 0.53 | 325.16 | 0.62 | 0.29 |
| Hex | 79 | 1C | 52 | 0 | 4D | 20 | 35 | 145 | 3E | 1D |
| Octal | 171 | 34 | 122 | 0 | 115 | 40 | 65 | 505 | 76 | 35 |
| Binary | 1111001 | 11100 | 1010010 | 0 | 1001101 | 100000 | 110101 | 101000101 | 111110 | 11101 |
Color Harmonies of #791C52
Complementary color
Monochromatic Colors of #791C52
Black with #791C52
Text Example
Text Example
White with #791C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791C52; }
p { color: rgb(121,28,82); }
H1.HeaderClassName
{
color: #791C52;
}
.AnyTagClassName
{
color: #791C52;
}
</style>
background-color css
<style>
a { background-color: #791C52; }
a { background-color: rgb(121,28,82); }
div.DivClassName
{
background-color: #791C52;
}
.BgClassName
{
background-color: #791C52;
}
</style>
border-color css
<style>
span { border-color: #791C52; }
span { border-color: rgb(121,28,82); }
td.TdClassName
{
border-color: #791C52;
}
.TagClassName
{
border-color: #791C52;
}
</style>