Shades of Pompadour #781D52
Tints of Pompadour #781D52
RGB
CMYK
RGB Variations
Color information
#781D52 (or 0x781D52) is known color: Pompadour. HEX triplet: 78, 1D and 52. RGB value is (120,29,82). Sum of RGB (Red+Green+Blue) = 120+29+82=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #781D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781D52 is #87E2AD. Grayscale: #3E3E3E. Windows color (decimal): -8905390 or 5381496. OLE color: 5381496.
HSL color Cylindrical-coordinate representation of color #781D52: hue angle of 325.05º 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 #781D52 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 29 | 82 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.53 |
| HSL | 325.05º | 0.61% | 0.29% | - |
| HSV(B) | 325.05º | 0.76% | 0.47% | - |
| XYZ | 9.71 | 5.48 | 8.53 | - |
| YUV | 62.25 | 139.15 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 82 | 0 | 0.76 | 0.32 | 0.53 | 325.05 | 0.61 | 0.29 |
| Hex | 78 | 1D | 52 | 0 | 4C | 20 | 35 | 145 | 3D | 1D |
| Octal | 170 | 35 | 122 | 0 | 114 | 40 | 65 | 505 | 75 | 35 |
| Binary | 1111000 | 11101 | 1010010 | 0 | 1001100 | 100000 | 110101 | 101000101 | 111101 | 11101 |
Color Harmonies of #781D52
Complementary color
Monochromatic Colors of #781D52
Black with #781D52
Text Example
Text Example
White with #781D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D52; }
p { color: rgb(120,29,82); }
H1.HeaderClassName
{
color: #781D52;
}
.AnyTagClassName
{
color: #781D52;
}
</style>
background-color css
<style>
a { background-color: #781D52; }
a { background-color: rgb(120,29,82); }
div.DivClassName
{
background-color: #781D52;
}
.BgClassName
{
background-color: #781D52;
}
</style>
border-color css
<style>
span { border-color: #781D52; }
span { border-color: rgb(120,29,82); }
td.TdClassName
{
border-color: #781D52;
}
.TagClassName
{
border-color: #781D52;
}
</style>