Shades of Pompadour #781B40
Tints of Pompadour #781B40
RGB
CMYK
RGB Variations
Color information
#781B40 (or 0x781B40) is known color: Pompadour. HEX triplet: 78, 1B and 40. RGB value is (120,27,64). Sum of RGB (Red+Green+Blue) = 120+27+64=211 (27% of max value = 765). Red value is 120 (47.27% from 255 or 56.87% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 120 - color contains mainly: red. Hex color #781B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781B40 is #87E4BF. Grayscale: #3A3A3A. Windows color (decimal): -8905920 or 4201336. OLE color: 4201336.
HSL color Cylindrical-coordinate representation of color #781B40: hue angle of 336.13º 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 #781B40 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 27 | 64 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.53 |
| HSL | 336.13º | 0.63% | 0.29% | - |
| HSV(B) | 336.13º | 0.78% | 0.47% | - |
| XYZ | 9.06 | 5.15 | 5.37 | - |
| YUV | 59.03 | 130.81 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 64 | 0 | 0.78 | 0.47 | 0.53 | 336.13 | 0.63 | 0.29 |
| Hex | 78 | 1B | 40 | 0 | 4E | 2F | 35 | 150 | 3F | 1D |
| Octal | 170 | 33 | 100 | 0 | 116 | 57 | 65 | 520 | 77 | 35 |
| Binary | 1111000 | 11011 | 1000000 | 0 | 1001110 | 101111 | 110101 | 101010000 | 111111 | 11101 |
Color Harmonies of #781B40
Complementary color
Monochromatic Colors of #781B40
Black with #781B40
Text Example
Text Example
White with #781B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781B40; }
p { color: rgb(120,27,64); }
H1.HeaderClassName
{
color: #781B40;
}
.AnyTagClassName
{
color: #781B40;
}
</style>
background-color css
<style>
a { background-color: #781B40; }
a { background-color: rgb(120,27,64); }
div.DivClassName
{
background-color: #781B40;
}
.BgClassName
{
background-color: #781B40;
}
</style>
border-color css
<style>
span { border-color: #781B40; }
span { border-color: rgb(120,27,64); }
td.TdClassName
{
border-color: #781B40;
}
.TagClassName
{
border-color: #781B40;
}
</style>