Shades of Pompadour #711D4A
Tints of Pompadour #711D4A
RGB
CMYK
RGB Variations
Color information
#711D4A (or 0x711D4A) is known color: Pompadour. HEX triplet: 71, 1D and 4A. RGB value is (113,29,74). Sum of RGB (Red+Green+Blue) = 113+29+74=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #711D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711D4A is #8EE2B5. Grayscale: #3B3B3B. Windows color (decimal): -9364150 or 4857201. OLE color: 4857201.
HSL color Cylindrical-coordinate representation of color #711D4A: hue angle of 327.86º 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 #711D4A is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 29 | 74 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.56 |
| HSL | 327.86º | 0.59% | 0.28% | - |
| HSV(B) | 327.86º | 0.74% | 0.44% | - |
| XYZ | 8.49 | 4.88 | 6.97 | - |
| YUV | 59.25 | 136.33 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 74 | 0 | 0.74 | 0.35 | 0.56 | 327.86 | 0.59 | 0.28 |
| Hex | 71 | 1D | 4A | 0 | 4A | 23 | 38 | 148 | 3B | 1C |
| Octal | 161 | 35 | 112 | 0 | 112 | 43 | 70 | 510 | 73 | 34 |
| Binary | 1110001 | 11101 | 1001010 | 0 | 1001010 | 100011 | 111000 | 101001000 | 111011 | 11100 |
Color Harmonies of #711D4A
Complementary color
Monochromatic Colors of #711D4A
Black with #711D4A
Text Example
Text Example
White with #711D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711D4A; }
p { color: rgb(113,29,74); }
H1.HeaderClassName
{
color: #711D4A;
}
.AnyTagClassName
{
color: #711D4A;
}
</style>
background-color css
<style>
a { background-color: #711D4A; }
a { background-color: rgb(113,29,74); }
div.DivClassName
{
background-color: #711D4A;
}
.BgClassName
{
background-color: #711D4A;
}
</style>
border-color css
<style>
span { border-color: #711D4A; }
span { border-color: rgb(113,29,74); }
td.TdClassName
{
border-color: #711D4A;
}
.TagClassName
{
border-color: #711D4A;
}
</style>