Shades of Pompadour #721D53
Tints of Pompadour #721D53
RGB
CMYK
RGB Variations
Color information
#721D53 (or 0x721D53) is known color: Pompadour. HEX triplet: 72, 1D and 53. RGB value is (114,29,83). Sum of RGB (Red+Green+Blue) = 114+29+83=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #721D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721D53 is #8DE2AC. Grayscale: #3C3C3C. Windows color (decimal): -9298605 or 5447026. OLE color: 5447026.
HSL color Cylindrical-coordinate representation of color #721D53: hue angle of 321.88º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721D53 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 29 | 83 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.55 |
| HSL | 321.88º | 0.59% | 0.28% | - |
| HSV(B) | 321.88º | 0.75% | 0.45% | - |
| XYZ | 8.94 | 5.08 | 8.69 | - |
| YUV | 60.57 | 140.66 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 29 | 83 | 0 | 0.75 | 0.27 | 0.55 | 321.88 | 0.59 | 0.28 |
| Hex | 72 | 1D | 53 | 0 | 4B | 1B | 37 | 142 | 3B | 1C |
| Octal | 162 | 35 | 123 | 0 | 113 | 33 | 67 | 502 | 73 | 34 |
| Binary | 1110010 | 11101 | 1010011 | 0 | 1001011 | 11011 | 110111 | 101000010 | 111011 | 11100 |
Color Harmonies of #721D53
Complementary color
Monochromatic Colors of #721D53
Black with #721D53
Text Example
Text Example
White with #721D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721D53; }
p { color: rgb(114,29,83); }
H1.HeaderClassName
{
color: #721D53;
}
.AnyTagClassName
{
color: #721D53;
}
</style>
background-color css
<style>
a { background-color: #721D53; }
a { background-color: rgb(114,29,83); }
div.DivClassName
{
background-color: #721D53;
}
.BgClassName
{
background-color: #721D53;
}
</style>
border-color css
<style>
span { border-color: #721D53; }
span { border-color: rgb(114,29,83); }
td.TdClassName
{
border-color: #721D53;
}
.TagClassName
{
border-color: #721D53;
}
</style>