Shades of Pompadour #781D4C
Tints of Pompadour #781D4C
RGB
CMYK
RGB Variations
Color information
#781D4C (or 0x781D4C) is known color: Pompadour. HEX triplet: 78, 1D and 4C. RGB value is (120,29,76). Sum of RGB (Red+Green+Blue) = 120+29+76=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #781D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D4C is #87E2B3. Grayscale: #3D3D3D. Windows color (decimal): -8905396 or 4988280. OLE color: 4988280.
HSL color Cylindrical-coordinate representation of color #781D4C: hue angle of 329.01º 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 #781D4C is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 29 | 76 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.53 |
| HSL | 329.01º | 0.61% | 0.29% | - |
| HSV(B) | 329.01º | 0.76% | 0.47% | - |
| XYZ | 9.49 | 5.39 | 7.38 | - |
| YUV | 61.57 | 136.15 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 76 | 0 | 0.76 | 0.37 | 0.53 | 329.01 | 0.61 | 0.29 |
| Hex | 78 | 1D | 4C | 0 | 4C | 25 | 35 | 149 | 3D | 1D |
| Octal | 170 | 35 | 114 | 0 | 114 | 45 | 65 | 511 | 75 | 35 |
| Binary | 1111000 | 11101 | 1001100 | 0 | 1001100 | 100101 | 110101 | 101001001 | 111101 | 11101 |
Color Harmonies of #781D4C
Complementary color
Monochromatic Colors of #781D4C
Black with #781D4C
Text Example
Text Example
White with #781D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D4C; }
p { color: rgb(120,29,76); }
H1.HeaderClassName
{
color: #781D4C;
}
.AnyTagClassName
{
color: #781D4C;
}
</style>
background-color css
<style>
a { background-color: #781D4C; }
a { background-color: rgb(120,29,76); }
div.DivClassName
{
background-color: #781D4C;
}
.BgClassName
{
background-color: #781D4C;
}
</style>
border-color css
<style>
span { border-color: #781D4C; }
span { border-color: rgb(120,29,76); }
td.TdClassName
{
border-color: #781D4C;
}
.TagClassName
{
border-color: #781D4C;
}
</style>