Shades of Pompadour #72143C
Tints of Pompadour #72143C
RGB
CMYK
RGB Variations
Color information
#72143C (or 0x72143C) is known color: Pompadour. HEX triplet: 72, 14 and 3C. RGB value is (114,20,60). Sum of RGB (Red+Green+Blue) = 114+20+60=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #72143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72143C is #8DEBC3. Grayscale: #343434. Windows color (decimal): -9300932 or 3937394. OLE color: 3937394.
HSL color Cylindrical-coordinate representation of color #72143C: hue angle of 334.47º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72143C is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 20 | 60 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.55 |
| HSL | 334.47º | 0.7% | 0.26% | - |
| HSV(B) | 334.47º | 0.82% | 0.45% | - |
| XYZ | 8.01 | 4.4 | 4.7 | - |
| YUV | 52.67 | 132.14 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 20 | 60 | 0 | 0.82 | 0.47 | 0.55 | 334.47 | 0.7 | 0.26 |
| Hex | 72 | 14 | 3C | 0 | 52 | 2F | 37 | 14E | 46 | 1A |
| Octal | 162 | 24 | 74 | 0 | 122 | 57 | 67 | 516 | 106 | 32 |
| Binary | 1110010 | 10100 | 111100 | 0 | 1010010 | 101111 | 110111 | 101001110 | 1000110 | 11010 |
Color Harmonies of #72143C
Complementary color
Monochromatic Colors of #72143C
Black with #72143C
Text Example
Text Example
White with #72143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72143C; }
p { color: rgb(114,20,60); }
H1.HeaderClassName
{
color: #72143C;
}
.AnyTagClassName
{
color: #72143C;
}
</style>
background-color css
<style>
a { background-color: #72143C; }
a { background-color: rgb(114,20,60); }
div.DivClassName
{
background-color: #72143C;
}
.BgClassName
{
background-color: #72143C;
}
</style>
border-color css
<style>
span { border-color: #72143C; }
span { border-color: rgb(114,20,60); }
td.TdClassName
{
border-color: #72143C;
}
.TagClassName
{
border-color: #72143C;
}
</style>