Shades of Pompadour #73204D
Tints of Pompadour #73204D
RGB
CMYK
RGB Variations
Color information
#73204D (or 0x73204D) is known color: Pompadour. HEX triplet: 73, 20 and 4D. RGB value is (115,32,77). Sum of RGB (Red+Green+Blue) = 115+32+77=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #73204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73204D is #8CDFB2. Grayscale: #3D3D3D. Windows color (decimal): -9232307 or 5054579. OLE color: 5054579.
HSL color Cylindrical-coordinate representation of color #73204D: hue angle of 327.47º 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 #73204D is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 32 | 77 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.55 |
| HSL | 327.47º | 0.56% | 0.29% | - |
| HSV(B) | 327.47º | 0.72% | 0.45% | - |
| XYZ | 8.93 | 5.21 | 7.56 | - |
| YUV | 61.95 | 136.5 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 77 | 0 | 0.72 | 0.33 | 0.55 | 327.47 | 0.56 | 0.29 |
| Hex | 73 | 20 | 4D | 0 | 48 | 21 | 37 | 147 | 38 | 1D |
| Octal | 163 | 40 | 115 | 0 | 110 | 41 | 67 | 507 | 70 | 35 |
| Binary | 1110011 | 100000 | 1001101 | 0 | 1001000 | 100001 | 110111 | 101000111 | 111000 | 11101 |
Color Harmonies of #73204D
Complementary color
Monochromatic Colors of #73204D
Black with #73204D
Text Example
Text Example
White with #73204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73204D; }
p { color: rgb(115,32,77); }
H1.HeaderClassName
{
color: #73204D;
}
.AnyTagClassName
{
color: #73204D;
}
</style>
background-color css
<style>
a { background-color: #73204D; }
a { background-color: rgb(115,32,77); }
div.DivClassName
{
background-color: #73204D;
}
.BgClassName
{
background-color: #73204D;
}
</style>
border-color css
<style>
span { border-color: #73204D; }
span { border-color: rgb(115,32,77); }
td.TdClassName
{
border-color: #73204D;
}
.TagClassName
{
border-color: #73204D;
}
</style>