Shades of Pompadour #721B52
Tints of Pompadour #721B52
RGB
CMYK
RGB Variations
Color information
#721B52 (or 0x721B52) is known color: Pompadour. HEX triplet: 72, 1B and 52. RGB value is (114,27,82). Sum of RGB (Red+Green+Blue) = 114+27+82=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #721B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721B52 is #8DE4AD. Grayscale: #3B3B3B. Windows color (decimal): -9299118 or 5380978. OLE color: 5380978.
HSL color Cylindrical-coordinate representation of color #721B52: hue angle of 322.07º 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 #721B52 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 27 | 82 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.55 |
| HSL | 322.07º | 0.62% | 0.28% | - |
| HSV(B) | 322.07º | 0.76% | 0.45% | - |
| XYZ | 8.85 | 4.97 | 8.48 | - |
| YUV | 59.28 | 140.82 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 27 | 82 | 0 | 0.76 | 0.28 | 0.55 | 322.07 | 0.62 | 0.28 |
| Hex | 72 | 1B | 52 | 0 | 4C | 1C | 37 | 142 | 3E | 1C |
| Octal | 162 | 33 | 122 | 0 | 114 | 34 | 67 | 502 | 76 | 34 |
| Binary | 1110010 | 11011 | 1010010 | 0 | 1001100 | 11100 | 110111 | 101000010 | 111110 | 11100 |
Color Harmonies of #721B52
Complementary color
Monochromatic Colors of #721B52
Black with #721B52
Text Example
Text Example
White with #721B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721B52; }
p { color: rgb(114,27,82); }
H1.HeaderClassName
{
color: #721B52;
}
.AnyTagClassName
{
color: #721B52;
}
</style>
background-color css
<style>
a { background-color: #721B52; }
a { background-color: rgb(114,27,82); }
div.DivClassName
{
background-color: #721B52;
}
.BgClassName
{
background-color: #721B52;
}
</style>
border-color css
<style>
span { border-color: #721B52; }
span { border-color: rgb(114,27,82); }
td.TdClassName
{
border-color: #721B52;
}
.TagClassName
{
border-color: #721B52;
}
</style>