Shades of Pompadour #752143
Tints of Pompadour #752143
RGB
CMYK
RGB Variations
Color information
#752143 (or 0x752143) is known color: Pompadour. HEX triplet: 75, 21 and 43. RGB value is (117,33,67). Sum of RGB (Red+Green+Blue) = 117+33+67=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #752143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752143 is #8ADEBC. Grayscale: #3D3D3D. Windows color (decimal): -9100989 or 4399477. OLE color: 4399477.
HSL color Cylindrical-coordinate representation of color #752143: hue angle of 335.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 #752143 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 33 | 67 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.54 |
| HSL | 335.71º | 0.56% | 0.29% | - |
| HSV(B) | 335.71º | 0.72% | 0.46% | - |
| XYZ | 8.89 | 5.27 | 5.86 | - |
| YUV | 61.99 | 130.83 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 67 | 0 | 0.72 | 0.43 | 0.54 | 335.71 | 0.56 | 0.29 |
| Hex | 75 | 21 | 43 | 0 | 48 | 2B | 36 | 150 | 38 | 1D |
| Octal | 165 | 41 | 103 | 0 | 110 | 53 | 66 | 520 | 70 | 35 |
| Binary | 1110101 | 100001 | 1000011 | 0 | 1001000 | 101011 | 110110 | 101010000 | 111000 | 11101 |
Color Harmonies of #752143
Complementary color
Monochromatic Colors of #752143
Black with #752143
Text Example
Text Example
White with #752143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752143; }
p { color: rgb(117,33,67); }
H1.HeaderClassName
{
color: #752143;
}
.AnyTagClassName
{
color: #752143;
}
</style>
background-color css
<style>
a { background-color: #752143; }
a { background-color: rgb(117,33,67); }
div.DivClassName
{
background-color: #752143;
}
.BgClassName
{
background-color: #752143;
}
</style>
border-color css
<style>
span { border-color: #752143; }
span { border-color: rgb(117,33,67); }
td.TdClassName
{
border-color: #752143;
}
.TagClassName
{
border-color: #752143;
}
</style>