Shades of Pompadour #75204D
Tints of Pompadour #75204D
RGB
CMYK
RGB Variations
Color information
#75204D (or 0x75204D) is known color: Pompadour. HEX triplet: 75, 20 and 4D. RGB value is (117,32,77). Sum of RGB (Red+Green+Blue) = 117+32+77=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #75204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75204D is #8ADFB2. Grayscale: #3E3E3E. Windows color (decimal): -9101235 or 5054581. OLE color: 5054581.
HSL color Cylindrical-coordinate representation of color #75204D: hue angle of 328.24º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75204D is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 32 | 77 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.54 |
| HSL | 328.24º | 0.57% | 0.29% | - |
| HSV(B) | 328.24º | 0.73% | 0.46% | - |
| XYZ | 9.19 | 5.35 | 7.57 | - |
| YUV | 62.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 77 | 0 | 0.73 | 0.34 | 0.54 | 328.24 | 0.57 | 0.29 |
| Hex | 75 | 20 | 4D | 0 | 49 | 22 | 36 | 148 | 39 | 1D |
| Octal | 165 | 40 | 115 | 0 | 111 | 42 | 66 | 510 | 71 | 35 |
| Binary | 1110101 | 100000 | 1001101 | 0 | 1001001 | 100010 | 110110 | 101001000 | 111001 | 11101 |
Color Harmonies of #75204D
Complementary color
Monochromatic Colors of #75204D
Black with #75204D
Text Example
Text Example
White with #75204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75204D; }
p { color: rgb(117,32,77); }
H1.HeaderClassName
{
color: #75204D;
}
.AnyTagClassName
{
color: #75204D;
}
</style>
background-color css
<style>
a { background-color: #75204D; }
a { background-color: rgb(117,32,77); }
div.DivClassName
{
background-color: #75204D;
}
.BgClassName
{
background-color: #75204D;
}
</style>
border-color css
<style>
span { border-color: #75204D; }
span { border-color: rgb(117,32,77); }
td.TdClassName
{
border-color: #75204D;
}
.TagClassName
{
border-color: #75204D;
}
</style>