Shades of Pompadour #73164E
Tints of Pompadour #73164E
RGB
CMYK
RGB Variations
Color information
#73164E (or 0x73164E) is known color: Pompadour. HEX triplet: 73, 16 and 4E. RGB value is (115,22,78). Sum of RGB (Red+Green+Blue) = 115+22+78=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #73164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73164E is #8CE9B1. Grayscale: #383838. Windows color (decimal): -9234866 or 5117555. OLE color: 5117555.
HSL color Cylindrical-coordinate representation of color #73164E: hue angle of 323.87º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #73164E is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 22 | 78 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.55 |
| HSL | 323.87º | 0.68% | 0.27% | - |
| HSV(B) | 323.87º | 0.81% | 0.45% | - |
| XYZ | 8.73 | 4.77 | 7.67 | - |
| YUV | 56.19 | 140.31 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 22 | 78 | 0 | 0.81 | 0.32 | 0.55 | 323.87 | 0.68 | 0.27 |
| Hex | 73 | 16 | 4E | 0 | 51 | 20 | 37 | 144 | 44 | 1B |
| Octal | 163 | 26 | 116 | 0 | 121 | 40 | 67 | 504 | 104 | 33 |
| Binary | 1110011 | 10110 | 1001110 | 0 | 1010001 | 100000 | 110111 | 101000100 | 1000100 | 11011 |
Color Harmonies of #73164E
Complementary color
Monochromatic Colors of #73164E
Black with #73164E
Text Example
Text Example
White with #73164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73164E; }
p { color: rgb(115,22,78); }
H1.HeaderClassName
{
color: #73164E;
}
.AnyTagClassName
{
color: #73164E;
}
</style>
background-color css
<style>
a { background-color: #73164E; }
a { background-color: rgb(115,22,78); }
div.DivClassName
{
background-color: #73164E;
}
.BgClassName
{
background-color: #73164E;
}
</style>
border-color css
<style>
span { border-color: #73164E; }
span { border-color: rgb(115,22,78); }
td.TdClassName
{
border-color: #73164E;
}
.TagClassName
{
border-color: #73164E;
}
</style>