Shades of Pompadour #72153D
Tints of Pompadour #72153D
RGB
CMYK
RGB Variations
Color information
#72153D (or 0x72153D) is known color: Pompadour. HEX triplet: 72, 15 and 3D. RGB value is (114,21,61). Sum of RGB (Red+Green+Blue) = 114+21+61=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72153D is #8DEAC2. Grayscale: #353535. Windows color (decimal): -9300675 or 4003186. OLE color: 4003186.
HSL color Cylindrical-coordinate representation of color #72153D: hue angle of 334.19º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72153D is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 21 | 61 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.55 |
| HSL | 334.19º | 0.69% | 0.26% | - |
| HSV(B) | 334.19º | 0.82% | 0.45% | - |
| XYZ | 8.05 | 4.45 | 4.85 | - |
| YUV | 53.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 61 | 0 | 0.82 | 0.46 | 0.55 | 334.19 | 0.69 | 0.26 |
| Hex | 72 | 15 | 3D | 0 | 52 | 2E | 37 | 14E | 45 | 1A |
| Octal | 162 | 25 | 75 | 0 | 122 | 56 | 67 | 516 | 105 | 32 |
| Binary | 1110010 | 10101 | 111101 | 0 | 1010010 | 101110 | 110111 | 101001110 | 1000101 | 11010 |
Color Harmonies of #72153D
Complementary color
Monochromatic Colors of #72153D
Black with #72153D
Text Example
Text Example
White with #72153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72153D; }
p { color: rgb(114,21,61); }
H1.HeaderClassName
{
color: #72153D;
}
.AnyTagClassName
{
color: #72153D;
}
</style>
background-color css
<style>
a { background-color: #72153D; }
a { background-color: rgb(114,21,61); }
div.DivClassName
{
background-color: #72153D;
}
.BgClassName
{
background-color: #72153D;
}
</style>
border-color css
<style>
span { border-color: #72153D; }
span { border-color: rgb(114,21,61); }
td.TdClassName
{
border-color: #72153D;
}
.TagClassName
{
border-color: #72153D;
}
</style>