Shades of Pompadour #781F4F
Tints of Pompadour #781F4F
RGB
CMYK
RGB Variations
Color information
#781F4F (or 0x781F4F) is known color: Pompadour. HEX triplet: 78, 1F and 4F. RGB value is (120,31,79). Sum of RGB (Red+Green+Blue) = 120+31+79=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #781F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781F4F is #87E0B0. Grayscale: #3E3E3E. Windows color (decimal): -8904881 or 5185400. OLE color: 5185400.
HSL color Cylindrical-coordinate representation of color #781F4F: hue angle of 327.64º 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 #781F4F is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 79 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.53 |
| HSL | 327.64º | 0.59% | 0.3% | - |
| HSV(B) | 327.64º | 0.74% | 0.47% | - |
| XYZ | 9.65 | 5.54 | 7.96 | - |
| YUV | 63.08 | 136.99 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 79 | 0 | 0.74 | 0.34 | 0.53 | 327.64 | 0.59 | 0.3 |
| Hex | 78 | 1F | 4F | 0 | 4A | 22 | 35 | 148 | 3B | 1E |
| Octal | 170 | 37 | 117 | 0 | 112 | 42 | 65 | 510 | 73 | 36 |
| Binary | 1111000 | 11111 | 1001111 | 0 | 1001010 | 100010 | 110101 | 101001000 | 111011 | 11110 |
Color Harmonies of #781F4F
Complementary color
Monochromatic Colors of #781F4F
Black with #781F4F
Text Example
Text Example
White with #781F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F4F; }
p { color: rgb(120,31,79); }
H1.HeaderClassName
{
color: #781F4F;
}
.AnyTagClassName
{
color: #781F4F;
}
</style>
background-color css
<style>
a { background-color: #781F4F; }
a { background-color: rgb(120,31,79); }
div.DivClassName
{
background-color: #781F4F;
}
.BgClassName
{
background-color: #781F4F;
}
</style>
border-color css
<style>
span { border-color: #781F4F; }
span { border-color: rgb(120,31,79); }
td.TdClassName
{
border-color: #781F4F;
}
.TagClassName
{
border-color: #781F4F;
}
</style>