Shades of Pompadour #712140
Tints of Pompadour #712140
RGB
CMYK
RGB Variations
Color information
#712140 (or 0x712140) is known color: Pompadour. HEX triplet: 71, 21 and 40. RGB value is (113,33,64). Sum of RGB (Red+Green+Blue) = 113+33+64=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #712140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712140 is #8EDEBF. Grayscale: #3C3C3C. Windows color (decimal): -9363136 or 4202865. OLE color: 4202865.
HSL color Cylindrical-coordinate representation of color #712140: hue angle of 336.75º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712140 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 33 | 64 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.56 |
| HSL | 336.75º | 0.55% | 0.29% | - |
| HSV(B) | 336.75º | 0.71% | 0.44% | - |
| XYZ | 8.28 | 4.97 | 5.37 | - |
| YUV | 60.45 | 130 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 64 | 0 | 0.71 | 0.43 | 0.56 | 336.75 | 0.55 | 0.29 |
| Hex | 71 | 21 | 40 | 0 | 47 | 2B | 38 | 151 | 37 | 1D |
| Octal | 161 | 41 | 100 | 0 | 107 | 53 | 70 | 521 | 67 | 35 |
| Binary | 1110001 | 100001 | 1000000 | 0 | 1000111 | 101011 | 111000 | 101010001 | 110111 | 11101 |
Color Harmonies of #712140
Complementary color
Monochromatic Colors of #712140
Black with #712140
Text Example
Text Example
White with #712140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712140; }
p { color: rgb(113,33,64); }
H1.HeaderClassName
{
color: #712140;
}
.AnyTagClassName
{
color: #712140;
}
</style>
background-color css
<style>
a { background-color: #712140; }
a { background-color: rgb(113,33,64); }
div.DivClassName
{
background-color: #712140;
}
.BgClassName
{
background-color: #712140;
}
</style>
border-color css
<style>
span { border-color: #712140; }
span { border-color: rgb(113,33,64); }
td.TdClassName
{
border-color: #712140;
}
.TagClassName
{
border-color: #712140;
}
</style>