Shades of Pompadour #73114E
Tints of Pompadour #73114E
RGB
CMYK
RGB Variations
Color information
#73114E (or 0x73114E) is known color: Pompadour. HEX triplet: 73, 11 and 4E. RGB value is (115,17,78). Sum of RGB (Red+Green+Blue) = 115+17+78=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #73114E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73114E is #8CEEB1. Grayscale: #353535. Windows color (decimal): -9236146 or 5116275. OLE color: 5116275.
HSL color Cylindrical-coordinate representation of color #73114E: hue angle of 322.65º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73114E is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 17 | 78 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.55 |
| HSL | 322.65º | 0.74% | 0.26% | - |
| HSV(B) | 322.65º | 0.85% | 0.45% | - |
| XYZ | 8.65 | 4.6 | 7.64 | - |
| YUV | 53.26 | 141.97 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 78 | 0 | 0.85 | 0.32 | 0.55 | 322.65 | 0.74 | 0.26 |
| Hex | 73 | 11 | 4E | 0 | 55 | 20 | 37 | 143 | 4A | 1A |
| Octal | 163 | 21 | 116 | 0 | 125 | 40 | 67 | 503 | 112 | 32 |
| Binary | 1110011 | 10001 | 1001110 | 0 | 1010101 | 100000 | 110111 | 101000011 | 1001010 | 11010 |
Color Harmonies of #73114E
Complementary color
Monochromatic Colors of #73114E
Black with #73114E
Text Example
Text Example
White with #73114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73114E; }
p { color: rgb(115,17,78); }
H1.HeaderClassName
{
color: #73114E;
}
.AnyTagClassName
{
color: #73114E;
}
</style>
background-color css
<style>
a { background-color: #73114E; }
a { background-color: rgb(115,17,78); }
div.DivClassName
{
background-color: #73114E;
}
.BgClassName
{
background-color: #73114E;
}
</style>
border-color css
<style>
span { border-color: #73114E; }
span { border-color: rgb(115,17,78); }
td.TdClassName
{
border-color: #73114E;
}
.TagClassName
{
border-color: #73114E;
}
</style>