Shades of Pompadour #72123C
Tints of Pompadour #72123C
RGB
CMYK
RGB Variations
Color information
#72123C (or 0x72123C) is known color: Pompadour. HEX triplet: 72, 12 and 3C. RGB value is (114,18,60). Sum of RGB (Red+Green+Blue) = 114+18+60=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #72123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72123C is #8DEDC3. Grayscale: #333333. Windows color (decimal): -9301444 or 3936882. OLE color: 3936882.
HSL color Cylindrical-coordinate representation of color #72123C: hue angle of 333.75º 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 #72123C is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 18 | 60 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.55 |
| HSL | 333.75º | 0.73% | 0.26% | - |
| HSV(B) | 333.75º | 0.84% | 0.45% | - |
| XYZ | 7.97 | 4.34 | 4.69 | - |
| YUV | 51.49 | 132.8 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 60 | 0 | 0.84 | 0.47 | 0.55 | 333.75 | 0.73 | 0.26 |
| Hex | 72 | 12 | 3C | 0 | 54 | 2F | 37 | 14E | 49 | 1A |
| Octal | 162 | 22 | 74 | 0 | 124 | 57 | 67 | 516 | 111 | 32 |
| Binary | 1110010 | 10010 | 111100 | 0 | 1010100 | 101111 | 110111 | 101001110 | 1001001 | 11010 |
Color Harmonies of #72123C
Complementary color
Monochromatic Colors of #72123C
Black with #72123C
Text Example
Text Example
White with #72123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72123C; }
p { color: rgb(114,18,60); }
H1.HeaderClassName
{
color: #72123C;
}
.AnyTagClassName
{
color: #72123C;
}
</style>
background-color css
<style>
a { background-color: #72123C; }
a { background-color: rgb(114,18,60); }
div.DivClassName
{
background-color: #72123C;
}
.BgClassName
{
background-color: #72123C;
}
</style>
border-color css
<style>
span { border-color: #72123C; }
span { border-color: rgb(114,18,60); }
td.TdClassName
{
border-color: #72123C;
}
.TagClassName
{
border-color: #72123C;
}
</style>