Shades of Pompadour #781F41
Tints of Pompadour #781F41
RGB
CMYK
RGB Variations
Color information
#781F41 (or 0x781F41) is known color: Pompadour. HEX triplet: 78, 1F and 41. RGB value is (120,31,65). Sum of RGB (Red+Green+Blue) = 120+31+65=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #781F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F41 is #87E0BE. Grayscale: #3D3D3D. Windows color (decimal): -8904895 or 4267896. OLE color: 4267896.
HSL color Cylindrical-coordinate representation of color #781F41: hue angle of 337.08º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #781F41 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 65 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.53 |
| HSL | 337.08º | 0.59% | 0.3% | - |
| HSV(B) | 337.08º | 0.74% | 0.47% | - |
| XYZ | 9.19 | 5.35 | 5.55 | - |
| YUV | 61.49 | 129.99 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 65 | 0 | 0.74 | 0.46 | 0.53 | 337.08 | 0.59 | 0.3 |
| Hex | 78 | 1F | 41 | 0 | 4A | 2E | 35 | 151 | 3B | 1E |
| Octal | 170 | 37 | 101 | 0 | 112 | 56 | 65 | 521 | 73 | 36 |
| Binary | 1111000 | 11111 | 1000001 | 0 | 1001010 | 101110 | 110101 | 101010001 | 111011 | 11110 |
Color Harmonies of #781F41
Complementary color
Monochromatic Colors of #781F41
Black with #781F41
Text Example
Text Example
White with #781F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F41; }
p { color: rgb(120,31,65); }
H1.HeaderClassName
{
color: #781F41;
}
.AnyTagClassName
{
color: #781F41;
}
</style>
background-color css
<style>
a { background-color: #781F41; }
a { background-color: rgb(120,31,65); }
div.DivClassName
{
background-color: #781F41;
}
.BgClassName
{
background-color: #781F41;
}
</style>
border-color css
<style>
span { border-color: #781F41; }
span { border-color: rgb(120,31,65); }
td.TdClassName
{
border-color: #781F41;
}
.TagClassName
{
border-color: #781F41;
}
</style>