Shades of Pompadour #72113B
Tints of Pompadour #72113B
RGB
CMYK
RGB Variations
Color information
#72113B (or 0x72113B) is known color: Pompadour. HEX triplet: 72, 11 and 3B. RGB value is (114,17,59). Sum of RGB (Red+Green+Blue) = 114+17+59=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #72113B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72113B is #8DEEC4. Grayscale: #323232. Windows color (decimal): -9301701 or 3871090. OLE color: 3871090.
HSL color Cylindrical-coordinate representation of color #72113B: hue angle of 334.02º 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 #72113B is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 17 | 59 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.55 |
| HSL | 334.02º | 0.74% | 0.26% | - |
| HSV(B) | 334.02º | 0.85% | 0.45% | - |
| XYZ | 7.93 | 4.29 | 4.55 | - |
| YUV | 50.79 | 132.64 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 17 | 59 | 0 | 0.85 | 0.48 | 0.55 | 334.02 | 0.74 | 0.26 |
| Hex | 72 | 11 | 3B | 0 | 55 | 30 | 37 | 14E | 4A | 1A |
| Octal | 162 | 21 | 73 | 0 | 125 | 60 | 67 | 516 | 112 | 32 |
| Binary | 1110010 | 10001 | 111011 | 0 | 1010101 | 110000 | 110111 | 101001110 | 1001010 | 11010 |
Color Harmonies of #72113B
Complementary color
Monochromatic Colors of #72113B
Black with #72113B
Text Example
Text Example
White with #72113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72113B; }
p { color: rgb(114,17,59); }
H1.HeaderClassName
{
color: #72113B;
}
.AnyTagClassName
{
color: #72113B;
}
</style>
background-color css
<style>
a { background-color: #72113B; }
a { background-color: rgb(114,17,59); }
div.DivClassName
{
background-color: #72113B;
}
.BgClassName
{
background-color: #72113B;
}
</style>
border-color css
<style>
span { border-color: #72113B; }
span { border-color: rgb(114,17,59); }
td.TdClassName
{
border-color: #72113B;
}
.TagClassName
{
border-color: #72113B;
}
</style>