Shades of Pompadour #72113E
Tints of Pompadour #72113E
RGB
CMYK
RGB Variations
Color information
#72113E (or 0x72113E) is known color: Pompadour. HEX triplet: 72, 11 and 3E. RGB value is (114,17,62). Sum of RGB (Red+Green+Blue) = 114+17+62=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #72113E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72113E is #8DEEC1. Grayscale: #333333. Windows color (decimal): -9301698 or 4067698. OLE color: 4067698.
HSL color Cylindrical-coordinate representation of color #72113E: hue angle of 332.16º 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 #72113E is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 17 | 62 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.55 |
| HSL | 332.16º | 0.74% | 0.26% | - |
| HSV(B) | 332.16º | 0.85% | 0.45% | - |
| XYZ | 8.01 | 4.33 | 4.97 | - |
| YUV | 51.13 | 134.14 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 17 | 62 | 0 | 0.85 | 0.46 | 0.55 | 332.16 | 0.74 | 0.26 |
| Hex | 72 | 11 | 3E | 0 | 55 | 2E | 37 | 14C | 4A | 1A |
| Octal | 162 | 21 | 76 | 0 | 125 | 56 | 67 | 514 | 112 | 32 |
| Binary | 1110010 | 10001 | 111110 | 0 | 1010101 | 101110 | 110111 | 101001100 | 1001010 | 11010 |
Color Harmonies of #72113E
Complementary color
Monochromatic Colors of #72113E
Black with #72113E
Text Example
Text Example
White with #72113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72113E; }
p { color: rgb(114,17,62); }
H1.HeaderClassName
{
color: #72113E;
}
.AnyTagClassName
{
color: #72113E;
}
</style>
background-color css
<style>
a { background-color: #72113E; }
a { background-color: rgb(114,17,62); }
div.DivClassName
{
background-color: #72113E;
}
.BgClassName
{
background-color: #72113E;
}
</style>
border-color css
<style>
span { border-color: #72113E; }
span { border-color: rgb(114,17,62); }
td.TdClassName
{
border-color: #72113E;
}
.TagClassName
{
border-color: #72113E;
}
</style>