Shades of Pompadour #721E53
Tints of Pompadour #721E53
RGB
CMYK
RGB Variations
Color information
#721E53 (or 0x721E53) is known color: Pompadour. HEX triplet: 72, 1E and 53. RGB value is (114,30,83). Sum of RGB (Red+Green+Blue) = 114+30+83=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #721E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721E53 is #8DE1AC. Grayscale: #3D3D3D. Windows color (decimal): -9298349 or 5447282. OLE color: 5447282.
HSL color Cylindrical-coordinate representation of color #721E53: hue angle of 322.14º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #721E53 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 30 | 83 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.55 |
| HSL | 322.14º | 0.58% | 0.28% | - |
| HSV(B) | 322.14º | 0.74% | 0.45% | - |
| XYZ | 8.97 | 5.13 | 8.7 | - |
| YUV | 61.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 83 | 0 | 0.74 | 0.27 | 0.55 | 322.14 | 0.58 | 0.28 |
| Hex | 72 | 1E | 53 | 0 | 4A | 1B | 37 | 142 | 3A | 1C |
| Octal | 162 | 36 | 123 | 0 | 112 | 33 | 67 | 502 | 72 | 34 |
| Binary | 1110010 | 11110 | 1010011 | 0 | 1001010 | 11011 | 110111 | 101000010 | 111010 | 11100 |
Color Harmonies of #721E53
Complementary color
Monochromatic Colors of #721E53
Black with #721E53
Text Example
Text Example
White with #721E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721E53; }
p { color: rgb(114,30,83); }
H1.HeaderClassName
{
color: #721E53;
}
.AnyTagClassName
{
color: #721E53;
}
</style>
background-color css
<style>
a { background-color: #721E53; }
a { background-color: rgb(114,30,83); }
div.DivClassName
{
background-color: #721E53;
}
.BgClassName
{
background-color: #721E53;
}
</style>
border-color css
<style>
span { border-color: #721E53; }
span { border-color: rgb(114,30,83); }
td.TdClassName
{
border-color: #721E53;
}
.TagClassName
{
border-color: #721E53;
}
</style>