Shades of Pompadour #712353
Tints of Pompadour #712353
RGB
CMYK
RGB Variations
Color information
#712353 (or 0x712353) is known color: Pompadour. HEX triplet: 71, 23 and 53. RGB value is (113,35,83). Sum of RGB (Red+Green+Blue) = 113+35+83=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #712353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712353 is #8EDCAC. Grayscale: #3F3F3F. Windows color (decimal): -9362605 or 5448561. OLE color: 5448561.
HSL color Cylindrical-coordinate representation of color #712353: hue angle of 323.08º 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 #712353 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 35 | 83 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.56 |
| HSL | 323.08º | 0.53% | 0.29% | - |
| HSV(B) | 323.08º | 0.69% | 0.44% | - |
| XYZ | 8.97 | 5.34 | 8.74 | - |
| YUV | 63.79 | 138.84 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 83 | 0 | 0.69 | 0.27 | 0.56 | 323.08 | 0.53 | 0.29 |
| Hex | 71 | 23 | 53 | 0 | 45 | 1B | 38 | 143 | 35 | 1D |
| Octal | 161 | 43 | 123 | 0 | 105 | 33 | 70 | 503 | 65 | 35 |
| Binary | 1110001 | 100011 | 1010011 | 0 | 1000101 | 11011 | 111000 | 101000011 | 110101 | 11101 |
Color Harmonies of #712353
Complementary color
Monochromatic Colors of #712353
Black with #712353
Text Example
Text Example
White with #712353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712353; }
p { color: rgb(113,35,83); }
H1.HeaderClassName
{
color: #712353;
}
.AnyTagClassName
{
color: #712353;
}
</style>
background-color css
<style>
a { background-color: #712353; }
a { background-color: rgb(113,35,83); }
div.DivClassName
{
background-color: #712353;
}
.BgClassName
{
background-color: #712353;
}
</style>
border-color css
<style>
span { border-color: #712353; }
span { border-color: rgb(113,35,83); }
td.TdClassName
{
border-color: #712353;
}
.TagClassName
{
border-color: #712353;
}
</style>