Shades of Pompadour #721650
Tints of Pompadour #721650
RGB
CMYK
RGB Variations
Color information
#721650 (or 0x721650) is known color: Pompadour. HEX triplet: 72, 16 and 50. RGB value is (114,22,80). Sum of RGB (Red+Green+Blue) = 114+22+80=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #721650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721650 is #8DE9AF. Grayscale: #373737. Windows color (decimal): -9300400 or 5248626. OLE color: 5248626.
HSL color Cylindrical-coordinate representation of color #721650: hue angle of 322.17º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #721650 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 22 | 80 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.55 |
| HSL | 322.17º | 0.68% | 0.27% | - |
| HSV(B) | 322.17º | 0.81% | 0.45% | - |
| XYZ | 8.67 | 4.73 | 8.05 | - |
| YUV | 56.12 | 141.48 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 22 | 80 | 0 | 0.81 | 0.30 | 0.55 | 322.17 | 0.68 | 0.27 |
| Hex | 72 | 16 | 50 | 0 | 51 | 1E | 37 | 142 | 44 | 1B |
| Octal | 162 | 26 | 120 | 0 | 121 | 36 | 67 | 502 | 104 | 33 |
| Binary | 1110010 | 10110 | 1010000 | 0 | 1010001 | 11110 | 110111 | 101000010 | 1000100 | 11011 |
Color Harmonies of #721650
Complementary color
Monochromatic Colors of #721650
Black with #721650
Text Example
Text Example
White with #721650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721650; }
p { color: rgb(114,22,80); }
H1.HeaderClassName
{
color: #721650;
}
.AnyTagClassName
{
color: #721650;
}
</style>
background-color css
<style>
a { background-color: #721650; }
a { background-color: rgb(114,22,80); }
div.DivClassName
{
background-color: #721650;
}
.BgClassName
{
background-color: #721650;
}
</style>
border-color css
<style>
span { border-color: #721650; }
span { border-color: rgb(114,22,80); }
td.TdClassName
{
border-color: #721650;
}
.TagClassName
{
border-color: #721650;
}
</style>