Shades of Pompadour #781C48
Tints of Pompadour #781C48
RGB
CMYK
RGB Variations
Color information
#781C48 (or 0x781C48) is known color: Pompadour. HEX triplet: 78, 1C and 48. RGB value is (120,28,72). Sum of RGB (Red+Green+Blue) = 120+28+72=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #781C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C48 is #87E3B7. Grayscale: #3C3C3C. Windows color (decimal): -8905656 or 4725880. OLE color: 4725880.
HSL color Cylindrical-coordinate representation of color #781C48: hue angle of 331.3º 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 #781C48 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 72 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.53 |
| HSL | 331.3º | 0.62% | 0.29% | - |
| HSV(B) | 331.3º | 0.77% | 0.47% | - |
| XYZ | 9.33 | 5.29 | 6.66 | - |
| YUV | 60.52 | 134.48 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 72 | 0 | 0.77 | 0.40 | 0.53 | 331.3 | 0.62 | 0.29 |
| Hex | 78 | 1C | 48 | 0 | 4D | 28 | 35 | 14B | 3E | 1D |
| Octal | 170 | 34 | 110 | 0 | 115 | 50 | 65 | 513 | 76 | 35 |
| Binary | 1111000 | 11100 | 1001000 | 0 | 1001101 | 101000 | 110101 | 101001011 | 111110 | 11101 |
Color Harmonies of #781C48
Complementary color
Monochromatic Colors of #781C48
Black with #781C48
Text Example
Text Example
White with #781C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C48; }
p { color: rgb(120,28,72); }
H1.HeaderClassName
{
color: #781C48;
}
.AnyTagClassName
{
color: #781C48;
}
</style>
background-color css
<style>
a { background-color: #781C48; }
a { background-color: rgb(120,28,72); }
div.DivClassName
{
background-color: #781C48;
}
.BgClassName
{
background-color: #781C48;
}
</style>
border-color css
<style>
span { border-color: #781C48; }
span { border-color: rgb(120,28,72); }
td.TdClassName
{
border-color: #781C48;
}
.TagClassName
{
border-color: #781C48;
}
</style>