Shades of Pompadour #732352
Tints of Pompadour #732352
RGB
CMYK
RGB Variations
Color information
#732352 (or 0x732352) is known color: Pompadour. HEX triplet: 73, 23 and 52. RGB value is (115,35,82). Sum of RGB (Red+Green+Blue) = 115+35+82=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #732352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732352 is #8CDCAD. Grayscale: #404040. Windows color (decimal): -9231534 or 5383027. OLE color: 5383027.
HSL color Cylindrical-coordinate representation of color #732352: hue angle of 324.75º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #732352 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 35 | 82 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.55 |
| HSL | 324.75º | 0.53% | 0.29% | - |
| HSV(B) | 324.75º | 0.7% | 0.45% | - |
| XYZ | 9.19 | 5.46 | 8.55 | - |
| YUV | 64.28 | 138 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 35 | 82 | 0 | 0.70 | 0.29 | 0.55 | 324.75 | 0.53 | 0.29 |
| Hex | 73 | 23 | 52 | 0 | 46 | 1D | 37 | 145 | 35 | 1D |
| Octal | 163 | 43 | 122 | 0 | 106 | 35 | 67 | 505 | 65 | 35 |
| Binary | 1110011 | 100011 | 1010010 | 0 | 1000110 | 11101 | 110111 | 101000101 | 110101 | 11101 |
Color Harmonies of #732352
Complementary color
Monochromatic Colors of #732352
Black with #732352
Text Example
Text Example
White with #732352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732352; }
p { color: rgb(115,35,82); }
H1.HeaderClassName
{
color: #732352;
}
.AnyTagClassName
{
color: #732352;
}
</style>
background-color css
<style>
a { background-color: #732352; }
a { background-color: rgb(115,35,82); }
div.DivClassName
{
background-color: #732352;
}
.BgClassName
{
background-color: #732352;
}
</style>
border-color css
<style>
span { border-color: #732352; }
span { border-color: rgb(115,35,82); }
td.TdClassName
{
border-color: #732352;
}
.TagClassName
{
border-color: #732352;
}
</style>