Shades of Pompadour #752246
Tints of Pompadour #752246
RGB
CMYK
RGB Variations
Color information
#752246 (or 0x752246) is known color: Pompadour. HEX triplet: 75, 22 and 46. RGB value is (117,34,70). Sum of RGB (Red+Green+Blue) = 117+34+70=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #752246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752246 is #8ADDB9. Grayscale: #3E3E3E. Windows color (decimal): -9100730 or 4596341. OLE color: 4596341.
HSL color Cylindrical-coordinate representation of color #752246: hue angle of 333.98º 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 #752246 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 34 | 70 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.54 |
| HSL | 333.98º | 0.55% | 0.3% | - |
| HSV(B) | 333.98º | 0.71% | 0.46% | - |
| XYZ | 9.01 | 5.37 | 6.36 | - |
| YUV | 62.92 | 132 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 70 | 0 | 0.71 | 0.40 | 0.54 | 333.98 | 0.55 | 0.3 |
| Hex | 75 | 22 | 46 | 0 | 47 | 28 | 36 | 14E | 37 | 1E |
| Octal | 165 | 42 | 106 | 0 | 107 | 50 | 66 | 516 | 67 | 36 |
| Binary | 1110101 | 100010 | 1000110 | 0 | 1000111 | 101000 | 110110 | 101001110 | 110111 | 11110 |
Color Harmonies of #752246
Complementary color
Monochromatic Colors of #752246
Black with #752246
Text Example
Text Example
White with #752246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752246; }
p { color: rgb(117,34,70); }
H1.HeaderClassName
{
color: #752246;
}
.AnyTagClassName
{
color: #752246;
}
</style>
background-color css
<style>
a { background-color: #752246; }
a { background-color: rgb(117,34,70); }
div.DivClassName
{
background-color: #752246;
}
.BgClassName
{
background-color: #752246;
}
</style>
border-color css
<style>
span { border-color: #752246; }
span { border-color: rgb(117,34,70); }
td.TdClassName
{
border-color: #752246;
}
.TagClassName
{
border-color: #752246;
}
</style>