Shades of Pompadour #781C44
Tints of Pompadour #781C44
RGB
CMYK
RGB Variations
Color information
#781C44 (or 0x781C44) is known color: Pompadour. HEX triplet: 78, 1C and 44. RGB value is (120,28,68). Sum of RGB (Red+Green+Blue) = 120+28+68=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #781C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C44 is #87E3BB. Grayscale: #3C3C3C. Windows color (decimal): -8905660 or 4463736. OLE color: 4463736.
HSL color Cylindrical-coordinate representation of color #781C44: hue angle of 333.91º 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 #781C44 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 68 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.53 |
| HSL | 333.91º | 0.62% | 0.29% | - |
| HSV(B) | 333.91º | 0.77% | 0.47% | - |
| XYZ | 9.2 | 5.24 | 6 | - |
| YUV | 60.07 | 132.48 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 68 | 0 | 0.77 | 0.43 | 0.53 | 333.91 | 0.62 | 0.29 |
| Hex | 78 | 1C | 44 | 0 | 4D | 2B | 35 | 14E | 3E | 1D |
| Octal | 170 | 34 | 104 | 0 | 115 | 53 | 65 | 516 | 76 | 35 |
| Binary | 1111000 | 11100 | 1000100 | 0 | 1001101 | 101011 | 110101 | 101001110 | 111110 | 11101 |
Color Harmonies of #781C44
Complementary color
Monochromatic Colors of #781C44
Black with #781C44
Text Example
Text Example
White with #781C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C44; }
p { color: rgb(120,28,68); }
H1.HeaderClassName
{
color: #781C44;
}
.AnyTagClassName
{
color: #781C44;
}
</style>
background-color css
<style>
a { background-color: #781C44; }
a { background-color: rgb(120,28,68); }
div.DivClassName
{
background-color: #781C44;
}
.BgClassName
{
background-color: #781C44;
}
</style>
border-color css
<style>
span { border-color: #781C44; }
span { border-color: rgb(120,28,68); }
td.TdClassName
{
border-color: #781C44;
}
.TagClassName
{
border-color: #781C44;
}
</style>