Shades of Pompadour #721B44
Tints of Pompadour #721B44
RGB
CMYK
RGB Variations
Color information
#721B44 (or 0x721B44) is known color: Pompadour. HEX triplet: 72, 1B and 44. RGB value is (114,27,68). Sum of RGB (Red+Green+Blue) = 114+27+68=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #721B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721B44 is #8DE4BB. Grayscale: #393939. Windows color (decimal): -9299132 or 4463474. OLE color: 4463474.
HSL color Cylindrical-coordinate representation of color #721B44: hue angle of 331.72º 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 #721B44 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 27 | 68 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.55 |
| HSL | 331.72º | 0.62% | 0.28% | - |
| HSV(B) | 331.72º | 0.76% | 0.45% | - |
| XYZ | 8.37 | 4.78 | 5.95 | - |
| YUV | 57.69 | 133.82 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 27 | 68 | 0 | 0.76 | 0.40 | 0.55 | 331.72 | 0.62 | 0.28 |
| Hex | 72 | 1B | 44 | 0 | 4C | 28 | 37 | 14C | 3E | 1C |
| Octal | 162 | 33 | 104 | 0 | 114 | 50 | 67 | 514 | 76 | 34 |
| Binary | 1110010 | 11011 | 1000100 | 0 | 1001100 | 101000 | 110111 | 101001100 | 111110 | 11100 |
Color Harmonies of #721B44
Complementary color
Monochromatic Colors of #721B44
Black with #721B44
Text Example
Text Example
White with #721B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721B44; }
p { color: rgb(114,27,68); }
H1.HeaderClassName
{
color: #721B44;
}
.AnyTagClassName
{
color: #721B44;
}
</style>
background-color css
<style>
a { background-color: #721B44; }
a { background-color: rgb(114,27,68); }
div.DivClassName
{
background-color: #721B44;
}
.BgClassName
{
background-color: #721B44;
}
</style>
border-color css
<style>
span { border-color: #721B44; }
span { border-color: rgb(114,27,68); }
td.TdClassName
{
border-color: #721B44;
}
.TagClassName
{
border-color: #721B44;
}
</style>