Shades of Pompadour #781A40
Tints of Pompadour #781A40
RGB
CMYK
RGB Variations
Color information
#781A40 (or 0x781A40) is known color: Pompadour. HEX triplet: 78, 1A and 40. RGB value is (120,26,64). Sum of RGB (Red+Green+Blue) = 120+26+64=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #781A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781A40 is #87E5BF. Grayscale: #3A3A3A. Windows color (decimal): -8906176 or 4201080. OLE color: 4201080.
HSL color Cylindrical-coordinate representation of color #781A40: hue angle of 335.74º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #781A40 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 26 | 64 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.53 |
| HSL | 335.74º | 0.64% | 0.29% | - |
| HSV(B) | 335.74º | 0.78% | 0.47% | - |
| XYZ | 9.04 | 5.1 | 5.36 | - |
| YUV | 58.44 | 131.14 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 64 | 0 | 0.78 | 0.47 | 0.53 | 335.74 | 0.64 | 0.29 |
| Hex | 78 | 1A | 40 | 0 | 4E | 2F | 35 | 150 | 40 | 1D |
| Octal | 170 | 32 | 100 | 0 | 116 | 57 | 65 | 520 | 100 | 35 |
| Binary | 1111000 | 11010 | 1000000 | 0 | 1001110 | 101111 | 110101 | 101010000 | 1000000 | 11101 |
Color Harmonies of #781A40
Complementary color
Monochromatic Colors of #781A40
Black with #781A40
Text Example
Text Example
White with #781A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781A40; }
p { color: rgb(120,26,64); }
H1.HeaderClassName
{
color: #781A40;
}
.AnyTagClassName
{
color: #781A40;
}
</style>
background-color css
<style>
a { background-color: #781A40; }
a { background-color: rgb(120,26,64); }
div.DivClassName
{
background-color: #781A40;
}
.BgClassName
{
background-color: #781A40;
}
</style>
border-color css
<style>
span { border-color: #781A40; }
span { border-color: rgb(120,26,64); }
td.TdClassName
{
border-color: #781A40;
}
.TagClassName
{
border-color: #781A40;
}
</style>