Shades of Pompadour #712154
Tints of Pompadour #712154
RGB
CMYK
RGB Variations
Color information
#712154 (or 0x712154) is known color: Pompadour. HEX triplet: 71, 21 and 54. RGB value is (113,33,84). Sum of RGB (Red+Green+Blue) = 113+33+84=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #712154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712154 is #8EDEAB. Grayscale: #3E3E3E. Windows color (decimal): -9363116 or 5513585. OLE color: 5513585.
HSL color Cylindrical-coordinate representation of color #712154: hue angle of 321.75º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712154 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 33 | 84 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.56 |
| HSL | 321.75º | 0.55% | 0.29% | - |
| HSV(B) | 321.75º | 0.71% | 0.44% | - |
| XYZ | 8.95 | 5.24 | 8.93 | - |
| YUV | 62.73 | 140 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 84 | 0 | 0.71 | 0.26 | 0.56 | 321.75 | 0.55 | 0.29 |
| Hex | 71 | 21 | 54 | 0 | 47 | 1A | 38 | 142 | 37 | 1D |
| Octal | 161 | 41 | 124 | 0 | 107 | 32 | 70 | 502 | 67 | 35 |
| Binary | 1110001 | 100001 | 1010100 | 0 | 1000111 | 11010 | 111000 | 101000010 | 110111 | 11101 |
Color Harmonies of #712154
Complementary color
Monochromatic Colors of #712154
Black with #712154
Text Example
Text Example
White with #712154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712154; }
p { color: rgb(113,33,84); }
H1.HeaderClassName
{
color: #712154;
}
.AnyTagClassName
{
color: #712154;
}
</style>
background-color css
<style>
a { background-color: #712154; }
a { background-color: rgb(113,33,84); }
div.DivClassName
{
background-color: #712154;
}
.BgClassName
{
background-color: #712154;
}
</style>
border-color css
<style>
span { border-color: #712154; }
span { border-color: rgb(113,33,84); }
td.TdClassName
{
border-color: #712154;
}
.TagClassName
{
border-color: #712154;
}
</style>