Shades of Pompadour #7D0C49
Tints of Pompadour #7D0C49
RGB
CMYK
RGB Variations
Color information
#7D0C49 (or 0x7D0C49) is known color: Pompadour. HEX triplet: 7D, 0C and 49. RGB value is (125,12,73). Sum of RGB (Red+Green+Blue) = 125+12+73=210 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.52% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0C49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0C49 is #82F3B6. Grayscale: #343434. Windows color (decimal): -8582071 or 4787325. OLE color: 4787325.
HSL color Cylindrical-coordinate representation of color #7D0C49: hue angle of 327.61º degrees, saturation: 0.82, 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 #7D0C49 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 12 | 73 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.51 |
| HSL | 327.61º | 0.82% | 0.27% | - |
| HSV(B) | 327.61º | 0.9% | 0.49% | - |
| XYZ | 9.79 | 5.1 | 6.77 | - |
| YUV | 52.74 | 139.44 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 12 | 73 | 0 | 0.90 | 0.42 | 0.51 | 327.61 | 0.82 | 0.27 |
| Hex | 7D | C | 49 | 0 | 5A | 2A | 33 | 148 | 52 | 1B |
| Octal | 175 | 14 | 111 | 0 | 132 | 52 | 63 | 510 | 122 | 33 |
| Binary | 1111101 | 1100 | 1001001 | 0 | 1011010 | 101010 | 110011 | 101001000 | 1010010 | 11011 |
Color Harmonies of #7D0C49
Complementary color
Monochromatic Colors of #7D0C49
Black with #7D0C49
Text Example
Text Example
White with #7D0C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0C49; }
p { color: rgb(125,12,73); }
H1.HeaderClassName
{
color: #7D0C49;
}
.AnyTagClassName
{
color: #7D0C49;
}
</style>
background-color css
<style>
a { background-color: #7D0C49; }
a { background-color: rgb(125,12,73); }
div.DivClassName
{
background-color: #7D0C49;
}
.BgClassName
{
background-color: #7D0C49;
}
</style>
border-color css
<style>
span { border-color: #7D0C49; }
span { border-color: rgb(125,12,73); }
td.TdClassName
{
border-color: #7D0C49;
}
.TagClassName
{
border-color: #7D0C49;
}
</style>