Shades of Pompadour #711C55
Tints of Pompadour #711C55
RGB
CMYK
RGB Variations
Color information
#711C55 (or 0x711C55) is known color: Pompadour. HEX triplet: 71, 1C and 55. RGB value is (113,28,85). Sum of RGB (Red+Green+Blue) = 113+28+85=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #711C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C55 is #8EE3AA. Grayscale: #3B3B3B. Windows color (decimal): -9364395 or 5577841. OLE color: 5577841.
HSL color Cylindrical-coordinate representation of color #711C55: hue angle of 319.76º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #711C55 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 28 | 85 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.56 |
| HSL | 319.76º | 0.6% | 0.28% | - |
| HSV(B) | 319.76º | 0.75% | 0.44% | - |
| XYZ | 8.86 | 5 | 9.09 | - |
| YUV | 59.91 | 142.16 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 85 | 0 | 0.75 | 0.25 | 0.56 | 319.76 | 0.6 | 0.28 |
| Hex | 71 | 1C | 55 | 0 | 4B | 19 | 38 | 140 | 3C | 1C |
| Octal | 161 | 34 | 125 | 0 | 113 | 31 | 70 | 500 | 74 | 34 |
| Binary | 1110001 | 11100 | 1010101 | 0 | 1001011 | 11001 | 111000 | 101000000 | 111100 | 11100 |
Color Harmonies of #711C55
Complementary color
Monochromatic Colors of #711C55
Black with #711C55
Text Example
Text Example
White with #711C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C55; }
p { color: rgb(113,28,85); }
H1.HeaderClassName
{
color: #711C55;
}
.AnyTagClassName
{
color: #711C55;
}
</style>
background-color css
<style>
a { background-color: #711C55; }
a { background-color: rgb(113,28,85); }
div.DivClassName
{
background-color: #711C55;
}
.BgClassName
{
background-color: #711C55;
}
</style>
border-color css
<style>
span { border-color: #711C55; }
span { border-color: rgb(113,28,85); }
td.TdClassName
{
border-color: #711C55;
}
.TagClassName
{
border-color: #711C55;
}
</style>