Shades of Pompadour #711D4C
Tints of Pompadour #711D4C
RGB
CMYK
RGB Variations
Color information
#711D4C (or 0x711D4C) is known color: Pompadour. HEX triplet: 71, 1D and 4C. RGB value is (113,29,76). Sum of RGB (Red+Green+Blue) = 113+29+76=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #711D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711D4C is #8EE2B3. Grayscale: #3B3B3B. Windows color (decimal): -9364148 or 4988273. OLE color: 4988273.
HSL color Cylindrical-coordinate representation of color #711D4C: hue angle of 326.43º 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 #711D4C is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 29 | 76 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.56 |
| HSL | 326.43º | 0.59% | 0.28% | - |
| HSV(B) | 326.43º | 0.74% | 0.44% | - |
| XYZ | 8.55 | 4.91 | 7.33 | - |
| YUV | 59.47 | 137.33 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 76 | 0 | 0.74 | 0.33 | 0.56 | 326.43 | 0.59 | 0.28 |
| Hex | 71 | 1D | 4C | 0 | 4A | 21 | 38 | 146 | 3B | 1C |
| Octal | 161 | 35 | 114 | 0 | 112 | 41 | 70 | 506 | 73 | 34 |
| Binary | 1110001 | 11101 | 1001100 | 0 | 1001010 | 100001 | 111000 | 101000110 | 111011 | 11100 |
Color Harmonies of #711D4C
Complementary color
Monochromatic Colors of #711D4C
Black with #711D4C
Text Example
Text Example
White with #711D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711D4C; }
p { color: rgb(113,29,76); }
H1.HeaderClassName
{
color: #711D4C;
}
.AnyTagClassName
{
color: #711D4C;
}
</style>
background-color css
<style>
a { background-color: #711D4C; }
a { background-color: rgb(113,29,76); }
div.DivClassName
{
background-color: #711D4C;
}
.BgClassName
{
background-color: #711D4C;
}
</style>
border-color css
<style>
span { border-color: #711D4C; }
span { border-color: rgb(113,29,76); }
td.TdClassName
{
border-color: #711D4C;
}
.TagClassName
{
border-color: #711D4C;
}
</style>