Shades of Pompadour #712049
Tints of Pompadour #712049
RGB
CMYK
RGB Variations
Color information
#712049 (or 0x712049) is known color: Pompadour. HEX triplet: 71, 20 and 49. RGB value is (113,32,73). Sum of RGB (Red+Green+Blue) = 113+32+73=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #712049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712049 is #8EDFB6. Grayscale: #3C3C3C. Windows color (decimal): -9363383 or 4792433. OLE color: 4792433.
HSL color Cylindrical-coordinate representation of color #712049: hue angle of 329.63º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712049 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 32 | 73 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.56 |
| HSL | 329.63º | 0.56% | 0.28% | - |
| HSV(B) | 329.63º | 0.72% | 0.44% | - |
| XYZ | 8.53 | 5.02 | 6.82 | - |
| YUV | 60.89 | 134.84 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 32 | 73 | 0 | 0.72 | 0.35 | 0.56 | 329.63 | 0.56 | 0.28 |
| Hex | 71 | 20 | 49 | 0 | 48 | 23 | 38 | 14A | 38 | 1C |
| Octal | 161 | 40 | 111 | 0 | 110 | 43 | 70 | 512 | 70 | 34 |
| Binary | 1110001 | 100000 | 1001001 | 0 | 1001000 | 100011 | 111000 | 101001010 | 111000 | 11100 |
Color Harmonies of #712049
Complementary color
Monochromatic Colors of #712049
Black with #712049
Text Example
Text Example
White with #712049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712049; }
p { color: rgb(113,32,73); }
H1.HeaderClassName
{
color: #712049;
}
.AnyTagClassName
{
color: #712049;
}
</style>
background-color css
<style>
a { background-color: #712049; }
a { background-color: rgb(113,32,73); }
div.DivClassName
{
background-color: #712049;
}
.BgClassName
{
background-color: #712049;
}
</style>
border-color css
<style>
span { border-color: #712049; }
span { border-color: rgb(113,32,73); }
td.TdClassName
{
border-color: #712049;
}
.TagClassName
{
border-color: #712049;
}
</style>