Shades of Pompadour #7D0F55
Tints of Pompadour #7D0F55
RGB
CMYK
RGB Variations
Color information
#7D0F55 (or 0x7D0F55) is known color: Pompadour. HEX triplet: 7D, 0F and 55. RGB value is (125,15,85). Sum of RGB (Red+Green+Blue) = 125+15+85=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0F55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0F55 is #82F0AA. Grayscale: #373737. Windows color (decimal): -8581291 or 5574525. OLE color: 5574525.
HSL color Cylindrical-coordinate representation of color #7D0F55: hue angle of 321.82º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D0F55 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 15 | 85 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.51 |
| HSL | 321.82º | 0.79% | 0.27% | - |
| HSV(B) | 321.82º | 0.88% | 0.49% | - |
| XYZ | 10.27 | 5.36 | 9.09 | - |
| YUV | 55.87 | 144.44 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 15 | 85 | 0 | 0.88 | 0.32 | 0.51 | 321.82 | 0.79 | 0.27 |
| Hex | 7D | F | 55 | 0 | 58 | 20 | 33 | 142 | 4F | 1B |
| Octal | 175 | 17 | 125 | 0 | 130 | 40 | 63 | 502 | 117 | 33 |
| Binary | 1111101 | 1111 | 1010101 | 0 | 1011000 | 100000 | 110011 | 101000010 | 1001111 | 11011 |
Color Harmonies of #7D0F55
Complementary color
Monochromatic Colors of #7D0F55
Black with #7D0F55
Text Example
Text Example
White with #7D0F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0F55; }
p { color: rgb(125,15,85); }
H1.HeaderClassName
{
color: #7D0F55;
}
.AnyTagClassName
{
color: #7D0F55;
}
</style>
background-color css
<style>
a { background-color: #7D0F55; }
a { background-color: rgb(125,15,85); }
div.DivClassName
{
background-color: #7D0F55;
}
.BgClassName
{
background-color: #7D0F55;
}
</style>
border-color css
<style>
span { border-color: #7D0F55; }
span { border-color: rgb(125,15,85); }
td.TdClassName
{
border-color: #7D0F55;
}
.TagClassName
{
border-color: #7D0F55;
}
</style>