Shades of Pompadour #7D1246
Tints of Pompadour #7D1246
RGB
CMYK
RGB Variations
Color information
#7D1246 (or 0x7D1246) is known color: Pompadour. HEX triplet: 7D, 12 and 46. RGB value is (125,18,70). Sum of RGB (Red+Green+Blue) = 125+18+70=213 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.69% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1246 is #82EDB9. Grayscale: #373737. Windows color (decimal): -8580538 or 4592253. OLE color: 4592253.
HSL color Cylindrical-coordinate representation of color #7D1246: hue angle of 330.84º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1246 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 18 | 70 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.51 |
| HSL | 330.84º | 0.75% | 0.28% | - |
| HSV(B) | 330.84º | 0.86% | 0.49% | - |
| XYZ | 9.78 | 5.23 | 6.29 | - |
| YUV | 55.92 | 135.95 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 18 | 70 | 0 | 0.86 | 0.44 | 0.51 | 330.84 | 0.75 | 0.28 |
| Hex | 7D | 12 | 46 | 0 | 56 | 2C | 33 | 14B | 4B | 1C |
| Octal | 175 | 22 | 106 | 0 | 126 | 54 | 63 | 513 | 113 | 34 |
| Binary | 1111101 | 10010 | 1000110 | 0 | 1010110 | 101100 | 110011 | 101001011 | 1001011 | 11100 |
Color Harmonies of #7D1246
Complementary color
Monochromatic Colors of #7D1246
Black with #7D1246
Text Example
Text Example
White with #7D1246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1246; }
p { color: rgb(125,18,70); }
H1.HeaderClassName
{
color: #7D1246;
}
.AnyTagClassName
{
color: #7D1246;
}
</style>
background-color css
<style>
a { background-color: #7D1246; }
a { background-color: rgb(125,18,70); }
div.DivClassName
{
background-color: #7D1246;
}
.BgClassName
{
background-color: #7D1246;
}
</style>
border-color css
<style>
span { border-color: #7D1246; }
span { border-color: rgb(125,18,70); }
td.TdClassName
{
border-color: #7D1246;
}
.TagClassName
{
border-color: #7D1246;
}
</style>