Shades of Pompadour #73224C
Tints of Pompadour #73224C
RGB
CMYK
RGB Variations
Color information
#73224C (or 0x73224C) is known color: Pompadour. HEX triplet: 73, 22 and 4C. RGB value is (115,34,76). Sum of RGB (Red+Green+Blue) = 115+34+76=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #73224C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73224C is #8CDDB3. Grayscale: #3E3E3E. Windows color (decimal): -9231796 or 4989555. OLE color: 4989555.
HSL color Cylindrical-coordinate representation of color #73224C: hue angle of 328.89º degrees, saturation: 0.54, 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 #73224C is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 34 | 76 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.55 |
| HSL | 328.89º | 0.54% | 0.29% | - |
| HSV(B) | 328.89º | 0.7% | 0.45% | - |
| XYZ | 8.95 | 5.31 | 7.39 | - |
| YUV | 63.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 76 | 0 | 0.70 | 0.34 | 0.55 | 328.89 | 0.54 | 0.29 |
| Hex | 73 | 22 | 4C | 0 | 46 | 22 | 37 | 149 | 36 | 1D |
| Octal | 163 | 42 | 114 | 0 | 106 | 42 | 67 | 511 | 66 | 35 |
| Binary | 1110011 | 100010 | 1001100 | 0 | 1000110 | 100010 | 110111 | 101001001 | 110110 | 11101 |
Color Harmonies of #73224C
Complementary color
Monochromatic Colors of #73224C
Black with #73224C
Text Example
Text Example
White with #73224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73224C; }
p { color: rgb(115,34,76); }
H1.HeaderClassName
{
color: #73224C;
}
.AnyTagClassName
{
color: #73224C;
}
</style>
background-color css
<style>
a { background-color: #73224C; }
a { background-color: rgb(115,34,76); }
div.DivClassName
{
background-color: #73224C;
}
.BgClassName
{
background-color: #73224C;
}
</style>
border-color css
<style>
span { border-color: #73224C; }
span { border-color: rgb(115,34,76); }
td.TdClassName
{
border-color: #73224C;
}
.TagClassName
{
border-color: #73224C;
}
</style>