Shades of Pompadour #752248
Tints of Pompadour #752248
RGB
CMYK
RGB Variations
Color information
#752248 (or 0x752248) is known color: Pompadour. HEX triplet: 75, 22 and 48. RGB value is (117,34,72). Sum of RGB (Red+Green+Blue) = 117+34+72=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #752248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752248 is #8ADDB7. Grayscale: #3F3F3F. Windows color (decimal): -9100728 or 4727413. OLE color: 4727413.
HSL color Cylindrical-coordinate representation of color #752248: hue angle of 332.53º 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 #752248 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 34 | 72 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.54 |
| HSL | 332.53º | 0.55% | 0.3% | - |
| HSV(B) | 332.53º | 0.71% | 0.46% | - |
| XYZ | 9.08 | 5.39 | 6.69 | - |
| YUV | 63.15 | 133 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 72 | 0 | 0.71 | 0.38 | 0.54 | 332.53 | 0.55 | 0.3 |
| Hex | 75 | 22 | 48 | 0 | 47 | 26 | 36 | 14D | 37 | 1E |
| Octal | 165 | 42 | 110 | 0 | 107 | 46 | 66 | 515 | 67 | 36 |
| Binary | 1110101 | 100010 | 1001000 | 0 | 1000111 | 100110 | 110110 | 101001101 | 110111 | 11110 |
Color Harmonies of #752248
Complementary color
Monochromatic Colors of #752248
Black with #752248
Text Example
Text Example
White with #752248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752248; }
p { color: rgb(117,34,72); }
H1.HeaderClassName
{
color: #752248;
}
.AnyTagClassName
{
color: #752248;
}
</style>
background-color css
<style>
a { background-color: #752248; }
a { background-color: rgb(117,34,72); }
div.DivClassName
{
background-color: #752248;
}
.BgClassName
{
background-color: #752248;
}
</style>
border-color css
<style>
span { border-color: #752248; }
span { border-color: rgb(117,34,72); }
td.TdClassName
{
border-color: #752248;
}
.TagClassName
{
border-color: #752248;
}
</style>