Shades of Pompadour #7D0E47
Tints of Pompadour #7D0E47
RGB
CMYK
RGB Variations
Color information
#7D0E47 (or 0x7D0E47) is known color: Pompadour. HEX triplet: 7D, 0E and 47. RGB value is (125,14,71). Sum of RGB (Red+Green+Blue) = 125+14+71=210 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.52% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0E47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0E47 is #82F1B8. Grayscale: #353535. Windows color (decimal): -8581561 or 4656765. OLE color: 4656765.
HSL color Cylindrical-coordinate representation of color #7D0E47: hue angle of 329.19º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D0E47 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 14 | 71 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.51 |
| HSL | 329.19º | 0.8% | 0.27% | - |
| HSV(B) | 329.19º | 0.89% | 0.49% | - |
| XYZ | 9.75 | 5.13 | 6.44 | - |
| YUV | 53.69 | 137.77 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 14 | 71 | 0 | 0.89 | 0.43 | 0.51 | 329.19 | 0.8 | 0.27 |
| Hex | 7D | E | 47 | 0 | 59 | 2B | 33 | 149 | 50 | 1B |
| Octal | 175 | 16 | 107 | 0 | 131 | 53 | 63 | 511 | 120 | 33 |
| Binary | 1111101 | 1110 | 1000111 | 0 | 1011001 | 101011 | 110011 | 101001001 | 1010000 | 11011 |
Color Harmonies of #7D0E47
Complementary color
Monochromatic Colors of #7D0E47
Black with #7D0E47
Text Example
Text Example
White with #7D0E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0E47; }
p { color: rgb(125,14,71); }
H1.HeaderClassName
{
color: #7D0E47;
}
.AnyTagClassName
{
color: #7D0E47;
}
</style>
background-color css
<style>
a { background-color: #7D0E47; }
a { background-color: rgb(125,14,71); }
div.DivClassName
{
background-color: #7D0E47;
}
.BgClassName
{
background-color: #7D0E47;
}
</style>
border-color css
<style>
span { border-color: #7D0E47; }
span { border-color: rgb(125,14,71); }
td.TdClassName
{
border-color: #7D0E47;
}
.TagClassName
{
border-color: #7D0E47;
}
</style>