Shades of Pompadour #72113C
Tints of Pompadour #72113C
RGB
CMYK
RGB Variations
Color information
#72113C (or 0x72113C) is known color: Pompadour. HEX triplet: 72, 11 and 3C. RGB value is (114,17,60). Sum of RGB (Red+Green+Blue) = 114+17+60=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #72113C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72113C is #8DEEC3. Grayscale: #323232. Windows color (decimal): -9301700 or 3936626. OLE color: 3936626.
HSL color Cylindrical-coordinate representation of color #72113C: hue angle of 333.4º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72113C is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 17 | 60 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.55 |
| HSL | 333.4º | 0.74% | 0.26% | - |
| HSV(B) | 333.4º | 0.85% | 0.45% | - |
| XYZ | 7.96 | 4.3 | 4.69 | - |
| YUV | 50.91 | 133.14 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 17 | 60 | 0 | 0.85 | 0.47 | 0.55 | 333.4 | 0.74 | 0.26 |
| Hex | 72 | 11 | 3C | 0 | 55 | 2F | 37 | 14D | 4A | 1A |
| Octal | 162 | 21 | 74 | 0 | 125 | 57 | 67 | 515 | 112 | 32 |
| Binary | 1110010 | 10001 | 111100 | 0 | 1010101 | 101111 | 110111 | 101001101 | 1001010 | 11010 |
Color Harmonies of #72113C
Complementary color
Monochromatic Colors of #72113C
Black with #72113C
Text Example
Text Example
White with #72113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72113C; }
p { color: rgb(114,17,60); }
H1.HeaderClassName
{
color: #72113C;
}
.AnyTagClassName
{
color: #72113C;
}
</style>
background-color css
<style>
a { background-color: #72113C; }
a { background-color: rgb(114,17,60); }
div.DivClassName
{
background-color: #72113C;
}
.BgClassName
{
background-color: #72113C;
}
</style>
border-color css
<style>
span { border-color: #72113C; }
span { border-color: rgb(114,17,60); }
td.TdClassName
{
border-color: #72113C;
}
.TagClassName
{
border-color: #72113C;
}
</style>