Shades of Pompadour #721A55
Tints of Pompadour #721A55
RGB
CMYK
RGB Variations
Color information
#721A55 (or 0x721A55) is known color: Pompadour. HEX triplet: 72, 1A and 55. RGB value is (114,26,85). Sum of RGB (Red+Green+Blue) = 114+26+85=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #721A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721A55 is #8DE5AA. Grayscale: #3A3A3A. Windows color (decimal): -9299371 or 5577330. OLE color: 5577330.
HSL color Cylindrical-coordinate representation of color #721A55: hue angle of 319.77º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #721A55 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 26 | 85 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.55 |
| HSL | 319.77º | 0.63% | 0.27% | - |
| HSV(B) | 319.77º | 0.77% | 0.45% | - |
| XYZ | 8.95 | 4.97 | 9.08 | - |
| YUV | 59.04 | 142.65 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 85 | 0 | 0.77 | 0.25 | 0.55 | 319.77 | 0.63 | 0.27 |
| Hex | 72 | 1A | 55 | 0 | 4D | 19 | 37 | 140 | 3F | 1B |
| Octal | 162 | 32 | 125 | 0 | 115 | 31 | 67 | 500 | 77 | 33 |
| Binary | 1110010 | 11010 | 1010101 | 0 | 1001101 | 11001 | 110111 | 101000000 | 111111 | 11011 |
Color Harmonies of #721A55
Complementary color
Monochromatic Colors of #721A55
Black with #721A55
Text Example
Text Example
White with #721A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721A55; }
p { color: rgb(114,26,85); }
H1.HeaderClassName
{
color: #721A55;
}
.AnyTagClassName
{
color: #721A55;
}
</style>
background-color css
<style>
a { background-color: #721A55; }
a { background-color: rgb(114,26,85); }
div.DivClassName
{
background-color: #721A55;
}
.BgClassName
{
background-color: #721A55;
}
</style>
border-color css
<style>
span { border-color: #721A55; }
span { border-color: rgb(114,26,85); }
td.TdClassName
{
border-color: #721A55;
}
.TagClassName
{
border-color: #721A55;
}
</style>