Shades of Pompadour #752151
Tints of Pompadour #752151
RGB
CMYK
RGB Variations
Color information
#752151 (or 0x752151) is known color: Pompadour. HEX triplet: 75, 21 and 51. RGB value is (117,33,81). Sum of RGB (Red+Green+Blue) = 117+33+81=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #752151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752151 is #8ADEAE. Grayscale: #3F3F3F. Windows color (decimal): -9100975 or 5316981. OLE color: 5316981.
HSL color Cylindrical-coordinate representation of color #752151: hue angle of 325.71º 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 #752151 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 33 | 81 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.54 |
| HSL | 325.71º | 0.56% | 0.29% | - |
| HSV(B) | 325.71º | 0.72% | 0.46% | - |
| XYZ | 9.37 | 5.46 | 8.35 | - |
| YUV | 63.59 | 137.83 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 81 | 0 | 0.72 | 0.31 | 0.54 | 325.71 | 0.56 | 0.29 |
| Hex | 75 | 21 | 51 | 0 | 48 | 1F | 36 | 146 | 38 | 1D |
| Octal | 165 | 41 | 121 | 0 | 110 | 37 | 66 | 506 | 70 | 35 |
| Binary | 1110101 | 100001 | 1010001 | 0 | 1001000 | 11111 | 110110 | 101000110 | 111000 | 11101 |
Color Harmonies of #752151
Complementary color
Monochromatic Colors of #752151
Black with #752151
Text Example
Text Example
White with #752151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752151; }
p { color: rgb(117,33,81); }
H1.HeaderClassName
{
color: #752151;
}
.AnyTagClassName
{
color: #752151;
}
</style>
background-color css
<style>
a { background-color: #752151; }
a { background-color: rgb(117,33,81); }
div.DivClassName
{
background-color: #752151;
}
.BgClassName
{
background-color: #752151;
}
</style>
border-color css
<style>
span { border-color: #752151; }
span { border-color: rgb(117,33,81); }
td.TdClassName
{
border-color: #752151;
}
.TagClassName
{
border-color: #752151;
}
</style>