Shades of Pompadour #7D1347
Tints of Pompadour #7D1347
RGB
CMYK
RGB Variations
Color information
#7D1347 (or 0x7D1347) is known color: Pompadour. HEX triplet: 7D, 13 and 47. RGB value is (125,19,71). Sum of RGB (Red+Green+Blue) = 125+19+71=215 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.14% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1347 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1347 is #82ECB8. Grayscale: #383838. Windows color (decimal): -8580281 or 4658045. OLE color: 4658045.
HSL color Cylindrical-coordinate representation of color #7D1347: hue angle of 330.57º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D1347 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 19 | 71 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.51 |
| HSL | 330.57º | 0.74% | 0.28% | - |
| HSV(B) | 330.57º | 0.85% | 0.49% | - |
| XYZ | 9.83 | 5.28 | 6.46 | - |
| YUV | 56.62 | 136.12 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 19 | 71 | 0 | 0.85 | 0.43 | 0.51 | 330.57 | 0.74 | 0.28 |
| Hex | 7D | 13 | 47 | 0 | 55 | 2B | 33 | 14B | 4A | 1C |
| Octal | 175 | 23 | 107 | 0 | 125 | 53 | 63 | 513 | 112 | 34 |
| Binary | 1111101 | 10011 | 1000111 | 0 | 1010101 | 101011 | 110011 | 101001011 | 1001010 | 11100 |
Color Harmonies of #7D1347
Complementary color
Monochromatic Colors of #7D1347
Black with #7D1347
Text Example
Text Example
White with #7D1347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1347; }
p { color: rgb(125,19,71); }
H1.HeaderClassName
{
color: #7D1347;
}
.AnyTagClassName
{
color: #7D1347;
}
</style>
background-color css
<style>
a { background-color: #7D1347; }
a { background-color: rgb(125,19,71); }
div.DivClassName
{
background-color: #7D1347;
}
.BgClassName
{
background-color: #7D1347;
}
</style>
border-color css
<style>
span { border-color: #7D1347; }
span { border-color: rgb(125,19,71); }
td.TdClassName
{
border-color: #7D1347;
}
.TagClassName
{
border-color: #7D1347;
}
</style>