Shades of Pompadour #752149
Tints of Pompadour #752149
RGB
CMYK
RGB Variations
Color information
#752149 (or 0x752149) is known color: Pompadour. HEX triplet: 75, 21 and 49. RGB value is (117,33,73). Sum of RGB (Red+Green+Blue) = 117+33+73=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #752149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752149 is #8ADEB6. Grayscale: #3E3E3E. Windows color (decimal): -9100983 or 4792693. OLE color: 4792693.
HSL color Cylindrical-coordinate representation of color #752149: hue angle of 331.43º 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 #752149 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 33 | 73 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.54 |
| HSL | 331.43º | 0.56% | 0.29% | - |
| HSV(B) | 331.43º | 0.72% | 0.46% | - |
| XYZ | 9.08 | 5.35 | 6.86 | - |
| YUV | 62.68 | 133.83 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 73 | 0 | 0.72 | 0.38 | 0.54 | 331.43 | 0.56 | 0.29 |
| Hex | 75 | 21 | 49 | 0 | 48 | 26 | 36 | 14B | 38 | 1D |
| Octal | 165 | 41 | 111 | 0 | 110 | 46 | 66 | 513 | 70 | 35 |
| Binary | 1110101 | 100001 | 1001001 | 0 | 1001000 | 100110 | 110110 | 101001011 | 111000 | 11101 |
Color Harmonies of #752149
Complementary color
Monochromatic Colors of #752149
Black with #752149
Text Example
Text Example
White with #752149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752149; }
p { color: rgb(117,33,73); }
H1.HeaderClassName
{
color: #752149;
}
.AnyTagClassName
{
color: #752149;
}
</style>
background-color css
<style>
a { background-color: #752149; }
a { background-color: rgb(117,33,73); }
div.DivClassName
{
background-color: #752149;
}
.BgClassName
{
background-color: #752149;
}
</style>
border-color css
<style>
span { border-color: #752149; }
span { border-color: rgb(117,33,73); }
td.TdClassName
{
border-color: #752149;
}
.TagClassName
{
border-color: #752149;
}
</style>