Shades of Pompadour #711C4E
Tints of Pompadour #711C4E
RGB
CMYK
RGB Variations
Color information
#711C4E (or 0x711C4E) is known color: Pompadour. HEX triplet: 71, 1C and 4E. RGB value is (113,28,78). Sum of RGB (Red+Green+Blue) = 113+28+78=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #711C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C4E is #8EE3B1. Grayscale: #3B3B3B. Windows color (decimal): -9364402 or 5119089. OLE color: 5119089.
HSL color Cylindrical-coordinate representation of color #711C4E: hue angle of 324.71º 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 #711C4E is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 28 | 78 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.56 |
| HSL | 324.71º | 0.6% | 0.28% | - |
| HSV(B) | 324.71º | 0.75% | 0.44% | - |
| XYZ | 8.6 | 4.89 | 7.7 | - |
| YUV | 59.12 | 138.66 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 78 | 0 | 0.75 | 0.31 | 0.56 | 324.71 | 0.6 | 0.28 |
| Hex | 71 | 1C | 4E | 0 | 4B | 1F | 38 | 145 | 3C | 1C |
| Octal | 161 | 34 | 116 | 0 | 113 | 37 | 70 | 505 | 74 | 34 |
| Binary | 1110001 | 11100 | 1001110 | 0 | 1001011 | 11111 | 111000 | 101000101 | 111100 | 11100 |
Color Harmonies of #711C4E
Complementary color
Monochromatic Colors of #711C4E
Black with #711C4E
Text Example
Text Example
White with #711C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C4E; }
p { color: rgb(113,28,78); }
H1.HeaderClassName
{
color: #711C4E;
}
.AnyTagClassName
{
color: #711C4E;
}
</style>
background-color css
<style>
a { background-color: #711C4E; }
a { background-color: rgb(113,28,78); }
div.DivClassName
{
background-color: #711C4E;
}
.BgClassName
{
background-color: #711C4E;
}
</style>
border-color css
<style>
span { border-color: #711C4E; }
span { border-color: rgb(113,28,78); }
td.TdClassName
{
border-color: #711C4E;
}
.TagClassName
{
border-color: #711C4E;
}
</style>