Shades of Pompadour #72133B
Tints of Pompadour #72133B
RGB
CMYK
RGB Variations
Color information
#72133B (or 0x72133B) is known color: Pompadour. HEX triplet: 72, 13 and 3B. RGB value is (114,19,59). Sum of RGB (Red+Green+Blue) = 114+19+59=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #72133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72133B is #8DECC4. Grayscale: #333333. Windows color (decimal): -9301189 or 3871602. OLE color: 3871602.
HSL color Cylindrical-coordinate representation of color #72133B: hue angle of 334.74º 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 #72133B is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 19 | 59 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.55 |
| HSL | 334.74º | 0.71% | 0.26% | - |
| HSV(B) | 334.74º | 0.83% | 0.45% | - |
| XYZ | 7.96 | 4.36 | 4.56 | - |
| YUV | 51.97 | 131.97 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 59 | 0 | 0.83 | 0.48 | 0.55 | 334.74 | 0.71 | 0.26 |
| Hex | 72 | 13 | 3B | 0 | 53 | 30 | 37 | 14F | 47 | 1A |
| Octal | 162 | 23 | 73 | 0 | 123 | 60 | 67 | 517 | 107 | 32 |
| Binary | 1110010 | 10011 | 111011 | 0 | 1010011 | 110000 | 110111 | 101001111 | 1000111 | 11010 |
Color Harmonies of #72133B
Complementary color
Monochromatic Colors of #72133B
Black with #72133B
Text Example
Text Example
White with #72133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72133B; }
p { color: rgb(114,19,59); }
H1.HeaderClassName
{
color: #72133B;
}
.AnyTagClassName
{
color: #72133B;
}
</style>
background-color css
<style>
a { background-color: #72133B; }
a { background-color: rgb(114,19,59); }
div.DivClassName
{
background-color: #72133B;
}
.BgClassName
{
background-color: #72133B;
}
</style>
border-color css
<style>
span { border-color: #72133B; }
span { border-color: rgb(114,19,59); }
td.TdClassName
{
border-color: #72133B;
}
.TagClassName
{
border-color: #72133B;
}
</style>