Shades of Pompadour #781450
Tints of Pompadour #781450
RGB
CMYK
RGB Variations
Color information
#781450 (or 0x781450) is known color: Pompadour. HEX triplet: 78, 14 and 50. RGB value is (120,20,80). Sum of RGB (Red+Green+Blue) = 120+20+80=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #781450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781450 is #87EBAF. Grayscale: #383838. Windows color (decimal): -8907696 or 5248120. OLE color: 5248120.
HSL color Cylindrical-coordinate representation of color #781450: hue angle of 324º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #781450 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 20 | 80 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.53 |
| HSL | 324º | 0.71% | 0.27% | - |
| HSV(B) | 324º | 0.83% | 0.47% | - |
| XYZ | 9.44 | 5.07 | 8.07 | - |
| YUV | 56.74 | 141.13 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 20 | 80 | 0 | 0.83 | 0.33 | 0.53 | 324 | 0.71 | 0.27 |
| Hex | 78 | 14 | 50 | 0 | 53 | 21 | 35 | 144 | 47 | 1B |
| Octal | 170 | 24 | 120 | 0 | 123 | 41 | 65 | 504 | 107 | 33 |
| Binary | 1111000 | 10100 | 1010000 | 0 | 1010011 | 100001 | 110101 | 101000100 | 1000111 | 11011 |
Color Harmonies of #781450
Complementary color
Monochromatic Colors of #781450
Black with #781450
Text Example
Text Example
White with #781450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781450; }
p { color: rgb(120,20,80); }
H1.HeaderClassName
{
color: #781450;
}
.AnyTagClassName
{
color: #781450;
}
</style>
background-color css
<style>
a { background-color: #781450; }
a { background-color: rgb(120,20,80); }
div.DivClassName
{
background-color: #781450;
}
.BgClassName
{
background-color: #781450;
}
</style>
border-color css
<style>
span { border-color: #781450; }
span { border-color: rgb(120,20,80); }
td.TdClassName
{
border-color: #781450;
}
.TagClassName
{
border-color: #781450;
}
</style>