Shades of Pompadour #712543
Tints of Pompadour #712543
RGB
CMYK
RGB Variations
Color information
#712543 (or 0x712543) is known color: Pompadour. HEX triplet: 71, 25 and 43. RGB value is (113,37,67). Sum of RGB (Red+Green+Blue) = 113+37+67=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #712543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712543 is #8EDABC. Grayscale: #3F3F3F. Windows color (decimal): -9362109 or 4400497. OLE color: 4400497.
HSL color Cylindrical-coordinate representation of color #712543: hue angle of 336.32º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #712543 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 37 | 67 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.56 |
| HSL | 336.32º | 0.51% | 0.29% | - |
| HSV(B) | 336.32º | 0.67% | 0.44% | - |
| XYZ | 8.48 | 5.24 | 5.87 | - |
| YUV | 63.14 | 130.18 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 37 | 67 | 0 | 0.67 | 0.41 | 0.56 | 336.32 | 0.51 | 0.29 |
| Hex | 71 | 25 | 43 | 0 | 43 | 29 | 38 | 150 | 33 | 1D |
| Octal | 161 | 45 | 103 | 0 | 103 | 51 | 70 | 520 | 63 | 35 |
| Binary | 1110001 | 100101 | 1000011 | 0 | 1000011 | 101001 | 111000 | 101010000 | 110011 | 11101 |
Color Harmonies of #712543
Complementary color
Monochromatic Colors of #712543
Black with #712543
Text Example
Text Example
White with #712543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712543; }
p { color: rgb(113,37,67); }
H1.HeaderClassName
{
color: #712543;
}
.AnyTagClassName
{
color: #712543;
}
</style>
background-color css
<style>
a { background-color: #712543; }
a { background-color: rgb(113,37,67); }
div.DivClassName
{
background-color: #712543;
}
.BgClassName
{
background-color: #712543;
}
</style>
border-color css
<style>
span { border-color: #712543; }
span { border-color: rgb(113,37,67); }
td.TdClassName
{
border-color: #712543;
}
.TagClassName
{
border-color: #712543;
}
</style>