Shades of Pompadour #72123B
Tints of Pompadour #72123B
RGB
CMYK
RGB Variations
Color information
#72123B (or 0x72123B) is known color: Pompadour. HEX triplet: 72, 12 and 3B. RGB value is (114,18,59). Sum of RGB (Red+Green+Blue) = 114+18+59=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #72123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72123B is #8DEDC4. Grayscale: #333333. Windows color (decimal): -9301445 or 3871346. OLE color: 3871346.
HSL color Cylindrical-coordinate representation of color #72123B: hue angle of 334.38º 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 #72123B is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 18 | 59 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.55 |
| HSL | 334.38º | 0.73% | 0.26% | - |
| HSV(B) | 334.38º | 0.84% | 0.45% | - |
| XYZ | 7.95 | 4.33 | 4.55 | - |
| YUV | 51.38 | 132.3 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 59 | 0 | 0.84 | 0.48 | 0.55 | 334.38 | 0.73 | 0.26 |
| Hex | 72 | 12 | 3B | 0 | 54 | 30 | 37 | 14E | 49 | 1A |
| Octal | 162 | 22 | 73 | 0 | 124 | 60 | 67 | 516 | 111 | 32 |
| Binary | 1110010 | 10010 | 111011 | 0 | 1010100 | 110000 | 110111 | 101001110 | 1001001 | 11010 |
Color Harmonies of #72123B
Complementary color
Monochromatic Colors of #72123B
Black with #72123B
Text Example
Text Example
White with #72123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72123B; }
p { color: rgb(114,18,59); }
H1.HeaderClassName
{
color: #72123B;
}
.AnyTagClassName
{
color: #72123B;
}
</style>
background-color css
<style>
a { background-color: #72123B; }
a { background-color: rgb(114,18,59); }
div.DivClassName
{
background-color: #72123B;
}
.BgClassName
{
background-color: #72123B;
}
</style>
border-color css
<style>
span { border-color: #72123B; }
span { border-color: rgb(114,18,59); }
td.TdClassName
{
border-color: #72123B;
}
.TagClassName
{
border-color: #72123B;
}
</style>