Shades of Pompadour #781D49
Tints of Pompadour #781D49
RGB
CMYK
RGB Variations
Color information
#781D49 (or 0x781D49) is known color: Pompadour. HEX triplet: 78, 1D and 49. RGB value is (120,29,73). Sum of RGB (Red+Green+Blue) = 120+29+73=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #781D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D49 is #87E2B6. Grayscale: #3D3D3D. Windows color (decimal): -8905399 or 4791672. OLE color: 4791672.
HSL color Cylindrical-coordinate representation of color #781D49: hue angle of 330.99º 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 #781D49 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 29 | 73 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.53 |
| HSL | 330.99º | 0.61% | 0.29% | - |
| HSV(B) | 330.99º | 0.76% | 0.47% | - |
| XYZ | 9.39 | 5.35 | 6.84 | - |
| YUV | 61.23 | 134.65 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 73 | 0 | 0.76 | 0.39 | 0.53 | 330.99 | 0.61 | 0.29 |
| Hex | 78 | 1D | 49 | 0 | 4C | 27 | 35 | 14B | 3D | 1D |
| Octal | 170 | 35 | 111 | 0 | 114 | 47 | 65 | 513 | 75 | 35 |
| Binary | 1111000 | 11101 | 1001001 | 0 | 1001100 | 100111 | 110101 | 101001011 | 111101 | 11101 |
Color Harmonies of #781D49
Complementary color
Monochromatic Colors of #781D49
Black with #781D49
Text Example
Text Example
White with #781D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D49; }
p { color: rgb(120,29,73); }
H1.HeaderClassName
{
color: #781D49;
}
.AnyTagClassName
{
color: #781D49;
}
</style>
background-color css
<style>
a { background-color: #781D49; }
a { background-color: rgb(120,29,73); }
div.DivClassName
{
background-color: #781D49;
}
.BgClassName
{
background-color: #781D49;
}
</style>
border-color css
<style>
span { border-color: #781D49; }
span { border-color: rgb(120,29,73); }
td.TdClassName
{
border-color: #781D49;
}
.TagClassName
{
border-color: #781D49;
}
</style>