Shades of Pompadour #7D1054
Tints of Pompadour #7D1054
RGB
CMYK
RGB Variations
Color information
#7D1054 (or 0x7D1054) is known color: Pompadour. HEX triplet: 7D, 10 and 54. RGB value is (125,16,84). Sum of RGB (Red+Green+Blue) = 125+16+84=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1054 is #82EFAB. Grayscale: #383838. Windows color (decimal): -8581036 or 5509245. OLE color: 5509245.
HSL color Cylindrical-coordinate representation of color #7D1054: hue angle of 322.57º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D1054 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 16 | 84 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.51 |
| HSL | 322.57º | 0.77% | 0.28% | - |
| HSV(B) | 322.57º | 0.87% | 0.49% | - |
| XYZ | 10.24 | 5.37 | 8.88 | - |
| YUV | 56.34 | 143.61 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 16 | 84 | 0 | 0.87 | 0.33 | 0.51 | 322.57 | 0.77 | 0.28 |
| Hex | 7D | 10 | 54 | 0 | 57 | 21 | 33 | 143 | 4D | 1C |
| Octal | 175 | 20 | 124 | 0 | 127 | 41 | 63 | 503 | 115 | 34 |
| Binary | 1111101 | 10000 | 1010100 | 0 | 1010111 | 100001 | 110011 | 101000011 | 1001101 | 11100 |
Color Harmonies of #7D1054
Complementary color
Monochromatic Colors of #7D1054
Black with #7D1054
Text Example
Text Example
White with #7D1054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1054; }
p { color: rgb(125,16,84); }
H1.HeaderClassName
{
color: #7D1054;
}
.AnyTagClassName
{
color: #7D1054;
}
</style>
background-color css
<style>
a { background-color: #7D1054; }
a { background-color: rgb(125,16,84); }
div.DivClassName
{
background-color: #7D1054;
}
.BgClassName
{
background-color: #7D1054;
}
</style>
border-color css
<style>
span { border-color: #7D1054; }
span { border-color: rgb(125,16,84); }
td.TdClassName
{
border-color: #7D1054;
}
.TagClassName
{
border-color: #7D1054;
}
</style>