Shades of Pompadour #711C4D
Tints of Pompadour #711C4D
RGB
CMYK
RGB Variations
Color information
#711C4D (or 0x711C4D) is known color: Pompadour. HEX triplet: 71, 1C and 4D. RGB value is (113,28,77). Sum of RGB (Red+Green+Blue) = 113+28+77=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #711C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C4D is #8EE3B2. Grayscale: #3A3A3A. Windows color (decimal): -9364403 or 5053553. OLE color: 5053553.
HSL color Cylindrical-coordinate representation of color #711C4D: hue angle of 325.41º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #711C4D is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 28 | 77 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.56 |
| HSL | 325.41º | 0.6% | 0.28% | - |
| HSV(B) | 325.41º | 0.75% | 0.44% | - |
| XYZ | 8.56 | 4.88 | 7.51 | - |
| YUV | 59 | 138.16 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 77 | 0 | 0.75 | 0.32 | 0.56 | 325.41 | 0.6 | 0.28 |
| Hex | 71 | 1C | 4D | 0 | 4B | 20 | 38 | 145 | 3C | 1C |
| Octal | 161 | 34 | 115 | 0 | 113 | 40 | 70 | 505 | 74 | 34 |
| Binary | 1110001 | 11100 | 1001101 | 0 | 1001011 | 100000 | 111000 | 101000101 | 111100 | 11100 |
Color Harmonies of #711C4D
Complementary color
Monochromatic Colors of #711C4D
Black with #711C4D
Text Example
Text Example
White with #711C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C4D; }
p { color: rgb(113,28,77); }
H1.HeaderClassName
{
color: #711C4D;
}
.AnyTagClassName
{
color: #711C4D;
}
</style>
background-color css
<style>
a { background-color: #711C4D; }
a { background-color: rgb(113,28,77); }
div.DivClassName
{
background-color: #711C4D;
}
.BgClassName
{
background-color: #711C4D;
}
</style>
border-color css
<style>
span { border-color: #711C4D; }
span { border-color: rgb(113,28,77); }
td.TdClassName
{
border-color: #711C4D;
}
.TagClassName
{
border-color: #711C4D;
}
</style>