Shades of Pompadour #73194E
Tints of Pompadour #73194E
RGB
CMYK
RGB Variations
Color information
#73194E (or 0x73194E) is known color: Pompadour. HEX triplet: 73, 19 and 4E. RGB value is (115,25,78). Sum of RGB (Red+Green+Blue) = 115+25+78=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #73194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73194E is #8CE6B1. Grayscale: #393939. Windows color (decimal): -9234098 or 5118323. OLE color: 5118323.
HSL color Cylindrical-coordinate representation of color #73194E: hue angle of 324.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73194E is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 25 | 78 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.55 |
| HSL | 324.67º | 0.64% | 0.27% | - |
| HSV(B) | 324.67º | 0.78% | 0.45% | - |
| XYZ | 8.79 | 4.89 | 7.69 | - |
| YUV | 57.95 | 139.32 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 78 | 0 | 0.78 | 0.32 | 0.55 | 324.67 | 0.64 | 0.27 |
| Hex | 73 | 19 | 4E | 0 | 4E | 20 | 37 | 145 | 40 | 1B |
| Octal | 163 | 31 | 116 | 0 | 116 | 40 | 67 | 505 | 100 | 33 |
| Binary | 1110011 | 11001 | 1001110 | 0 | 1001110 | 100000 | 110111 | 101000101 | 1000000 | 11011 |
Color Harmonies of #73194E
Complementary color
Monochromatic Colors of #73194E
Black with #73194E
Text Example
Text Example
White with #73194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73194E; }
p { color: rgb(115,25,78); }
H1.HeaderClassName
{
color: #73194E;
}
.AnyTagClassName
{
color: #73194E;
}
</style>
background-color css
<style>
a { background-color: #73194E; }
a { background-color: rgb(115,25,78); }
div.DivClassName
{
background-color: #73194E;
}
.BgClassName
{
background-color: #73194E;
}
</style>
border-color css
<style>
span { border-color: #73194E; }
span { border-color: rgb(115,25,78); }
td.TdClassName
{
border-color: #73194E;
}
.TagClassName
{
border-color: #73194E;
}
</style>