Shades of Pompadour #781E40
Tints of Pompadour #781E40
RGB
CMYK
RGB Variations
Color information
#781E40 (or 0x781E40) is known color: Pompadour. HEX triplet: 78, 1E and 40. RGB value is (120,30,64). Sum of RGB (Red+Green+Blue) = 120+30+64=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #781E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E40 is #87E1BF. Grayscale: #3C3C3C. Windows color (decimal): -8905152 or 4202104. OLE color: 4202104.
HSL color Cylindrical-coordinate representation of color #781E40: hue angle of 337.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 #781E40 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 30 | 64 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.53 |
| HSL | 337.33º | 0.6% | 0.29% | - |
| HSV(B) | 337.33º | 0.75% | 0.47% | - |
| XYZ | 9.14 | 5.29 | 5.39 | - |
| YUV | 60.79 | 129.82 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 64 | 0 | 0.75 | 0.47 | 0.53 | 337.33 | 0.6 | 0.29 |
| Hex | 78 | 1E | 40 | 0 | 4B | 2F | 35 | 151 | 3C | 1D |
| Octal | 170 | 36 | 100 | 0 | 113 | 57 | 65 | 521 | 74 | 35 |
| Binary | 1111000 | 11110 | 1000000 | 0 | 1001011 | 101111 | 110101 | 101010001 | 111100 | 11101 |
Color Harmonies of #781E40
Complementary color
Monochromatic Colors of #781E40
Black with #781E40
Text Example
Text Example
White with #781E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781E40; }
p { color: rgb(120,30,64); }
H1.HeaderClassName
{
color: #781E40;
}
.AnyTagClassName
{
color: #781E40;
}
</style>
background-color css
<style>
a { background-color: #781E40; }
a { background-color: rgb(120,30,64); }
div.DivClassName
{
background-color: #781E40;
}
.BgClassName
{
background-color: #781E40;
}
</style>
border-color css
<style>
span { border-color: #781E40; }
span { border-color: rgb(120,30,64); }
td.TdClassName
{
border-color: #781E40;
}
.TagClassName
{
border-color: #781E40;
}
</style>