Shades of Pompadour #711D55
Tints of Pompadour #711D55
RGB
CMYK
RGB Variations
Color information
#711D55 (or 0x711D55) is known color: Pompadour. HEX triplet: 71, 1D and 55. RGB value is (113,29,85). Sum of RGB (Red+Green+Blue) = 113+29+85=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #711D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711D55 is #8EE2AA. Grayscale: #3C3C3C. Windows color (decimal): -9364139 or 5578097. OLE color: 5578097.
HSL color Cylindrical-coordinate representation of color #711D55: hue angle of 320º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #711D55 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 29 | 85 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.56 |
| HSL | 320º | 0.59% | 0.28% | - |
| HSV(B) | 320º | 0.74% | 0.44% | - |
| XYZ | 8.89 | 5.05 | 9.1 | - |
| YUV | 60.5 | 141.83 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 85 | 0 | 0.74 | 0.25 | 0.56 | 320 | 0.59 | 0.28 |
| Hex | 71 | 1D | 55 | 0 | 4A | 19 | 38 | 140 | 3B | 1C |
| Octal | 161 | 35 | 125 | 0 | 112 | 31 | 70 | 500 | 73 | 34 |
| Binary | 1110001 | 11101 | 1010101 | 0 | 1001010 | 11001 | 111000 | 101000000 | 111011 | 11100 |
Color Harmonies of #711D55
Complementary color
Monochromatic Colors of #711D55
Black with #711D55
Text Example
Text Example
White with #711D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711D55; }
p { color: rgb(113,29,85); }
H1.HeaderClassName
{
color: #711D55;
}
.AnyTagClassName
{
color: #711D55;
}
</style>
background-color css
<style>
a { background-color: #711D55; }
a { background-color: rgb(113,29,85); }
div.DivClassName
{
background-color: #711D55;
}
.BgClassName
{
background-color: #711D55;
}
</style>
border-color css
<style>
span { border-color: #711D55; }
span { border-color: rgb(113,29,85); }
td.TdClassName
{
border-color: #711D55;
}
.TagClassName
{
border-color: #711D55;
}
</style>