Shades of Pompadour #75224D
Tints of Pompadour #75224D
RGB
CMYK
RGB Variations
Color information
#75224D (or 0x75224D) is known color: Pompadour. HEX triplet: 75, 22 and 4D. RGB value is (117,34,77). Sum of RGB (Red+Green+Blue) = 117+34+77=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75224D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75224D is #8ADDB2. Grayscale: #3F3F3F. Windows color (decimal): -9100723 or 5055093. OLE color: 5055093.
HSL color Cylindrical-coordinate representation of color #75224D: hue angle of 328.92º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75224D is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 34 | 77 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.54 |
| HSL | 328.92º | 0.55% | 0.3% | - |
| HSV(B) | 328.92º | 0.71% | 0.46% | - |
| XYZ | 9.25 | 5.46 | 7.59 | - |
| YUV | 63.72 | 135.5 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 77 | 0 | 0.71 | 0.34 | 0.54 | 328.92 | 0.55 | 0.3 |
| Hex | 75 | 22 | 4D | 0 | 47 | 22 | 36 | 149 | 37 | 1E |
| Octal | 165 | 42 | 115 | 0 | 107 | 42 | 66 | 511 | 67 | 36 |
| Binary | 1110101 | 100010 | 1001101 | 0 | 1000111 | 100010 | 110110 | 101001001 | 110111 | 11110 |
Color Harmonies of #75224D
Complementary color
Monochromatic Colors of #75224D
Black with #75224D
Text Example
Text Example
White with #75224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75224D; }
p { color: rgb(117,34,77); }
H1.HeaderClassName
{
color: #75224D;
}
.AnyTagClassName
{
color: #75224D;
}
</style>
background-color css
<style>
a { background-color: #75224D; }
a { background-color: rgb(117,34,77); }
div.DivClassName
{
background-color: #75224D;
}
.BgClassName
{
background-color: #75224D;
}
</style>
border-color css
<style>
span { border-color: #75224D; }
span { border-color: rgb(117,34,77); }
td.TdClassName
{
border-color: #75224D;
}
.TagClassName
{
border-color: #75224D;
}
</style>