Shades of Pompadour #72234E
Tints of Pompadour #72234E
RGB
CMYK
RGB Variations
Color information
#72234E (or 0x72234E) is known color: Pompadour. HEX triplet: 72, 23 and 4E. RGB value is (114,35,78). Sum of RGB (Red+Green+Blue) = 114+35+78=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #72234E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72234E is #8DDCB1. Grayscale: #3F3F3F. Windows color (decimal): -9297074 or 5120882. OLE color: 5120882.
HSL color Cylindrical-coordinate representation of color #72234E: hue angle of 327.34º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #72234E is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 35 | 78 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.55 |
| HSL | 327.34º | 0.53% | 0.29% | - |
| HSV(B) | 327.34º | 0.69% | 0.45% | - |
| XYZ | 8.92 | 5.33 | 7.77 | - |
| YUV | 63.52 | 136.17 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 35 | 78 | 0 | 0.69 | 0.32 | 0.55 | 327.34 | 0.53 | 0.29 |
| Hex | 72 | 23 | 4E | 0 | 45 | 20 | 37 | 147 | 35 | 1D |
| Octal | 162 | 43 | 116 | 0 | 105 | 40 | 67 | 507 | 65 | 35 |
| Binary | 1110010 | 100011 | 1001110 | 0 | 1000101 | 100000 | 110111 | 101000111 | 110101 | 11101 |
Color Harmonies of #72234E
Complementary color
Monochromatic Colors of #72234E
Black with #72234E
Text Example
Text Example
White with #72234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72234E; }
p { color: rgb(114,35,78); }
H1.HeaderClassName
{
color: #72234E;
}
.AnyTagClassName
{
color: #72234E;
}
</style>
background-color css
<style>
a { background-color: #72234E; }
a { background-color: rgb(114,35,78); }
div.DivClassName
{
background-color: #72234E;
}
.BgClassName
{
background-color: #72234E;
}
</style>
border-color css
<style>
span { border-color: #72234E; }
span { border-color: rgb(114,35,78); }
td.TdClassName
{
border-color: #72234E;
}
.TagClassName
{
border-color: #72234E;
}
</style>