Shades of Pompadour #781E49
Tints of Pompadour #781E49
RGB
CMYK
RGB Variations
Color information
#781E49 (or 0x781E49) is known color: Pompadour. HEX triplet: 78, 1E and 49. RGB value is (120,30,73). Sum of RGB (Red+Green+Blue) = 120+30+73=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #781E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E49 is #87E1B6. Grayscale: #3D3D3D. Windows color (decimal): -8905143 or 4791928. OLE color: 4791928.
HSL color Cylindrical-coordinate representation of color #781E49: hue angle of 331.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #781E49 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 30 | 73 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.53 |
| HSL | 331.33º | 0.6% | 0.29% | - |
| HSV(B) | 331.33º | 0.75% | 0.47% | - |
| XYZ | 9.41 | 5.4 | 6.85 | - |
| YUV | 61.81 | 134.32 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 73 | 0 | 0.75 | 0.39 | 0.53 | 331.33 | 0.6 | 0.29 |
| Hex | 78 | 1E | 49 | 0 | 4B | 27 | 35 | 14B | 3C | 1D |
| Octal | 170 | 36 | 111 | 0 | 113 | 47 | 65 | 513 | 74 | 35 |
| Binary | 1111000 | 11110 | 1001001 | 0 | 1001011 | 100111 | 110101 | 101001011 | 111100 | 11101 |
Color Harmonies of #781E49
Complementary color
Monochromatic Colors of #781E49
Black with #781E49
Text Example
Text Example
White with #781E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781E49; }
p { color: rgb(120,30,73); }
H1.HeaderClassName
{
color: #781E49;
}
.AnyTagClassName
{
color: #781E49;
}
</style>
background-color css
<style>
a { background-color: #781E49; }
a { background-color: rgb(120,30,73); }
div.DivClassName
{
background-color: #781E49;
}
.BgClassName
{
background-color: #781E49;
}
</style>
border-color css
<style>
span { border-color: #781E49; }
span { border-color: rgb(120,30,73); }
td.TdClassName
{
border-color: #781E49;
}
.TagClassName
{
border-color: #781E49;
}
</style>