Shades of Pompadour #781B47
Tints of Pompadour #781B47
RGB
CMYK
RGB Variations
Color information
#781B47 (or 0x781B47) is known color: Pompadour. HEX triplet: 78, 1B and 47. RGB value is (120,27,71). Sum of RGB (Red+Green+Blue) = 120+27+71=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #781B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781B47 is #87E4B8. Grayscale: #3B3B3B. Windows color (decimal): -8905913 or 4660088. OLE color: 4660088.
HSL color Cylindrical-coordinate representation of color #781B47: hue angle of 331.61º degrees, saturation: 0.63, 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 #781B47 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 27 | 71 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.53 |
| HSL | 331.61º | 0.63% | 0.29% | - |
| HSV(B) | 331.61º | 0.78% | 0.47% | - |
| XYZ | 9.27 | 5.23 | 6.48 | - |
| YUV | 59.82 | 134.31 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 71 | 0 | 0.78 | 0.41 | 0.53 | 331.61 | 0.63 | 0.29 |
| Hex | 78 | 1B | 47 | 0 | 4E | 29 | 35 | 14C | 3F | 1D |
| Octal | 170 | 33 | 107 | 0 | 116 | 51 | 65 | 514 | 77 | 35 |
| Binary | 1111000 | 11011 | 1000111 | 0 | 1001110 | 101001 | 110101 | 101001100 | 111111 | 11101 |
Color Harmonies of #781B47
Complementary color
Monochromatic Colors of #781B47
Black with #781B47
Text Example
Text Example
White with #781B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781B47; }
p { color: rgb(120,27,71); }
H1.HeaderClassName
{
color: #781B47;
}
.AnyTagClassName
{
color: #781B47;
}
</style>
background-color css
<style>
a { background-color: #781B47; }
a { background-color: rgb(120,27,71); }
div.DivClassName
{
background-color: #781B47;
}
.BgClassName
{
background-color: #781B47;
}
</style>
border-color css
<style>
span { border-color: #781B47; }
span { border-color: rgb(120,27,71); }
td.TdClassName
{
border-color: #781B47;
}
.TagClassName
{
border-color: #781B47;
}
</style>