Shades of Pompadour #781C4F
Tints of Pompadour #781C4F
RGB
CMYK
RGB Variations
Color information
#781C4F (or 0x781C4F) is known color: Pompadour. HEX triplet: 78, 1C and 4F. RGB value is (120,28,79). Sum of RGB (Red+Green+Blue) = 120+28+79=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #781C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781C4F is #87E3B0. Grayscale: #3D3D3D. Windows color (decimal): -8905649 or 5184632. OLE color: 5184632.
HSL color Cylindrical-coordinate representation of color #781C4F: hue angle of 326.74º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781C4F is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 79 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.53 |
| HSL | 326.74º | 0.62% | 0.29% | - |
| HSV(B) | 326.74º | 0.77% | 0.47% | - |
| XYZ | 9.57 | 5.39 | 7.93 | - |
| YUV | 61.32 | 137.98 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 79 | 0 | 0.77 | 0.34 | 0.53 | 326.74 | 0.62 | 0.29 |
| Hex | 78 | 1C | 4F | 0 | 4D | 22 | 35 | 147 | 3E | 1D |
| Octal | 170 | 34 | 117 | 0 | 115 | 42 | 65 | 507 | 76 | 35 |
| Binary | 1111000 | 11100 | 1001111 | 0 | 1001101 | 100010 | 110101 | 101000111 | 111110 | 11101 |
Color Harmonies of #781C4F
Complementary color
Monochromatic Colors of #781C4F
Black with #781C4F
Text Example
Text Example
White with #781C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C4F; }
p { color: rgb(120,28,79); }
H1.HeaderClassName
{
color: #781C4F;
}
.AnyTagClassName
{
color: #781C4F;
}
</style>
background-color css
<style>
a { background-color: #781C4F; }
a { background-color: rgb(120,28,79); }
div.DivClassName
{
background-color: #781C4F;
}
.BgClassName
{
background-color: #781C4F;
}
</style>
border-color css
<style>
span { border-color: #781C4F; }
span { border-color: rgb(120,28,79); }
td.TdClassName
{
border-color: #781C4F;
}
.TagClassName
{
border-color: #781C4F;
}
</style>