Shades of Pompadour #73204C
Tints of Pompadour #73204C
RGB
CMYK
RGB Variations
Color information
#73204C (or 0x73204C) is known color: Pompadour. HEX triplet: 73, 20 and 4C. RGB value is (115,32,76). Sum of RGB (Red+Green+Blue) = 115+32+76=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #73204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73204C is #8CDFB3. Grayscale: #3D3D3D. Windows color (decimal): -9232308 or 4989043. OLE color: 4989043.
HSL color Cylindrical-coordinate representation of color #73204C: hue angle of 328.19º 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 #73204C is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 32 | 76 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.55 |
| HSL | 328.19º | 0.56% | 0.29% | - |
| HSV(B) | 328.19º | 0.72% | 0.45% | - |
| XYZ | 8.89 | 5.2 | 7.37 | - |
| YUV | 61.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 76 | 0 | 0.72 | 0.34 | 0.55 | 328.19 | 0.56 | 0.29 |
| Hex | 73 | 20 | 4C | 0 | 48 | 22 | 37 | 148 | 38 | 1D |
| Octal | 163 | 40 | 114 | 0 | 110 | 42 | 67 | 510 | 70 | 35 |
| Binary | 1110011 | 100000 | 1001100 | 0 | 1001000 | 100010 | 110111 | 101001000 | 111000 | 11101 |
Color Harmonies of #73204C
Complementary color
Monochromatic Colors of #73204C
Black with #73204C
Text Example
Text Example
White with #73204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73204C; }
p { color: rgb(115,32,76); }
H1.HeaderClassName
{
color: #73204C;
}
.AnyTagClassName
{
color: #73204C;
}
</style>
background-color css
<style>
a { background-color: #73204C; }
a { background-color: rgb(115,32,76); }
div.DivClassName
{
background-color: #73204C;
}
.BgClassName
{
background-color: #73204C;
}
</style>
border-color css
<style>
span { border-color: #73204C; }
span { border-color: rgb(115,32,76); }
td.TdClassName
{
border-color: #73204C;
}
.TagClassName
{
border-color: #73204C;
}
</style>