Shades of Pompadour #781848
Tints of Pompadour #781848
RGB
CMYK
RGB Variations
Color information
#781848 (or 0x781848) is known color: Pompadour. HEX triplet: 78, 18 and 48. RGB value is (120,24,72). Sum of RGB (Red+Green+Blue) = 120+24+72=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #781848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781848 is #87E7B7. Grayscale: #3A3A3A. Windows color (decimal): -8906680 or 4724856. OLE color: 4724856.
HSL color Cylindrical-coordinate representation of color #781848: hue angle of 330º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #781848 is Cyan = 0, Magento = 0.8, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 24 | 72 | - |
| CMYK | 0 | 0.8 | 0.40 | 0.53 |
| HSL | 330º | 0.67% | 0.28% | - |
| HSV(B) | 330º | 0.8% | 0.47% | - |
| XYZ | 9.24 | 5.11 | 6.63 | - |
| YUV | 58.18 | 135.8 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 72 | 0 | 0.8 | 0.40 | 0.53 | 330 | 0.67 | 0.28 |
| Hex | 78 | 18 | 48 | 0 | 50 | 28 | 35 | 14A | 43 | 1C |
| Octal | 170 | 30 | 110 | 0 | 120 | 50 | 65 | 512 | 103 | 34 |
| Binary | 1111000 | 11000 | 1001000 | 0 | 1010000 | 101000 | 110101 | 101001010 | 1000011 | 11100 |
Color Harmonies of #781848
Complementary color
Monochromatic Colors of #781848
Black with #781848
Text Example
Text Example
White with #781848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781848; }
p { color: rgb(120,24,72); }
H1.HeaderClassName
{
color: #781848;
}
.AnyTagClassName
{
color: #781848;
}
</style>
background-color css
<style>
a { background-color: #781848; }
a { background-color: rgb(120,24,72); }
div.DivClassName
{
background-color: #781848;
}
.BgClassName
{
background-color: #781848;
}
</style>
border-color css
<style>
span { border-color: #781848; }
span { border-color: rgb(120,24,72); }
td.TdClassName
{
border-color: #781848;
}
.TagClassName
{
border-color: #781848;
}
</style>