Shades of Pompadour #711C4A
Tints of Pompadour #711C4A
RGB
CMYK
RGB Variations
Color information
#711C4A (or 0x711C4A) is known color: Pompadour. HEX triplet: 71, 1C and 4A. RGB value is (113,28,74). Sum of RGB (Red+Green+Blue) = 113+28+74=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #711C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C4A is #8EE3B5. Grayscale: #3A3A3A. Windows color (decimal): -9364406 or 4856945. OLE color: 4856945.
HSL color Cylindrical-coordinate representation of color #711C4A: hue angle of 327.53º 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 #711C4A is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 28 | 74 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.56 |
| HSL | 327.53º | 0.6% | 0.28% | - |
| HSV(B) | 327.53º | 0.75% | 0.44% | - |
| XYZ | 8.46 | 4.84 | 6.97 | - |
| YUV | 58.66 | 136.66 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 74 | 0 | 0.75 | 0.35 | 0.56 | 327.53 | 0.6 | 0.28 |
| Hex | 71 | 1C | 4A | 0 | 4B | 23 | 38 | 148 | 3C | 1C |
| Octal | 161 | 34 | 112 | 0 | 113 | 43 | 70 | 510 | 74 | 34 |
| Binary | 1110001 | 11100 | 1001010 | 0 | 1001011 | 100011 | 111000 | 101001000 | 111100 | 11100 |
Color Harmonies of #711C4A
Complementary color
Monochromatic Colors of #711C4A
Black with #711C4A
Text Example
Text Example
White with #711C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C4A; }
p { color: rgb(113,28,74); }
H1.HeaderClassName
{
color: #711C4A;
}
.AnyTagClassName
{
color: #711C4A;
}
</style>
background-color css
<style>
a { background-color: #711C4A; }
a { background-color: rgb(113,28,74); }
div.DivClassName
{
background-color: #711C4A;
}
.BgClassName
{
background-color: #711C4A;
}
</style>
border-color css
<style>
span { border-color: #711C4A; }
span { border-color: rgb(113,28,74); }
td.TdClassName
{
border-color: #711C4A;
}
.TagClassName
{
border-color: #711C4A;
}
</style>