Shades of Pompadour #73134E
Tints of Pompadour #73134E
RGB
CMYK
RGB Variations
Color information
#73134E (or 0x73134E) is known color: Pompadour. HEX triplet: 73, 13 and 4E. RGB value is (115,19,78). Sum of RGB (Red+Green+Blue) = 115+19+78=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #73134E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73134E is #8CECB1. Grayscale: #363636. Windows color (decimal): -9235634 or 5116787. OLE color: 5116787.
HSL color Cylindrical-coordinate representation of color #73134E: hue angle of 323.12º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73134E is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 19 | 78 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.55 |
| HSL | 323.13º | 0.72% | 0.26% | - |
| HSV(B) | 323.13º | 0.83% | 0.45% | - |
| XYZ | 8.68 | 4.66 | 7.65 | - |
| YUV | 54.43 | 141.3 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 19 | 78 | 0 | 0.83 | 0.32 | 0.55 | 323.13 | 0.72 | 0.26 |
| Hex | 73 | 13 | 4E | 0 | 53 | 20 | 37 | 143 | 48 | 1A |
| Octal | 163 | 23 | 116 | 0 | 123 | 40 | 67 | 503 | 110 | 32 |
| Binary | 1110011 | 10011 | 1001110 | 0 | 1010011 | 100000 | 110111 | 101000011 | 1001000 | 11010 |
Color Harmonies of #73134E
Complementary color
Monochromatic Colors of #73134E
Black with #73134E
Text Example
Text Example
White with #73134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73134E; }
p { color: rgb(115,19,78); }
H1.HeaderClassName
{
color: #73134E;
}
.AnyTagClassName
{
color: #73134E;
}
</style>
background-color css
<style>
a { background-color: #73134E; }
a { background-color: rgb(115,19,78); }
div.DivClassName
{
background-color: #73134E;
}
.BgClassName
{
background-color: #73134E;
}
</style>
border-color css
<style>
span { border-color: #73134E; }
span { border-color: rgb(115,19,78); }
td.TdClassName
{
border-color: #73134E;
}
.TagClassName
{
border-color: #73134E;
}
</style>