Shades of Pompadour #73204E
Tints of Pompadour #73204E
RGB
CMYK
RGB Variations
Color information
#73204E (or 0x73204E) is known color: Pompadour. HEX triplet: 73, 20 and 4E. RGB value is (115,32,78). Sum of RGB (Red+Green+Blue) = 115+32+78=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #73204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73204E is #8CDFB1. Grayscale: #3D3D3D. Windows color (decimal): -9232306 or 5120115. OLE color: 5120115.
HSL color Cylindrical-coordinate representation of color #73204E: hue angle of 326.75º 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 #73204E is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 32 | 78 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.55 |
| HSL | 326.75º | 0.56% | 0.29% | - |
| HSV(B) | 326.75º | 0.72% | 0.45% | - |
| XYZ | 8.96 | 5.23 | 7.74 | - |
| YUV | 62.06 | 137 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 78 | 0 | 0.72 | 0.32 | 0.55 | 326.75 | 0.56 | 0.29 |
| Hex | 73 | 20 | 4E | 0 | 48 | 20 | 37 | 147 | 38 | 1D |
| Octal | 163 | 40 | 116 | 0 | 110 | 40 | 67 | 507 | 70 | 35 |
| Binary | 1110011 | 100000 | 1001110 | 0 | 1001000 | 100000 | 110111 | 101000111 | 111000 | 11101 |
Color Harmonies of #73204E
Complementary color
Monochromatic Colors of #73204E
Black with #73204E
Text Example
Text Example
White with #73204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73204E; }
p { color: rgb(115,32,78); }
H1.HeaderClassName
{
color: #73204E;
}
.AnyTagClassName
{
color: #73204E;
}
</style>
background-color css
<style>
a { background-color: #73204E; }
a { background-color: rgb(115,32,78); }
div.DivClassName
{
background-color: #73204E;
}
.BgClassName
{
background-color: #73204E;
}
</style>
border-color css
<style>
span { border-color: #73204E; }
span { border-color: rgb(115,32,78); }
td.TdClassName
{
border-color: #73204E;
}
.TagClassName
{
border-color: #73204E;
}
</style>