Shades of Pompadour #73254D
Tints of Pompadour #73254D
RGB
CMYK
RGB Variations
Color information
#73254D (or 0x73254D) is known color: Pompadour. HEX triplet: 73, 25 and 4D. RGB value is (115,37,77). Sum of RGB (Red+Green+Blue) = 115+37+77=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #73254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73254D is #8CDAB2. Grayscale: #404040. Windows color (decimal): -9231027 or 5055859. OLE color: 5055859.
HSL color Cylindrical-coordinate representation of color #73254D: hue angle of 329.23º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73254D is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 37 | 77 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.55 |
| HSL | 329.23º | 0.51% | 0.3% | - |
| HSV(B) | 329.23º | 0.68% | 0.45% | - |
| XYZ | 9.07 | 5.5 | 7.61 | - |
| YUV | 64.88 | 134.84 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 37 | 77 | 0 | 0.68 | 0.33 | 0.55 | 329.23 | 0.51 | 0.3 |
| Hex | 73 | 25 | 4D | 0 | 44 | 21 | 37 | 149 | 33 | 1E |
| Octal | 163 | 45 | 115 | 0 | 104 | 41 | 67 | 511 | 63 | 36 |
| Binary | 1110011 | 100101 | 1001101 | 0 | 1000100 | 100001 | 110111 | 101001001 | 110011 | 11110 |
Color Harmonies of #73254D
Complementary color
Monochromatic Colors of #73254D
Black with #73254D
Text Example
Text Example
White with #73254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73254D; }
p { color: rgb(115,37,77); }
H1.HeaderClassName
{
color: #73254D;
}
.AnyTagClassName
{
color: #73254D;
}
</style>
background-color css
<style>
a { background-color: #73254D; }
a { background-color: rgb(115,37,77); }
div.DivClassName
{
background-color: #73254D;
}
.BgClassName
{
background-color: #73254D;
}
</style>
border-color css
<style>
span { border-color: #73254D; }
span { border-color: rgb(115,37,77); }
td.TdClassName
{
border-color: #73254D;
}
.TagClassName
{
border-color: #73254D;
}
</style>