Shades of Pompadour #75204F
Tints of Pompadour #75204F
RGB
CMYK
RGB Variations
Color information
#75204F (or 0x75204F) is known color: Pompadour. HEX triplet: 75, 20 and 4F. RGB value is (117,32,79). Sum of RGB (Red+Green+Blue) = 117+32+79=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75204F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75204F is #8ADFB0. Grayscale: #3E3E3E. Windows color (decimal): -9101233 or 5185653. OLE color: 5185653.
HSL color Cylindrical-coordinate representation of color #75204F: hue angle of 326.82º 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 #75204F is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 32 | 79 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.54 |
| HSL | 326.82º | 0.57% | 0.29% | - |
| HSV(B) | 326.82º | 0.73% | 0.46% | - |
| XYZ | 9.26 | 5.38 | 7.95 | - |
| YUV | 62.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 79 | 0 | 0.73 | 0.32 | 0.54 | 326.82 | 0.57 | 0.29 |
| Hex | 75 | 20 | 4F | 0 | 49 | 20 | 36 | 147 | 39 | 1D |
| Octal | 165 | 40 | 117 | 0 | 111 | 40 | 66 | 507 | 71 | 35 |
| Binary | 1110101 | 100000 | 1001111 | 0 | 1001001 | 100000 | 110110 | 101000111 | 111001 | 11101 |
Color Harmonies of #75204F
Complementary color
Monochromatic Colors of #75204F
Black with #75204F
Text Example
Text Example
White with #75204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75204F; }
p { color: rgb(117,32,79); }
H1.HeaderClassName
{
color: #75204F;
}
.AnyTagClassName
{
color: #75204F;
}
</style>
background-color css
<style>
a { background-color: #75204F; }
a { background-color: rgb(117,32,79); }
div.DivClassName
{
background-color: #75204F;
}
.BgClassName
{
background-color: #75204F;
}
</style>
border-color css
<style>
span { border-color: #75204F; }
span { border-color: rgb(117,32,79); }
td.TdClassName
{
border-color: #75204F;
}
.TagClassName
{
border-color: #75204F;
}
</style>