Shades of Pompadour #711C4C
Tints of Pompadour #711C4C
RGB
CMYK
RGB Variations
Color information
#711C4C (or 0x711C4C) is known color: Pompadour. HEX triplet: 71, 1C and 4C. RGB value is (113,28,76). Sum of RGB (Red+Green+Blue) = 113+28+76=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #711C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C4C is #8EE3B3. Grayscale: #3A3A3A. Windows color (decimal): -9364404 or 4988017. OLE color: 4988017.
HSL color Cylindrical-coordinate representation of color #711C4C: hue angle of 326.12º 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 #711C4C is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 28 | 76 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.56 |
| HSL | 326.12º | 0.6% | 0.28% | - |
| HSV(B) | 326.12º | 0.75% | 0.44% | - |
| XYZ | 8.53 | 4.86 | 7.33 | - |
| YUV | 58.89 | 137.66 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 76 | 0 | 0.75 | 0.33 | 0.56 | 326.12 | 0.6 | 0.28 |
| Hex | 71 | 1C | 4C | 0 | 4B | 21 | 38 | 146 | 3C | 1C |
| Octal | 161 | 34 | 114 | 0 | 113 | 41 | 70 | 506 | 74 | 34 |
| Binary | 1110001 | 11100 | 1001100 | 0 | 1001011 | 100001 | 111000 | 101000110 | 111100 | 11100 |
Color Harmonies of #711C4C
Complementary color
Monochromatic Colors of #711C4C
Black with #711C4C
Text Example
Text Example
White with #711C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C4C; }
p { color: rgb(113,28,76); }
H1.HeaderClassName
{
color: #711C4C;
}
.AnyTagClassName
{
color: #711C4C;
}
</style>
background-color css
<style>
a { background-color: #711C4C; }
a { background-color: rgb(113,28,76); }
div.DivClassName
{
background-color: #711C4C;
}
.BgClassName
{
background-color: #711C4C;
}
</style>
border-color css
<style>
span { border-color: #711C4C; }
span { border-color: rgb(113,28,76); }
td.TdClassName
{
border-color: #711C4C;
}
.TagClassName
{
border-color: #711C4C;
}
</style>