Shades of Pompadour #721B48
Tints of Pompadour #721B48
RGB
CMYK
RGB Variations
Color information
#721B48 (or 0x721B48) is known color: Pompadour. HEX triplet: 72, 1B and 48. RGB value is (114,27,72). Sum of RGB (Red+Green+Blue) = 114+27+72=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #721B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721B48 is #8DE4B7. Grayscale: #3A3A3A. Windows color (decimal): -9299128 or 4725618. OLE color: 4725618.
HSL color Cylindrical-coordinate representation of color #721B48: hue angle of 328.97º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #721B48 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 27 | 72 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.55 |
| HSL | 328.97º | 0.62% | 0.28% | - |
| HSV(B) | 328.97º | 0.76% | 0.45% | - |
| XYZ | 8.5 | 4.83 | 6.61 | - |
| YUV | 58.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 27 | 72 | 0 | 0.76 | 0.37 | 0.55 | 328.97 | 0.62 | 0.28 |
| Hex | 72 | 1B | 48 | 0 | 4C | 25 | 37 | 149 | 3E | 1C |
| Octal | 162 | 33 | 110 | 0 | 114 | 45 | 67 | 511 | 76 | 34 |
| Binary | 1110010 | 11011 | 1001000 | 0 | 1001100 | 100101 | 110111 | 101001001 | 111110 | 11100 |
Color Harmonies of #721B48
Complementary color
Monochromatic Colors of #721B48
Black with #721B48
Text Example
Text Example
White with #721B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721B48; }
p { color: rgb(114,27,72); }
H1.HeaderClassName
{
color: #721B48;
}
.AnyTagClassName
{
color: #721B48;
}
</style>
background-color css
<style>
a { background-color: #721B48; }
a { background-color: rgb(114,27,72); }
div.DivClassName
{
background-color: #721B48;
}
.BgClassName
{
background-color: #721B48;
}
</style>
border-color css
<style>
span { border-color: #721B48; }
span { border-color: rgb(114,27,72); }
td.TdClassName
{
border-color: #721B48;
}
.TagClassName
{
border-color: #721B48;
}
</style>