Shades of Pompadour #711E49
Tints of Pompadour #711E49
RGB
CMYK
RGB Variations
Color information
#711E49 (or 0x711E49) is known color: Pompadour. HEX triplet: 71, 1E and 49. RGB value is (113,30,73). Sum of RGB (Red+Green+Blue) = 113+30+73=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #711E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711E49 is #8EE1B6. Grayscale: #3B3B3B. Windows color (decimal): -9363895 or 4791921. OLE color: 4791921.
HSL color Cylindrical-coordinate representation of color #711E49: hue angle of 328.92º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #711E49 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 30 | 73 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.56 |
| HSL | 328.92º | 0.58% | 0.28% | - |
| HSV(B) | 328.92º | 0.73% | 0.44% | - |
| XYZ | 8.48 | 4.92 | 6.81 | - |
| YUV | 59.72 | 135.5 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 30 | 73 | 0 | 0.73 | 0.35 | 0.56 | 328.92 | 0.58 | 0.28 |
| Hex | 71 | 1E | 49 | 0 | 49 | 23 | 38 | 149 | 3A | 1C |
| Octal | 161 | 36 | 111 | 0 | 111 | 43 | 70 | 511 | 72 | 34 |
| Binary | 1110001 | 11110 | 1001001 | 0 | 1001001 | 100011 | 111000 | 101001001 | 111010 | 11100 |
Color Harmonies of #711E49
Complementary color
Monochromatic Colors of #711E49
Black with #711E49
Text Example
Text Example
White with #711E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711E49; }
p { color: rgb(113,30,73); }
H1.HeaderClassName
{
color: #711E49;
}
.AnyTagClassName
{
color: #711E49;
}
</style>
background-color css
<style>
a { background-color: #711E49; }
a { background-color: rgb(113,30,73); }
div.DivClassName
{
background-color: #711E49;
}
.BgClassName
{
background-color: #711E49;
}
</style>
border-color css
<style>
span { border-color: #711E49; }
span { border-color: rgb(113,30,73); }
td.TdClassName
{
border-color: #711E49;
}
.TagClassName
{
border-color: #711E49;
}
</style>