Shades of Pompadour #75214C
Tints of Pompadour #75214C
RGB
CMYK
RGB Variations
Color information
#75214C (or 0x75214C) is known color: Pompadour. HEX triplet: 75, 21 and 4C. RGB value is (117,33,76). Sum of RGB (Red+Green+Blue) = 117+33+76=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #75214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75214C is #8ADEB3. Grayscale: #3E3E3E. Windows color (decimal): -9100980 or 4989301. OLE color: 4989301.
HSL color Cylindrical-coordinate representation of color #75214C: hue angle of 329.29º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75214C is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 33 | 76 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.54 |
| HSL | 329.29º | 0.56% | 0.29% | - |
| HSV(B) | 329.29º | 0.72% | 0.46% | - |
| XYZ | 9.18 | 5.39 | 7.39 | - |
| YUV | 63.02 | 135.33 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 76 | 0 | 0.72 | 0.35 | 0.54 | 329.29 | 0.56 | 0.29 |
| Hex | 75 | 21 | 4C | 0 | 48 | 23 | 36 | 149 | 38 | 1D |
| Octal | 165 | 41 | 114 | 0 | 110 | 43 | 66 | 511 | 70 | 35 |
| Binary | 1110101 | 100001 | 1001100 | 0 | 1001000 | 100011 | 110110 | 101001001 | 111000 | 11101 |
Color Harmonies of #75214C
Complementary color
Monochromatic Colors of #75214C
Black with #75214C
Text Example
Text Example
White with #75214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75214C; }
p { color: rgb(117,33,76); }
H1.HeaderClassName
{
color: #75214C;
}
.AnyTagClassName
{
color: #75214C;
}
</style>
background-color css
<style>
a { background-color: #75214C; }
a { background-color: rgb(117,33,76); }
div.DivClassName
{
background-color: #75214C;
}
.BgClassName
{
background-color: #75214C;
}
</style>
border-color css
<style>
span { border-color: #75214C; }
span { border-color: rgb(117,33,76); }
td.TdClassName
{
border-color: #75214C;
}
.TagClassName
{
border-color: #75214C;
}
</style>