Shades of Pompadour #712146
Tints of Pompadour #712146
RGB
CMYK
RGB Variations
Color information
#712146 (or 0x712146) is known color: Pompadour. HEX triplet: 71, 21 and 46. RGB value is (113,33,70). Sum of RGB (Red+Green+Blue) = 113+33+70=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #712146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712146 is #8EDEB9. Grayscale: #3D3D3D. Windows color (decimal): -9363130 or 4596081. OLE color: 4596081.
HSL color Cylindrical-coordinate representation of color #712146: hue angle of 332.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 #712146 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 33 | 70 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.56 |
| HSL | 332.25º | 0.55% | 0.29% | - |
| HSV(B) | 332.25º | 0.71% | 0.44% | - |
| XYZ | 8.46 | 5.04 | 6.32 | - |
| YUV | 61.14 | 133 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 70 | 0 | 0.71 | 0.38 | 0.56 | 332.25 | 0.55 | 0.29 |
| Hex | 71 | 21 | 46 | 0 | 47 | 26 | 38 | 14C | 37 | 1D |
| Octal | 161 | 41 | 106 | 0 | 107 | 46 | 70 | 514 | 67 | 35 |
| Binary | 1110001 | 100001 | 1000110 | 0 | 1000111 | 100110 | 111000 | 101001100 | 110111 | 11101 |
Color Harmonies of #712146
Complementary color
Monochromatic Colors of #712146
Black with #712146
Text Example
Text Example
White with #712146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712146; }
p { color: rgb(113,33,70); }
H1.HeaderClassName
{
color: #712146;
}
.AnyTagClassName
{
color: #712146;
}
</style>
background-color css
<style>
a { background-color: #712146; }
a { background-color: rgb(113,33,70); }
div.DivClassName
{
background-color: #712146;
}
.BgClassName
{
background-color: #712146;
}
</style>
border-color css
<style>
span { border-color: #712146; }
span { border-color: rgb(113,33,70); }
td.TdClassName
{
border-color: #712146;
}
.TagClassName
{
border-color: #712146;
}
</style>