Shades of Pompadour #712351
Tints of Pompadour #712351
RGB
CMYK
RGB Variations
Color information
#712351 (or 0x712351) is known color: Pompadour. HEX triplet: 71, 23 and 51. RGB value is (113,35,81). Sum of RGB (Red+Green+Blue) = 113+35+81=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #712351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712351 is #8EDCAE. Grayscale: #3F3F3F. Windows color (decimal): -9362607 or 5317489. OLE color: 5317489.
HSL color Cylindrical-coordinate representation of color #712351: hue angle of 324.62º 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 #712351 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 35 | 81 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.56 |
| HSL | 324.62º | 0.53% | 0.29% | - |
| HSV(B) | 324.62º | 0.69% | 0.44% | - |
| XYZ | 8.9 | 5.31 | 8.34 | - |
| YUV | 63.57 | 137.84 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 81 | 0 | 0.69 | 0.28 | 0.56 | 324.62 | 0.53 | 0.29 |
| Hex | 71 | 23 | 51 | 0 | 45 | 1C | 38 | 145 | 35 | 1D |
| Octal | 161 | 43 | 121 | 0 | 105 | 34 | 70 | 505 | 65 | 35 |
| Binary | 1110001 | 100011 | 1010001 | 0 | 1000101 | 11100 | 111000 | 101000101 | 110101 | 11101 |
Color Harmonies of #712351
Complementary color
Monochromatic Colors of #712351
Black with #712351
Text Example
Text Example
White with #712351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712351; }
p { color: rgb(113,35,81); }
H1.HeaderClassName
{
color: #712351;
}
.AnyTagClassName
{
color: #712351;
}
</style>
background-color css
<style>
a { background-color: #712351; }
a { background-color: rgb(113,35,81); }
div.DivClassName
{
background-color: #712351;
}
.BgClassName
{
background-color: #712351;
}
</style>
border-color css
<style>
span { border-color: #712351; }
span { border-color: rgb(113,35,81); }
td.TdClassName
{
border-color: #712351;
}
.TagClassName
{
border-color: #712351;
}
</style>