Shades of Pompadour #72133D
Tints of Pompadour #72133D
RGB
CMYK
RGB Variations
Color information
#72133D (or 0x72133D) is known color: Pompadour. HEX triplet: 72, 13 and 3D. RGB value is (114,19,61). Sum of RGB (Red+Green+Blue) = 114+19+61=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #72133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72133D is #8DECC2. Grayscale: #343434. Windows color (decimal): -9301187 or 4002674. OLE color: 4002674.
HSL color Cylindrical-coordinate representation of color #72133D: hue angle of 333.47º 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 #72133D is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 19 | 61 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.55 |
| HSL | 333.47º | 0.71% | 0.26% | - |
| HSV(B) | 333.47º | 0.83% | 0.45% | - |
| XYZ | 8.01 | 4.38 | 4.84 | - |
| YUV | 52.19 | 132.97 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 61 | 0 | 0.83 | 0.46 | 0.55 | 333.47 | 0.71 | 0.26 |
| Hex | 72 | 13 | 3D | 0 | 53 | 2E | 37 | 14D | 47 | 1A |
| Octal | 162 | 23 | 75 | 0 | 123 | 56 | 67 | 515 | 107 | 32 |
| Binary | 1110010 | 10011 | 111101 | 0 | 1010011 | 101110 | 110111 | 101001101 | 1000111 | 11010 |
Color Harmonies of #72133D
Complementary color
Monochromatic Colors of #72133D
Black with #72133D
Text Example
Text Example
White with #72133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72133D; }
p { color: rgb(114,19,61); }
H1.HeaderClassName
{
color: #72133D;
}
.AnyTagClassName
{
color: #72133D;
}
</style>
background-color css
<style>
a { background-color: #72133D; }
a { background-color: rgb(114,19,61); }
div.DivClassName
{
background-color: #72133D;
}
.BgClassName
{
background-color: #72133D;
}
</style>
border-color css
<style>
span { border-color: #72133D; }
span { border-color: rgb(114,19,61); }
td.TdClassName
{
border-color: #72133D;
}
.TagClassName
{
border-color: #72133D;
}
</style>