Shades of Pompadour #722143
Tints of Pompadour #722143
RGB
CMYK
RGB Variations
Color information
#722143 (or 0x722143) is known color: Pompadour. HEX triplet: 72, 21 and 43. RGB value is (114,33,67). Sum of RGB (Red+Green+Blue) = 114+33+67=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #722143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722143 is #8DDEBC. Grayscale: #3D3D3D. Windows color (decimal): -9297597 or 4399474. OLE color: 4399474.
HSL color Cylindrical-coordinate representation of color #722143: hue angle of 334.81º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #722143 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 33 | 67 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.55 |
| HSL | 334.81º | 0.55% | 0.29% | - |
| HSV(B) | 334.81º | 0.71% | 0.45% | - |
| XYZ | 8.5 | 5.07 | 5.84 | - |
| YUV | 61.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 67 | 0 | 0.71 | 0.41 | 0.55 | 334.81 | 0.55 | 0.29 |
| Hex | 72 | 21 | 43 | 0 | 47 | 29 | 37 | 14F | 37 | 1D |
| Octal | 162 | 41 | 103 | 0 | 107 | 51 | 67 | 517 | 67 | 35 |
| Binary | 1110010 | 100001 | 1000011 | 0 | 1000111 | 101001 | 110111 | 101001111 | 110111 | 11101 |
Color Harmonies of #722143
Complementary color
Monochromatic Colors of #722143
Black with #722143
Text Example
Text Example
White with #722143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722143; }
p { color: rgb(114,33,67); }
H1.HeaderClassName
{
color: #722143;
}
.AnyTagClassName
{
color: #722143;
}
</style>
background-color css
<style>
a { background-color: #722143; }
a { background-color: rgb(114,33,67); }
div.DivClassName
{
background-color: #722143;
}
.BgClassName
{
background-color: #722143;
}
</style>
border-color css
<style>
span { border-color: #722143; }
span { border-color: rgb(114,33,67); }
td.TdClassName
{
border-color: #722143;
}
.TagClassName
{
border-color: #722143;
}
</style>