Shades of Pompadour #721A50
Tints of Pompadour #721A50
RGB
CMYK
RGB Variations
Color information
#721A50 (or 0x721A50) is known color: Pompadour. HEX triplet: 72, 1A and 50. RGB value is (114,26,80). Sum of RGB (Red+Green+Blue) = 114+26+80=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #721A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721A50 is #8DE5AF. Grayscale: #3A3A3A. Windows color (decimal): -9299376 or 5249650. OLE color: 5249650.
HSL color Cylindrical-coordinate representation of color #721A50: hue angle of 323.18º 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 #721A50 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 26 | 80 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.55 |
| HSL | 323.18º | 0.63% | 0.27% | - |
| HSV(B) | 323.18º | 0.77% | 0.45% | - |
| XYZ | 8.76 | 4.9 | 8.07 | - |
| YUV | 58.47 | 140.15 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 80 | 0 | 0.77 | 0.30 | 0.55 | 323.18 | 0.63 | 0.27 |
| Hex | 72 | 1A | 50 | 0 | 4D | 1E | 37 | 143 | 3F | 1B |
| Octal | 162 | 32 | 120 | 0 | 115 | 36 | 67 | 503 | 77 | 33 |
| Binary | 1110010 | 11010 | 1010000 | 0 | 1001101 | 11110 | 110111 | 101000011 | 111111 | 11011 |
Color Harmonies of #721A50
Complementary color
Monochromatic Colors of #721A50
Black with #721A50
Text Example
Text Example
White with #721A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721A50; }
p { color: rgb(114,26,80); }
H1.HeaderClassName
{
color: #721A50;
}
.AnyTagClassName
{
color: #721A50;
}
</style>
background-color css
<style>
a { background-color: #721A50; }
a { background-color: rgb(114,26,80); }
div.DivClassName
{
background-color: #721A50;
}
.BgClassName
{
background-color: #721A50;
}
</style>
border-color css
<style>
span { border-color: #721A50; }
span { border-color: rgb(114,26,80); }
td.TdClassName
{
border-color: #721A50;
}
.TagClassName
{
border-color: #721A50;
}
</style>