Shades of Pompadour #712142
Tints of Pompadour #712142
RGB
CMYK
RGB Variations
Color information
#712142 (or 0x712142) is known color: Pompadour. HEX triplet: 71, 21 and 42. RGB value is (113,33,66). Sum of RGB (Red+Green+Blue) = 113+33+66=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #712142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712142 is #8EDEBD. Grayscale: #3C3C3C. Windows color (decimal): -9363134 or 4333937. OLE color: 4333937.
HSL color Cylindrical-coordinate representation of color #712142: hue angle of 335.25º 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 #712142 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 33 | 66 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.56 |
| HSL | 335.25º | 0.55% | 0.29% | - |
| HSV(B) | 335.25º | 0.71% | 0.44% | - |
| XYZ | 8.34 | 4.99 | 5.68 | - |
| YUV | 60.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 66 | 0 | 0.71 | 0.42 | 0.56 | 335.25 | 0.55 | 0.29 |
| Hex | 71 | 21 | 42 | 0 | 47 | 2A | 38 | 14F | 37 | 1D |
| Octal | 161 | 41 | 102 | 0 | 107 | 52 | 70 | 517 | 67 | 35 |
| Binary | 1110001 | 100001 | 1000010 | 0 | 1000111 | 101010 | 111000 | 101001111 | 110111 | 11101 |
Color Harmonies of #712142
Complementary color
Monochromatic Colors of #712142
Black with #712142
Text Example
Text Example
White with #712142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712142; }
p { color: rgb(113,33,66); }
H1.HeaderClassName
{
color: #712142;
}
.AnyTagClassName
{
color: #712142;
}
</style>
background-color css
<style>
a { background-color: #712142; }
a { background-color: rgb(113,33,66); }
div.DivClassName
{
background-color: #712142;
}
.BgClassName
{
background-color: #712142;
}
</style>
border-color css
<style>
span { border-color: #712142; }
span { border-color: rgb(113,33,66); }
td.TdClassName
{
border-color: #712142;
}
.TagClassName
{
border-color: #712142;
}
</style>