Shades of Pompadour #73154E
Tints of Pompadour #73154E
RGB
CMYK
RGB Variations
Color information
#73154E (or 0x73154E) is known color: Pompadour. HEX triplet: 73, 15 and 4E. RGB value is (115,21,78). Sum of RGB (Red+Green+Blue) = 115+21+78=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #73154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73154E is #8CEAB1. Grayscale: #373737. Windows color (decimal): -9235122 or 5117299. OLE color: 5117299.
HSL color Cylindrical-coordinate representation of color #73154E: hue angle of 323.62º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73154E is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 21 | 78 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.55 |
| HSL | 323.62º | 0.69% | 0.27% | - |
| HSV(B) | 323.62º | 0.82% | 0.45% | - |
| XYZ | 8.71 | 4.73 | 7.66 | - |
| YUV | 55.6 | 140.64 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 78 | 0 | 0.82 | 0.32 | 0.55 | 323.62 | 0.69 | 0.27 |
| Hex | 73 | 15 | 4E | 0 | 52 | 20 | 37 | 144 | 45 | 1B |
| Octal | 163 | 25 | 116 | 0 | 122 | 40 | 67 | 504 | 105 | 33 |
| Binary | 1110011 | 10101 | 1001110 | 0 | 1010010 | 100000 | 110111 | 101000100 | 1000101 | 11011 |
Color Harmonies of #73154E
Complementary color
Monochromatic Colors of #73154E
Black with #73154E
Text Example
Text Example
White with #73154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73154E; }
p { color: rgb(115,21,78); }
H1.HeaderClassName
{
color: #73154E;
}
.AnyTagClassName
{
color: #73154E;
}
</style>
background-color css
<style>
a { background-color: #73154E; }
a { background-color: rgb(115,21,78); }
div.DivClassName
{
background-color: #73154E;
}
.BgClassName
{
background-color: #73154E;
}
</style>
border-color css
<style>
span { border-color: #73154E; }
span { border-color: rgb(115,21,78); }
td.TdClassName
{
border-color: #73154E;
}
.TagClassName
{
border-color: #73154E;
}
</style>