Shades of Pompadour #73244A
Tints of Pompadour #73244A
RGB
CMYK
RGB Variations
Color information
#73244A (or 0x73244A) is known color: Pompadour. HEX triplet: 73, 24 and 4A. RGB value is (115,36,74). Sum of RGB (Red+Green+Blue) = 115+36+74=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #73244A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73244A is #8CDBB5. Grayscale: #3F3F3F. Windows color (decimal): -9231286 or 4858995. OLE color: 4858995.
HSL color Cylindrical-coordinate representation of color #73244A: hue angle of 331.14º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73244A is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 36 | 74 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.55 |
| HSL | 331.14º | 0.52% | 0.3% | - |
| HSV(B) | 331.14º | 0.69% | 0.45% | - |
| XYZ | 8.94 | 5.4 | 7.05 | - |
| YUV | 63.95 | 133.67 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 36 | 74 | 0 | 0.69 | 0.36 | 0.55 | 331.14 | 0.52 | 0.3 |
| Hex | 73 | 24 | 4A | 0 | 45 | 24 | 37 | 14B | 34 | 1E |
| Octal | 163 | 44 | 112 | 0 | 105 | 44 | 67 | 513 | 64 | 36 |
| Binary | 1110011 | 100100 | 1001010 | 0 | 1000101 | 100100 | 110111 | 101001011 | 110100 | 11110 |
Color Harmonies of #73244A
Complementary color
Monochromatic Colors of #73244A
Black with #73244A
Text Example
Text Example
White with #73244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73244A; }
p { color: rgb(115,36,74); }
H1.HeaderClassName
{
color: #73244A;
}
.AnyTagClassName
{
color: #73244A;
}
</style>
background-color css
<style>
a { background-color: #73244A; }
a { background-color: rgb(115,36,74); }
div.DivClassName
{
background-color: #73244A;
}
.BgClassName
{
background-color: #73244A;
}
</style>
border-color css
<style>
span { border-color: #73244A; }
span { border-color: rgb(115,36,74); }
td.TdClassName
{
border-color: #73244A;
}
.TagClassName
{
border-color: #73244A;
}
</style>