Shades of Pompadour #752243
Tints of Pompadour #752243
RGB
CMYK
RGB Variations
Color information
#752243 (or 0x752243) is known color: Pompadour. HEX triplet: 75, 22 and 43. RGB value is (117,34,67). Sum of RGB (Red+Green+Blue) = 117+34+67=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #752243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752243 is #8ADDBC. Grayscale: #3E3E3E. Windows color (decimal): -9100733 or 4399733. OLE color: 4399733.
HSL color Cylindrical-coordinate representation of color #752243: hue angle of 336.14º 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 #752243 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 34 | 67 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.54 |
| HSL | 336.14º | 0.55% | 0.3% | - |
| HSV(B) | 336.14º | 0.71% | 0.46% | - |
| XYZ | 8.92 | 5.33 | 5.87 | - |
| YUV | 62.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 67 | 0 | 0.71 | 0.43 | 0.54 | 336.14 | 0.55 | 0.3 |
| Hex | 75 | 22 | 43 | 0 | 47 | 2B | 36 | 150 | 37 | 1E |
| Octal | 165 | 42 | 103 | 0 | 107 | 53 | 66 | 520 | 67 | 36 |
| Binary | 1110101 | 100010 | 1000011 | 0 | 1000111 | 101011 | 110110 | 101010000 | 110111 | 11110 |
Color Harmonies of #752243
Complementary color
Monochromatic Colors of #752243
Black with #752243
Text Example
Text Example
White with #752243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752243; }
p { color: rgb(117,34,67); }
H1.HeaderClassName
{
color: #752243;
}
.AnyTagClassName
{
color: #752243;
}
</style>
background-color css
<style>
a { background-color: #752243; }
a { background-color: rgb(117,34,67); }
div.DivClassName
{
background-color: #752243;
}
.BgClassName
{
background-color: #752243;
}
</style>
border-color css
<style>
span { border-color: #752243; }
span { border-color: rgb(117,34,67); }
td.TdClassName
{
border-color: #752243;
}
.TagClassName
{
border-color: #752243;
}
</style>