Shades of Pompadour #712055
Tints of Pompadour #712055
RGB
CMYK
RGB Variations
Color information
#712055 (or 0x712055) is known color: Pompadour. HEX triplet: 71, 20 and 55. RGB value is (113,32,85). Sum of RGB (Red+Green+Blue) = 113+32+85=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #712055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712055 is #8EDFAA. Grayscale: #3E3E3E. Windows color (decimal): -9363371 or 5578865. OLE color: 5578865.
HSL color Cylindrical-coordinate representation of color #712055: hue angle of 320.74º 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 #712055 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 32 | 85 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.56 |
| HSL | 320.74º | 0.56% | 0.28% | - |
| HSV(B) | 320.74º | 0.72% | 0.44% | - |
| XYZ | 8.97 | 5.2 | 9.13 | - |
| YUV | 62.26 | 140.84 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 32 | 85 | 0 | 0.72 | 0.25 | 0.56 | 320.74 | 0.56 | 0.28 |
| Hex | 71 | 20 | 55 | 0 | 48 | 19 | 38 | 141 | 38 | 1C |
| Octal | 161 | 40 | 125 | 0 | 110 | 31 | 70 | 501 | 70 | 34 |
| Binary | 1110001 | 100000 | 1010101 | 0 | 1001000 | 11001 | 111000 | 101000001 | 111000 | 11100 |
Color Harmonies of #712055
Complementary color
Monochromatic Colors of #712055
Black with #712055
Text Example
Text Example
White with #712055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712055; }
p { color: rgb(113,32,85); }
H1.HeaderClassName
{
color: #712055;
}
.AnyTagClassName
{
color: #712055;
}
</style>
background-color css
<style>
a { background-color: #712055; }
a { background-color: rgb(113,32,85); }
div.DivClassName
{
background-color: #712055;
}
.BgClassName
{
background-color: #712055;
}
</style>
border-color css
<style>
span { border-color: #712055; }
span { border-color: rgb(113,32,85); }
td.TdClassName
{
border-color: #712055;
}
.TagClassName
{
border-color: #712055;
}
</style>