Shades of Pompadour #721C43
Tints of Pompadour #721C43
RGB
CMYK
RGB Variations
Color information
#721C43 (or 0x721C43) is known color: Pompadour. HEX triplet: 72, 1C and 43. RGB value is (114,28,67). Sum of RGB (Red+Green+Blue) = 114+28+67=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #721C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721C43 is #8DE3BC. Grayscale: #3A3A3A. Windows color (decimal): -9298877 or 4398194. OLE color: 4398194.
HSL color Cylindrical-coordinate representation of color #721C43: hue angle of 332.79º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721C43 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 28 | 67 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.55 |
| HSL | 332.79º | 0.61% | 0.28% | - |
| HSV(B) | 332.79º | 0.75% | 0.45% | - |
| XYZ | 8.37 | 4.81 | 5.8 | - |
| YUV | 58.16 | 132.99 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 28 | 67 | 0 | 0.75 | 0.41 | 0.55 | 332.79 | 0.61 | 0.28 |
| Hex | 72 | 1C | 43 | 0 | 4B | 29 | 37 | 14D | 3D | 1C |
| Octal | 162 | 34 | 103 | 0 | 113 | 51 | 67 | 515 | 75 | 34 |
| Binary | 1110010 | 11100 | 1000011 | 0 | 1001011 | 101001 | 110111 | 101001101 | 111101 | 11100 |
Color Harmonies of #721C43
Complementary color
Monochromatic Colors of #721C43
Black with #721C43
Text Example
Text Example
White with #721C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721C43; }
p { color: rgb(114,28,67); }
H1.HeaderClassName
{
color: #721C43;
}
.AnyTagClassName
{
color: #721C43;
}
</style>
background-color css
<style>
a { background-color: #721C43; }
a { background-color: rgb(114,28,67); }
div.DivClassName
{
background-color: #721C43;
}
.BgClassName
{
background-color: #721C43;
}
</style>
border-color css
<style>
span { border-color: #721C43; }
span { border-color: rgb(114,28,67); }
td.TdClassName
{
border-color: #721C43;
}
.TagClassName
{
border-color: #721C43;
}
</style>