Shades of Pompadour #72133A
Tints of Pompadour #72133A
RGB
CMYK
RGB Variations
Color information
#72133A (or 0x72133A) is known color: Pompadour. HEX triplet: 72, 13 and 3A. RGB value is (114,19,58). Sum of RGB (Red+Green+Blue) = 114+19+58=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #72133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72133A is #8DECC5. Grayscale: #333333. Windows color (decimal): -9301190 or 3806066. OLE color: 3806066.
HSL color Cylindrical-coordinate representation of color #72133A: hue angle of 335.37º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72133A is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 19 | 58 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.55 |
| HSL | 335.37º | 0.71% | 0.26% | - |
| HSV(B) | 335.37º | 0.83% | 0.45% | - |
| XYZ | 7.94 | 4.35 | 4.42 | - |
| YUV | 51.85 | 131.47 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 58 | 0 | 0.83 | 0.49 | 0.55 | 335.37 | 0.71 | 0.26 |
| Hex | 72 | 13 | 3A | 0 | 53 | 31 | 37 | 14F | 47 | 1A |
| Octal | 162 | 23 | 72 | 0 | 123 | 61 | 67 | 517 | 107 | 32 |
| Binary | 1110010 | 10011 | 111010 | 0 | 1010011 | 110001 | 110111 | 101001111 | 1000111 | 11010 |
Color Harmonies of #72133A
Complementary color
Monochromatic Colors of #72133A
Black with #72133A
Text Example
Text Example
White with #72133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72133A; }
p { color: rgb(114,19,58); }
H1.HeaderClassName
{
color: #72133A;
}
.AnyTagClassName
{
color: #72133A;
}
</style>
background-color css
<style>
a { background-color: #72133A; }
a { background-color: rgb(114,19,58); }
div.DivClassName
{
background-color: #72133A;
}
.BgClassName
{
background-color: #72133A;
}
</style>
border-color css
<style>
span { border-color: #72133A; }
span { border-color: rgb(114,19,58); }
td.TdClassName
{
border-color: #72133A;
}
.TagClassName
{
border-color: #72133A;
}
</style>