Shades of Pompadour #72123E
Tints of Pompadour #72123E
RGB
CMYK
RGB Variations
Color information
#72123E (or 0x72123E) is known color: Pompadour. HEX triplet: 72, 12 and 3E. RGB value is (114,18,62). Sum of RGB (Red+Green+Blue) = 114+18+62=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #72123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72123E is #8DEDC1. Grayscale: #333333. Windows color (decimal): -9301442 or 4067954. OLE color: 4067954.
HSL color Cylindrical-coordinate representation of color #72123E: hue angle of 332.5º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72123E is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 18 | 62 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.55 |
| HSL | 332.5º | 0.73% | 0.26% | - |
| HSV(B) | 332.5º | 0.84% | 0.45% | - |
| XYZ | 8.03 | 4.36 | 4.98 | - |
| YUV | 51.72 | 133.8 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 62 | 0 | 0.84 | 0.46 | 0.55 | 332.5 | 0.73 | 0.26 |
| Hex | 72 | 12 | 3E | 0 | 54 | 2E | 37 | 14C | 49 | 1A |
| Octal | 162 | 22 | 76 | 0 | 124 | 56 | 67 | 514 | 111 | 32 |
| Binary | 1110010 | 10010 | 111110 | 0 | 1010100 | 101110 | 110111 | 101001100 | 1001001 | 11010 |
Color Harmonies of #72123E
Complementary color
Monochromatic Colors of #72123E
Black with #72123E
Text Example
Text Example
White with #72123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72123E; }
p { color: rgb(114,18,62); }
H1.HeaderClassName
{
color: #72123E;
}
.AnyTagClassName
{
color: #72123E;
}
</style>
background-color css
<style>
a { background-color: #72123E; }
a { background-color: rgb(114,18,62); }
div.DivClassName
{
background-color: #72123E;
}
.BgClassName
{
background-color: #72123E;
}
</style>
border-color css
<style>
span { border-color: #72123E; }
span { border-color: rgb(114,18,62); }
td.TdClassName
{
border-color: #72123E;
}
.TagClassName
{
border-color: #72123E;
}
</style>