Shades of Pompadour #711A54
Tints of Pompadour #711A54
RGB
CMYK
RGB Variations
Color information
#711A54 (or 0x711A54) is known color: Pompadour. HEX triplet: 71, 1A and 54. RGB value is (113,26,84). Sum of RGB (Red+Green+Blue) = 113+26+84=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #711A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711A54 is #8EE5AB. Grayscale: #3A3A3A. Windows color (decimal): -9364908 or 5511793. OLE color: 5511793.
HSL color Cylindrical-coordinate representation of color #711A54: hue angle of 320º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711A54 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 26 | 84 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.56 |
| HSL | 320º | 0.63% | 0.27% | - |
| HSV(B) | 320º | 0.77% | 0.44% | - |
| XYZ | 8.78 | 4.89 | 8.87 | - |
| YUV | 58.63 | 142.32 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 84 | 0 | 0.77 | 0.26 | 0.56 | 320 | 0.63 | 0.27 |
| Hex | 71 | 1A | 54 | 0 | 4D | 1A | 38 | 140 | 3F | 1B |
| Octal | 161 | 32 | 124 | 0 | 115 | 32 | 70 | 500 | 77 | 33 |
| Binary | 1110001 | 11010 | 1010100 | 0 | 1001101 | 11010 | 111000 | 101000000 | 111111 | 11011 |
Color Harmonies of #711A54
Complementary color
Monochromatic Colors of #711A54
Black with #711A54
Text Example
Text Example
White with #711A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711A54; }
p { color: rgb(113,26,84); }
H1.HeaderClassName
{
color: #711A54;
}
.AnyTagClassName
{
color: #711A54;
}
</style>
background-color css
<style>
a { background-color: #711A54; }
a { background-color: rgb(113,26,84); }
div.DivClassName
{
background-color: #711A54;
}
.BgClassName
{
background-color: #711A54;
}
</style>
border-color css
<style>
span { border-color: #711A54; }
span { border-color: rgb(113,26,84); }
td.TdClassName
{
border-color: #711A54;
}
.TagClassName
{
border-color: #711A54;
}
</style>