Shades of Pompadour #781C4C
Tints of Pompadour #781C4C
RGB
CMYK
RGB Variations
Color information
#781C4C (or 0x781C4C) is known color: Pompadour. HEX triplet: 78, 1C and 4C. RGB value is (120,28,76). Sum of RGB (Red+Green+Blue) = 120+28+76=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #781C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C4C is #87E3B3. Grayscale: #3C3C3C. Windows color (decimal): -8905652 or 4988024. OLE color: 4988024.
HSL color Cylindrical-coordinate representation of color #781C4C: hue angle of 328.7º 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 #781C4C is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 76 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.53 |
| HSL | 328.7º | 0.62% | 0.29% | - |
| HSV(B) | 328.7º | 0.77% | 0.47% | - |
| XYZ | 9.47 | 5.35 | 7.37 | - |
| YUV | 60.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 76 | 0 | 0.77 | 0.37 | 0.53 | 328.7 | 0.62 | 0.29 |
| Hex | 78 | 1C | 4C | 0 | 4D | 25 | 35 | 149 | 3E | 1D |
| Octal | 170 | 34 | 114 | 0 | 115 | 45 | 65 | 511 | 76 | 35 |
| Binary | 1111000 | 11100 | 1001100 | 0 | 1001101 | 100101 | 110101 | 101001001 | 111110 | 11101 |
Color Harmonies of #781C4C
Complementary color
Monochromatic Colors of #781C4C
Black with #781C4C
Text Example
Text Example
White with #781C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C4C; }
p { color: rgb(120,28,76); }
H1.HeaderClassName
{
color: #781C4C;
}
.AnyTagClassName
{
color: #781C4C;
}
</style>
background-color css
<style>
a { background-color: #781C4C; }
a { background-color: rgb(120,28,76); }
div.DivClassName
{
background-color: #781C4C;
}
.BgClassName
{
background-color: #781C4C;
}
</style>
border-color css
<style>
span { border-color: #781C4C; }
span { border-color: rgb(120,28,76); }
td.TdClassName
{
border-color: #781C4C;
}
.TagClassName
{
border-color: #781C4C;
}
</style>