Shades of Pompadour #7D0D54
Tints of Pompadour #7D0D54
RGB
CMYK
RGB Variations
Color information
#7D0D54 (or 0x7D0D54) is known color: Pompadour. HEX triplet: 7D, 0D and 54. RGB value is (125,13,84). Sum of RGB (Red+Green+Blue) = 125+13+84=222 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.31% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0D54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0D54 is #82F2AB. Grayscale: #363636. Windows color (decimal): -8581804 or 5508477. OLE color: 5508477.
HSL color Cylindrical-coordinate representation of color #7D0D54: hue angle of 321.96º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D0D54 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 13 | 84 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.51 |
| HSL | 321.96º | 0.81% | 0.27% | - |
| HSV(B) | 321.96º | 0.9% | 0.49% | - |
| XYZ | 10.2 | 5.29 | 8.87 | - |
| YUV | 54.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 13 | 84 | 0 | 0.90 | 0.33 | 0.51 | 321.96 | 0.81 | 0.27 |
| Hex | 7D | D | 54 | 0 | 5A | 21 | 33 | 142 | 51 | 1B |
| Octal | 175 | 15 | 124 | 0 | 132 | 41 | 63 | 502 | 121 | 33 |
| Binary | 1111101 | 1101 | 1010100 | 0 | 1011010 | 100001 | 110011 | 101000010 | 1010001 | 11011 |
Color Harmonies of #7D0D54
Complementary color
Monochromatic Colors of #7D0D54
Black with #7D0D54
Text Example
Text Example
White with #7D0D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0D54; }
p { color: rgb(125,13,84); }
H1.HeaderClassName
{
color: #7D0D54;
}
.AnyTagClassName
{
color: #7D0D54;
}
</style>
background-color css
<style>
a { background-color: #7D0D54; }
a { background-color: rgb(125,13,84); }
div.DivClassName
{
background-color: #7D0D54;
}
.BgClassName
{
background-color: #7D0D54;
}
</style>
border-color css
<style>
span { border-color: #7D0D54; }
span { border-color: rgb(125,13,84); }
td.TdClassName
{
border-color: #7D0D54;
}
.TagClassName
{
border-color: #7D0D54;
}
</style>