Shades of Pompadour #72133F
Tints of Pompadour #72133F
RGB
CMYK
RGB Variations
Color information
#72133F (or 0x72133F) is known color: Pompadour. HEX triplet: 72, 13 and 3F. RGB value is (114,19,63). Sum of RGB (Red+Green+Blue) = 114+19+63=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72133F is #8DECC0. Grayscale: #343434. Windows color (decimal): -9301185 or 4133746. OLE color: 4133746.
HSL color Cylindrical-coordinate representation of color #72133F: hue angle of 332.21º 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 #72133F is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 19 | 63 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.55 |
| HSL | 332.21º | 0.71% | 0.26% | - |
| HSV(B) | 332.21º | 0.83% | 0.45% | - |
| XYZ | 8.07 | 4.4 | 5.13 | - |
| YUV | 52.42 | 133.97 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 63 | 0 | 0.83 | 0.45 | 0.55 | 332.21 | 0.71 | 0.26 |
| Hex | 72 | 13 | 3F | 0 | 53 | 2D | 37 | 14C | 47 | 1A |
| Octal | 162 | 23 | 77 | 0 | 123 | 55 | 67 | 514 | 107 | 32 |
| Binary | 1110010 | 10011 | 111111 | 0 | 1010011 | 101101 | 110111 | 101001100 | 1000111 | 11010 |
Color Harmonies of #72133F
Complementary color
Monochromatic Colors of #72133F
Black with #72133F
Text Example
Text Example
White with #72133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72133F; }
p { color: rgb(114,19,63); }
H1.HeaderClassName
{
color: #72133F;
}
.AnyTagClassName
{
color: #72133F;
}
</style>
background-color css
<style>
a { background-color: #72133F; }
a { background-color: rgb(114,19,63); }
div.DivClassName
{
background-color: #72133F;
}
.BgClassName
{
background-color: #72133F;
}
</style>
border-color css
<style>
span { border-color: #72133F; }
span { border-color: rgb(114,19,63); }
td.TdClassName
{
border-color: #72133F;
}
.TagClassName
{
border-color: #72133F;
}
</style>