Shades of Pompadour #7D1544
Tints of Pompadour #7D1544
RGB
CMYK
RGB Variations
Color information
#7D1544 (or 0x7D1544) is known color: Pompadour. HEX triplet: 7D, 15 and 44. RGB value is (125,21,68). Sum of RGB (Red+Green+Blue) = 125+21+68=214 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.41% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1544 is #82EABB. Grayscale: #393939. Windows color (decimal): -8579772 or 4461949. OLE color: 4461949.
HSL color Cylindrical-coordinate representation of color #7D1544: hue angle of 332.88º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D1544 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 21 | 68 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.51 |
| HSL | 332.88º | 0.71% | 0.29% | - |
| HSV(B) | 332.88º | 0.83% | 0.49% | - |
| XYZ | 9.77 | 5.31 | 5.98 | - |
| YUV | 57.45 | 133.96 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 21 | 68 | 0 | 0.83 | 0.46 | 0.51 | 332.88 | 0.71 | 0.29 |
| Hex | 7D | 15 | 44 | 0 | 53 | 2E | 33 | 14D | 47 | 1D |
| Octal | 175 | 25 | 104 | 0 | 123 | 56 | 63 | 515 | 107 | 35 |
| Binary | 1111101 | 10101 | 1000100 | 0 | 1010011 | 101110 | 110011 | 101001101 | 1000111 | 11101 |
Color Harmonies of #7D1544
Complementary color
Monochromatic Colors of #7D1544
Black with #7D1544
Text Example
Text Example
White with #7D1544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1544; }
p { color: rgb(125,21,68); }
H1.HeaderClassName
{
color: #7D1544;
}
.AnyTagClassName
{
color: #7D1544;
}
</style>
background-color css
<style>
a { background-color: #7D1544; }
a { background-color: rgb(125,21,68); }
div.DivClassName
{
background-color: #7D1544;
}
.BgClassName
{
background-color: #7D1544;
}
</style>
border-color css
<style>
span { border-color: #7D1544; }
span { border-color: rgb(125,21,68); }
td.TdClassName
{
border-color: #7D1544;
}
.TagClassName
{
border-color: #7D1544;
}
</style>