Shades of Pompadour #72124B
Tints of Pompadour #72124B
RGB
CMYK
RGB Variations
Color information
#72124B (or 0x72124B) is known color: Pompadour. HEX triplet: 72, 12 and 4B. RGB value is (114,18,75). Sum of RGB (Red+Green+Blue) = 114+18+75=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #72124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72124B is #8DEDB4. Grayscale: #353535. Windows color (decimal): -9301429 or 4919922. OLE color: 4919922.
HSL color Cylindrical-coordinate representation of color #72124B: hue angle of 324.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 #72124B is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 18 | 75 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.55 |
| HSL | 324.38º | 0.73% | 0.26% | - |
| HSV(B) | 324.38º | 0.84% | 0.45% | - |
| XYZ | 8.43 | 4.52 | 7.08 | - |
| YUV | 53.2 | 140.3 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 75 | 0 | 0.84 | 0.34 | 0.55 | 324.38 | 0.73 | 0.26 |
| Hex | 72 | 12 | 4B | 0 | 54 | 22 | 37 | 144 | 49 | 1A |
| Octal | 162 | 22 | 113 | 0 | 124 | 42 | 67 | 504 | 111 | 32 |
| Binary | 1110010 | 10010 | 1001011 | 0 | 1010100 | 100010 | 110111 | 101000100 | 1001001 | 11010 |
Color Harmonies of #72124B
Complementary color
Monochromatic Colors of #72124B
Black with #72124B
Text Example
Text Example
White with #72124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72124B; }
p { color: rgb(114,18,75); }
H1.HeaderClassName
{
color: #72124B;
}
.AnyTagClassName
{
color: #72124B;
}
</style>
background-color css
<style>
a { background-color: #72124B; }
a { background-color: rgb(114,18,75); }
div.DivClassName
{
background-color: #72124B;
}
.BgClassName
{
background-color: #72124B;
}
</style>
border-color css
<style>
span { border-color: #72124B; }
span { border-color: rgb(114,18,75); }
td.TdClassName
{
border-color: #72124B;
}
.TagClassName
{
border-color: #72124B;
}
</style>