Shades of Pompadour #712352
Tints of Pompadour #712352
RGB
CMYK
RGB Variations
Color information
#712352 (or 0x712352) is known color: Pompadour. HEX triplet: 71, 23 and 52. RGB value is (113,35,82). Sum of RGB (Red+Green+Blue) = 113+35+82=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #712352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712352 is #8EDCAD. Grayscale: #3F3F3F. Windows color (decimal): -9362606 or 5383025. OLE color: 5383025.
HSL color Cylindrical-coordinate representation of color #712352: hue angle of 323.85º 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 #712352 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 35 | 82 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.56 |
| HSL | 323.85º | 0.53% | 0.29% | - |
| HSV(B) | 323.85º | 0.69% | 0.44% | - |
| XYZ | 8.93 | 5.32 | 8.54 | - |
| YUV | 63.68 | 138.34 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 82 | 0 | 0.69 | 0.27 | 0.56 | 323.85 | 0.53 | 0.29 |
| Hex | 71 | 23 | 52 | 0 | 45 | 1B | 38 | 144 | 35 | 1D |
| Octal | 161 | 43 | 122 | 0 | 105 | 33 | 70 | 504 | 65 | 35 |
| Binary | 1110001 | 100011 | 1010010 | 0 | 1000101 | 11011 | 111000 | 101000100 | 110101 | 11101 |
Color Harmonies of #712352
Complementary color
Monochromatic Colors of #712352
Black with #712352
Text Example
Text Example
White with #712352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712352; }
p { color: rgb(113,35,82); }
H1.HeaderClassName
{
color: #712352;
}
.AnyTagClassName
{
color: #712352;
}
</style>
background-color css
<style>
a { background-color: #712352; }
a { background-color: rgb(113,35,82); }
div.DivClassName
{
background-color: #712352;
}
.BgClassName
{
background-color: #712352;
}
</style>
border-color css
<style>
span { border-color: #712352; }
span { border-color: rgb(113,35,82); }
td.TdClassName
{
border-color: #712352;
}
.TagClassName
{
border-color: #712352;
}
</style>