Shades of Pompadour #71153E
Tints of Pompadour #71153E
RGB
CMYK
RGB Variations
Color information
#71153E (or 0x71153E) is known color: Pompadour. HEX triplet: 71, 15 and 3E. RGB value is (113,21,62). Sum of RGB (Red+Green+Blue) = 113+21+62=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #71153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71153E is #8EEAC1. Grayscale: #353535. Windows color (decimal): -9366210 or 4068721. OLE color: 4068721.
HSL color Cylindrical-coordinate representation of color #71153E: hue angle of 333.26º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71153E is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 21 | 62 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.56 |
| HSL | 333.26º | 0.69% | 0.26% | - |
| HSV(B) | 333.26º | 0.81% | 0.44% | - |
| XYZ | 7.95 | 4.39 | 4.99 | - |
| YUV | 53.18 | 132.98 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 21 | 62 | 0 | 0.81 | 0.45 | 0.56 | 333.26 | 0.69 | 0.26 |
| Hex | 71 | 15 | 3E | 0 | 51 | 2D | 38 | 14D | 45 | 1A |
| Octal | 161 | 25 | 76 | 0 | 121 | 55 | 70 | 515 | 105 | 32 |
| Binary | 1110001 | 10101 | 111110 | 0 | 1010001 | 101101 | 111000 | 101001101 | 1000101 | 11010 |
Color Harmonies of #71153E
Complementary color
Monochromatic Colors of #71153E
Black with #71153E
Text Example
Text Example
White with #71153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71153E; }
p { color: rgb(113,21,62); }
H1.HeaderClassName
{
color: #71153E;
}
.AnyTagClassName
{
color: #71153E;
}
</style>
background-color css
<style>
a { background-color: #71153E; }
a { background-color: rgb(113,21,62); }
div.DivClassName
{
background-color: #71153E;
}
.BgClassName
{
background-color: #71153E;
}
</style>
border-color css
<style>
span { border-color: #71153E; }
span { border-color: rgb(113,21,62); }
td.TdClassName
{
border-color: #71153E;
}
.TagClassName
{
border-color: #71153E;
}
</style>