Shades of Pompadour #711B47
Tints of Pompadour #711B47
RGB
CMYK
RGB Variations
Color information
#711B47 (or 0x711B47) is known color: Pompadour. HEX triplet: 71, 1B and 47. RGB value is (113,27,71). Sum of RGB (Red+Green+Blue) = 113+27+71=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #711B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711B47 is #8EE4B8. Grayscale: #393939. Windows color (decimal): -9364665 or 4660081. OLE color: 4660081.
HSL color Cylindrical-coordinate representation of color #711B47: hue angle of 329.3º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #711B47 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 27 | 71 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.56 |
| HSL | 329.3º | 0.61% | 0.27% | - |
| HSV(B) | 329.3º | 0.76% | 0.44% | - |
| XYZ | 8.34 | 4.75 | 6.44 | - |
| YUV | 57.73 | 135.49 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 71 | 0 | 0.76 | 0.37 | 0.56 | 329.3 | 0.61 | 0.27 |
| Hex | 71 | 1B | 47 | 0 | 4C | 25 | 38 | 149 | 3D | 1B |
| Octal | 161 | 33 | 107 | 0 | 114 | 45 | 70 | 511 | 75 | 33 |
| Binary | 1110001 | 11011 | 1000111 | 0 | 1001100 | 100101 | 111000 | 101001001 | 111101 | 11011 |
Color Harmonies of #711B47
Complementary color
Monochromatic Colors of #711B47
Black with #711B47
Text Example
Text Example
White with #711B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711B47; }
p { color: rgb(113,27,71); }
H1.HeaderClassName
{
color: #711B47;
}
.AnyTagClassName
{
color: #711B47;
}
</style>
background-color css
<style>
a { background-color: #711B47; }
a { background-color: rgb(113,27,71); }
div.DivClassName
{
background-color: #711B47;
}
.BgClassName
{
background-color: #711B47;
}
</style>
border-color css
<style>
span { border-color: #711B47; }
span { border-color: rgb(113,27,71); }
td.TdClassName
{
border-color: #711B47;
}
.TagClassName
{
border-color: #711B47;
}
</style>