Shades of Pompadour #72113F
Tints of Pompadour #72113F
RGB
CMYK
RGB Variations
Color information
#72113F (or 0x72113F) is known color: Pompadour. HEX triplet: 72, 11 and 3F. RGB value is (114,17,63). Sum of RGB (Red+Green+Blue) = 114+17+63=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #72113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72113F is #8DEEC0. Grayscale: #333333. Windows color (decimal): -9301697 or 4133234. OLE color: 4133234.
HSL color Cylindrical-coordinate representation of color #72113F: hue angle of 331.55º 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 #72113F is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 17 | 63 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.55 |
| HSL | 331.55º | 0.74% | 0.26% | - |
| HSV(B) | 331.55º | 0.85% | 0.45% | - |
| XYZ | 8.04 | 4.34 | 5.12 | - |
| YUV | 51.25 | 134.64 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 17 | 63 | 0 | 0.85 | 0.45 | 0.55 | 331.55 | 0.74 | 0.26 |
| Hex | 72 | 11 | 3F | 0 | 55 | 2D | 37 | 14C | 4A | 1A |
| Octal | 162 | 21 | 77 | 0 | 125 | 55 | 67 | 514 | 112 | 32 |
| Binary | 1110010 | 10001 | 111111 | 0 | 1010101 | 101101 | 110111 | 101001100 | 1001010 | 11010 |
Color Harmonies of #72113F
Complementary color
Monochromatic Colors of #72113F
Black with #72113F
Text Example
Text Example
White with #72113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72113F; }
p { color: rgb(114,17,63); }
H1.HeaderClassName
{
color: #72113F;
}
.AnyTagClassName
{
color: #72113F;
}
</style>
background-color css
<style>
a { background-color: #72113F; }
a { background-color: rgb(114,17,63); }
div.DivClassName
{
background-color: #72113F;
}
.BgClassName
{
background-color: #72113F;
}
</style>
border-color css
<style>
span { border-color: #72113F; }
span { border-color: rgb(114,17,63); }
td.TdClassName
{
border-color: #72113F;
}
.TagClassName
{
border-color: #72113F;
}
</style>