Shades of Pompadour #732045
Tints of Pompadour #732045
RGB
CMYK
RGB Variations
Color information
#732045 (or 0x732045) is known color: Pompadour. HEX triplet: 73, 20 and 45. RGB value is (115,32,69). Sum of RGB (Red+Green+Blue) = 115+32+69=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #732045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732045 is #8CDFBA. Grayscale: #3C3C3C. Windows color (decimal): -9232315 or 4530291. OLE color: 4530291.
HSL color Cylindrical-coordinate representation of color #732045: hue angle of 333.25º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #732045 is Cyan = 0, Magento = 0.72, Yellow = 0.4 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 32 | 69 | - |
| CMYK | 0 | 0.72 | 0.4 | 0.55 |
| HSL | 333.25º | 0.56% | 0.29% | - |
| HSV(B) | 333.25º | 0.72% | 0.45% | - |
| XYZ | 8.66 | 5.11 | 6.16 | - |
| YUV | 61.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 69 | 0 | 0.72 | 0.4 | 0.55 | 333.25 | 0.56 | 0.29 |
| Hex | 73 | 20 | 45 | 0 | 48 | 28 | 37 | 14D | 38 | 1D |
| Octal | 163 | 40 | 105 | 0 | 110 | 50 | 67 | 515 | 70 | 35 |
| Binary | 1110011 | 100000 | 1000101 | 0 | 1001000 | 101000 | 110111 | 101001101 | 111000 | 11101 |
Color Harmonies of #732045
Complementary color
Monochromatic Colors of #732045
Black with #732045
Text Example
Text Example
White with #732045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732045; }
p { color: rgb(115,32,69); }
H1.HeaderClassName
{
color: #732045;
}
.AnyTagClassName
{
color: #732045;
}
</style>
background-color css
<style>
a { background-color: #732045; }
a { background-color: rgb(115,32,69); }
div.DivClassName
{
background-color: #732045;
}
.BgClassName
{
background-color: #732045;
}
</style>
border-color css
<style>
span { border-color: #732045; }
span { border-color: rgb(115,32,69); }
td.TdClassName
{
border-color: #732045;
}
.TagClassName
{
border-color: #732045;
}
</style>