Shades of Pompadour #7D1352
Tints of Pompadour #7D1352
RGB
CMYK
RGB Variations
Color information
#7D1352 (or 0x7D1352) is known color: Pompadour. HEX triplet: 7D, 13 and 52. RGB value is (125,19,82). Sum of RGB (Red+Green+Blue) = 125+19+82=226 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.31% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1352 is #82ECAD. Grayscale: #393939. Windows color (decimal): -8580270 or 5378941. OLE color: 5378941.
HSL color Cylindrical-coordinate representation of color #7D1352: hue angle of 324.34º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D1352 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 19 | 82 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.51 |
| HSL | 324.34º | 0.74% | 0.28% | - |
| HSV(B) | 324.34º | 0.85% | 0.49% | - |
| XYZ | 10.21 | 5.43 | 8.49 | - |
| YUV | 57.88 | 141.62 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 19 | 82 | 0 | 0.85 | 0.34 | 0.51 | 324.34 | 0.74 | 0.28 |
| Hex | 7D | 13 | 52 | 0 | 55 | 22 | 33 | 144 | 4A | 1C |
| Octal | 175 | 23 | 122 | 0 | 125 | 42 | 63 | 504 | 112 | 34 |
| Binary | 1111101 | 10011 | 1010010 | 0 | 1010101 | 100010 | 110011 | 101000100 | 1001010 | 11100 |
Color Harmonies of #7D1352
Complementary color
Monochromatic Colors of #7D1352
Black with #7D1352
Text Example
Text Example
White with #7D1352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1352; }
p { color: rgb(125,19,82); }
H1.HeaderClassName
{
color: #7D1352;
}
.AnyTagClassName
{
color: #7D1352;
}
</style>
background-color css
<style>
a { background-color: #7D1352; }
a { background-color: rgb(125,19,82); }
div.DivClassName
{
background-color: #7D1352;
}
.BgClassName
{
background-color: #7D1352;
}
</style>
border-color css
<style>
span { border-color: #7D1352; }
span { border-color: rgb(125,19,82); }
td.TdClassName
{
border-color: #7D1352;
}
.TagClassName
{
border-color: #7D1352;
}
</style>