Shades of Pompadour #712354
Tints of Pompadour #712354
RGB
CMYK
RGB Variations
Color information
#712354 (or 0x712354) is known color: Pompadour. HEX triplet: 71, 23 and 54. RGB value is (113,35,84). Sum of RGB (Red+Green+Blue) = 113+35+84=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #712354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712354 is #8EDCAB. Grayscale: #3F3F3F. Windows color (decimal): -9362604 or 5514097. OLE color: 5514097.
HSL color Cylindrical-coordinate representation of color #712354: hue angle of 322.31º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #712354 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 35 | 84 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.56 |
| HSL | 322.31º | 0.53% | 0.29% | - |
| HSV(B) | 322.31º | 0.69% | 0.44% | - |
| XYZ | 9.01 | 5.35 | 8.95 | - |
| YUV | 63.91 | 139.34 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 84 | 0 | 0.69 | 0.26 | 0.56 | 322.31 | 0.53 | 0.29 |
| Hex | 71 | 23 | 54 | 0 | 45 | 1A | 38 | 142 | 35 | 1D |
| Octal | 161 | 43 | 124 | 0 | 105 | 32 | 70 | 502 | 65 | 35 |
| Binary | 1110001 | 100011 | 1010100 | 0 | 1000101 | 11010 | 111000 | 101000010 | 110101 | 11101 |
Color Harmonies of #712354
Complementary color
Monochromatic Colors of #712354
Black with #712354
Text Example
Text Example
White with #712354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712354; }
p { color: rgb(113,35,84); }
H1.HeaderClassName
{
color: #712354;
}
.AnyTagClassName
{
color: #712354;
}
</style>
background-color css
<style>
a { background-color: #712354; }
a { background-color: rgb(113,35,84); }
div.DivClassName
{
background-color: #712354;
}
.BgClassName
{
background-color: #712354;
}
</style>
border-color css
<style>
span { border-color: #712354; }
span { border-color: rgb(113,35,84); }
td.TdClassName
{
border-color: #712354;
}
.TagClassName
{
border-color: #712354;
}
</style>