Shades of Pompadour #721949
Tints of Pompadour #721949
RGB
CMYK
RGB Variations
Color information
#721949 (or 0x721949) is known color: Pompadour. HEX triplet: 72, 19 and 49. RGB value is (114,25,73). Sum of RGB (Red+Green+Blue) = 114+25+73=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #721949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721949 is #8DE6B6. Grayscale: #383838. Windows color (decimal): -9299639 or 4790642. OLE color: 4790642.
HSL color Cylindrical-coordinate representation of color #721949: hue angle of 327.64º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #721949 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 25 | 73 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.55 |
| HSL | 327.64º | 0.64% | 0.27% | - |
| HSV(B) | 327.64º | 0.78% | 0.45% | - |
| XYZ | 8.49 | 4.75 | 6.77 | - |
| YUV | 57.08 | 136.99 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 73 | 0 | 0.78 | 0.36 | 0.55 | 327.64 | 0.64 | 0.27 |
| Hex | 72 | 19 | 49 | 0 | 4E | 24 | 37 | 148 | 40 | 1B |
| Octal | 162 | 31 | 111 | 0 | 116 | 44 | 67 | 510 | 100 | 33 |
| Binary | 1110010 | 11001 | 1001001 | 0 | 1001110 | 100100 | 110111 | 101001000 | 1000000 | 11011 |
Color Harmonies of #721949
Complementary color
Monochromatic Colors of #721949
Black with #721949
Text Example
Text Example
White with #721949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721949; }
p { color: rgb(114,25,73); }
H1.HeaderClassName
{
color: #721949;
}
.AnyTagClassName
{
color: #721949;
}
</style>
background-color css
<style>
a { background-color: #721949; }
a { background-color: rgb(114,25,73); }
div.DivClassName
{
background-color: #721949;
}
.BgClassName
{
background-color: #721949;
}
</style>
border-color css
<style>
span { border-color: #721949; }
span { border-color: rgb(114,25,73); }
td.TdClassName
{
border-color: #721949;
}
.TagClassName
{
border-color: #721949;
}
</style>