Shades of Pompadour #781250
Tints of Pompadour #781250
RGB
CMYK
RGB Variations
Color information
#781250 (or 0x781250) is known color: Pompadour. HEX triplet: 78, 12 and 50. RGB value is (120,18,80). Sum of RGB (Red+Green+Blue) = 120+18+80=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #781250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781250 is #87EDAF. Grayscale: #373737. Windows color (decimal): -8908208 or 5247608. OLE color: 5247608.
HSL color Cylindrical-coordinate representation of color #781250: hue angle of 323.53º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781250 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 18 | 80 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.53 |
| HSL | 323.53º | 0.74% | 0.27% | - |
| HSV(B) | 323.53º | 0.85% | 0.47% | - |
| XYZ | 9.41 | 5 | 8.06 | - |
| YUV | 55.57 | 141.79 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 18 | 80 | 0 | 0.85 | 0.33 | 0.53 | 323.53 | 0.74 | 0.27 |
| Hex | 78 | 12 | 50 | 0 | 55 | 21 | 35 | 144 | 4A | 1B |
| Octal | 170 | 22 | 120 | 0 | 125 | 41 | 65 | 504 | 112 | 33 |
| Binary | 1111000 | 10010 | 1010000 | 0 | 1010101 | 100001 | 110101 | 101000100 | 1001010 | 11011 |
Color Harmonies of #781250
Complementary color
Monochromatic Colors of #781250
Black with #781250
Text Example
Text Example
White with #781250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781250; }
p { color: rgb(120,18,80); }
H1.HeaderClassName
{
color: #781250;
}
.AnyTagClassName
{
color: #781250;
}
</style>
background-color css
<style>
a { background-color: #781250; }
a { background-color: rgb(120,18,80); }
div.DivClassName
{
background-color: #781250;
}
.BgClassName
{
background-color: #781250;
}
</style>
border-color css
<style>
span { border-color: #781250; }
span { border-color: rgb(120,18,80); }
td.TdClassName
{
border-color: #781250;
}
.TagClassName
{
border-color: #781250;
}
</style>