Shades of Pompadour #711153
Tints of Pompadour #711153
RGB
CMYK
RGB Variations
Color information
#711153 (or 0x711153) is known color: Pompadour. HEX triplet: 71, 11 and 53. RGB value is (113,17,83). Sum of RGB (Red+Green+Blue) = 113+17+83=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #711153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711153 is #8EEEAC. Grayscale: #353535. Windows color (decimal): -9367213 or 5443953. OLE color: 5443953.
HSL color Cylindrical-coordinate representation of color #711153: hue angle of 318.75º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711153 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 17 | 83 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.56 |
| HSL | 318.75º | 0.74% | 0.25% | - |
| HSV(B) | 318.75º | 0.85% | 0.44% | - |
| XYZ | 8.57 | 4.54 | 8.61 | - |
| YUV | 53.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 17 | 83 | 0 | 0.85 | 0.27 | 0.56 | 318.75 | 0.74 | 0.25 |
| Hex | 71 | 11 | 53 | 0 | 55 | 1B | 38 | 13F | 4A | 19 |
| Octal | 161 | 21 | 123 | 0 | 125 | 33 | 70 | 477 | 112 | 31 |
| Binary | 1110001 | 10001 | 1010011 | 0 | 1010101 | 11011 | 111000 | 100111111 | 1001010 | 11001 |
Color Harmonies of #711153
Complementary color
Monochromatic Colors of #711153
Black with #711153
Text Example
Text Example
White with #711153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711153; }
p { color: rgb(113,17,83); }
H1.HeaderClassName
{
color: #711153;
}
.AnyTagClassName
{
color: #711153;
}
</style>
background-color css
<style>
a { background-color: #711153; }
a { background-color: rgb(113,17,83); }
div.DivClassName
{
background-color: #711153;
}
.BgClassName
{
background-color: #711153;
}
</style>
border-color css
<style>
span { border-color: #711153; }
span { border-color: rgb(113,17,83); }
td.TdClassName
{
border-color: #711153;
}
.TagClassName
{
border-color: #711153;
}
</style>