Shades of Pompadour #781D55
Tints of Pompadour #781D55
RGB
CMYK
RGB Variations
Color information
#781D55 (or 0x781D55) is known color: Pompadour. HEX triplet: 78, 1D and 55. RGB value is (120,29,85). Sum of RGB (Red+Green+Blue) = 120+29+85=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #781D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781D55 is #87E2AA. Grayscale: #3E3E3E. Windows color (decimal): -8905387 or 5578104. OLE color: 5578104.
HSL color Cylindrical-coordinate representation of color #781D55: hue angle of 323.08º 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 #781D55 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 29 | 85 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.53 |
| HSL | 323.08º | 0.61% | 0.29% | - |
| HSV(B) | 323.08º | 0.76% | 0.47% | - |
| XYZ | 9.82 | 5.53 | 9.14 | - |
| YUV | 62.59 | 140.65 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 85 | 0 | 0.76 | 0.29 | 0.53 | 323.08 | 0.61 | 0.29 |
| Hex | 78 | 1D | 55 | 0 | 4C | 1D | 35 | 143 | 3D | 1D |
| Octal | 170 | 35 | 125 | 0 | 114 | 35 | 65 | 503 | 75 | 35 |
| Binary | 1111000 | 11101 | 1010101 | 0 | 1001100 | 11101 | 110101 | 101000011 | 111101 | 11101 |
Color Harmonies of #781D55
Complementary color
Monochromatic Colors of #781D55
Black with #781D55
Text Example
Text Example
White with #781D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D55; }
p { color: rgb(120,29,85); }
H1.HeaderClassName
{
color: #781D55;
}
.AnyTagClassName
{
color: #781D55;
}
</style>
background-color css
<style>
a { background-color: #781D55; }
a { background-color: rgb(120,29,85); }
div.DivClassName
{
background-color: #781D55;
}
.BgClassName
{
background-color: #781D55;
}
</style>
border-color css
<style>
span { border-color: #781D55; }
span { border-color: rgb(120,29,85); }
td.TdClassName
{
border-color: #781D55;
}
.TagClassName
{
border-color: #781D55;
}
</style>