Shades of Pompadour #7D0B54
Tints of Pompadour #7D0B54
RGB
CMYK
RGB Variations
Color information
#7D0B54 (or 0x7D0B54) is known color: Pompadour. HEX triplet: 7D, 0B and 54. RGB value is (125,11,84). Sum of RGB (Red+Green+Blue) = 125+11+84=220 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.82% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0B54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0B54 is #82F4AB. Grayscale: #353535. Windows color (decimal): -8582316 or 5507965. OLE color: 5507965.
HSL color Cylindrical-coordinate representation of color #7D0B54: hue angle of 321.58º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D0B54 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 11 | 84 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.51 |
| HSL | 321.58º | 0.84% | 0.27% | - |
| HSV(B) | 321.58º | 0.91% | 0.49% | - |
| XYZ | 10.18 | 5.24 | 8.86 | - |
| YUV | 53.41 | 145.27 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 11 | 84 | 0 | 0.91 | 0.33 | 0.51 | 321.58 | 0.84 | 0.27 |
| Hex | 7D | B | 54 | 0 | 5B | 21 | 33 | 142 | 54 | 1B |
| Octal | 175 | 13 | 124 | 0 | 133 | 41 | 63 | 502 | 124 | 33 |
| Binary | 1111101 | 1011 | 1010100 | 0 | 1011011 | 100001 | 110011 | 101000010 | 1010100 | 11011 |
Color Harmonies of #7D0B54
Complementary color
Monochromatic Colors of #7D0B54
Black with #7D0B54
Text Example
Text Example
White with #7D0B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0B54; }
p { color: rgb(125,11,84); }
H1.HeaderClassName
{
color: #7D0B54;
}
.AnyTagClassName
{
color: #7D0B54;
}
</style>
background-color css
<style>
a { background-color: #7D0B54; }
a { background-color: rgb(125,11,84); }
div.DivClassName
{
background-color: #7D0B54;
}
.BgClassName
{
background-color: #7D0B54;
}
</style>
border-color css
<style>
span { border-color: #7D0B54; }
span { border-color: rgb(125,11,84); }
td.TdClassName
{
border-color: #7D0B54;
}
.TagClassName
{
border-color: #7D0B54;
}
</style>