Shades of Pompadour #711D52
Tints of Pompadour #711D52
RGB
CMYK
RGB Variations
Color information
#711D52 (or 0x711D52) is known color: Pompadour. HEX triplet: 71, 1D and 52. RGB value is (113,29,82). Sum of RGB (Red+Green+Blue) = 113+29+82=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #711D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711D52 is #8EE2AD. Grayscale: #3C3C3C. Windows color (decimal): -9364142 or 5381489. OLE color: 5381489.
HSL color Cylindrical-coordinate representation of color #711D52: hue angle of 322.14º 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 #711D52 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 29 | 82 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.56 |
| HSL | 322.14º | 0.59% | 0.28% | - |
| HSV(B) | 322.14º | 0.74% | 0.44% | - |
| XYZ | 8.77 | 5 | 8.49 | - |
| YUV | 60.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 82 | 0 | 0.74 | 0.27 | 0.56 | 322.14 | 0.59 | 0.28 |
| Hex | 71 | 1D | 52 | 0 | 4A | 1B | 38 | 142 | 3B | 1C |
| Octal | 161 | 35 | 122 | 0 | 112 | 33 | 70 | 502 | 73 | 34 |
| Binary | 1110001 | 11101 | 1010010 | 0 | 1001010 | 11011 | 111000 | 101000010 | 111011 | 11100 |
Color Harmonies of #711D52
Complementary color
Monochromatic Colors of #711D52
Black with #711D52
Text Example
Text Example
White with #711D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711D52; }
p { color: rgb(113,29,82); }
H1.HeaderClassName
{
color: #711D52;
}
.AnyTagClassName
{
color: #711D52;
}
</style>
background-color css
<style>
a { background-color: #711D52; }
a { background-color: rgb(113,29,82); }
div.DivClassName
{
background-color: #711D52;
}
.BgClassName
{
background-color: #711D52;
}
</style>
border-color css
<style>
span { border-color: #711D52; }
span { border-color: rgb(113,29,82); }
td.TdClassName
{
border-color: #711D52;
}
.TagClassName
{
border-color: #711D52;
}
</style>