Shades of Pompadour #73194A
Tints of Pompadour #73194A
RGB
CMYK
RGB Variations
Color information
#73194A (or 0x73194A) is known color: Pompadour. HEX triplet: 73, 19 and 4A. RGB value is (115,25,74). Sum of RGB (Red+Green+Blue) = 115+25+74=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #73194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73194A is #8CE6B5. Grayscale: #393939. Windows color (decimal): -9234102 or 4856179. OLE color: 4856179.
HSL color Cylindrical-coordinate representation of color #73194A: hue angle of 327.33º 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 #73194A is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 25 | 74 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.55 |
| HSL | 327.33º | 0.64% | 0.27% | - |
| HSV(B) | 327.33º | 0.78% | 0.45% | - |
| XYZ | 8.65 | 4.83 | 6.96 | - |
| YUV | 57.5 | 137.32 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 74 | 0 | 0.78 | 0.36 | 0.55 | 327.33 | 0.64 | 0.27 |
| Hex | 73 | 19 | 4A | 0 | 4E | 24 | 37 | 147 | 40 | 1B |
| Octal | 163 | 31 | 112 | 0 | 116 | 44 | 67 | 507 | 100 | 33 |
| Binary | 1110011 | 11001 | 1001010 | 0 | 1001110 | 100100 | 110111 | 101000111 | 1000000 | 11011 |
Color Harmonies of #73194A
Complementary color
Monochromatic Colors of #73194A
Black with #73194A
Text Example
Text Example
White with #73194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73194A; }
p { color: rgb(115,25,74); }
H1.HeaderClassName
{
color: #73194A;
}
.AnyTagClassName
{
color: #73194A;
}
</style>
background-color css
<style>
a { background-color: #73194A; }
a { background-color: rgb(115,25,74); }
div.DivClassName
{
background-color: #73194A;
}
.BgClassName
{
background-color: #73194A;
}
</style>
border-color css
<style>
span { border-color: #73194A; }
span { border-color: rgb(115,25,74); }
td.TdClassName
{
border-color: #73194A;
}
.TagClassName
{
border-color: #73194A;
}
</style>