Shades of Pompadour #71163E
Tints of Pompadour #71163E
RGB
CMYK
RGB Variations
Color information
#71163E (or 0x71163E) is known color: Pompadour. HEX triplet: 71, 16 and 3E. RGB value is (113,22,62). Sum of RGB (Red+Green+Blue) = 113+22+62=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #71163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71163E is #8EE9C1. Grayscale: #353535. Windows color (decimal): -9365954 or 4068977. OLE color: 4068977.
HSL color Cylindrical-coordinate representation of color #71163E: hue angle of 333.63º degrees, saturation: 0.67, 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 #71163E is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 22 | 62 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.56 |
| HSL | 333.63º | 0.67% | 0.26% | - |
| HSV(B) | 333.63º | 0.81% | 0.44% | - |
| XYZ | 7.97 | 4.43 | 4.99 | - |
| YUV | 53.77 | 132.65 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 22 | 62 | 0 | 0.81 | 0.45 | 0.56 | 333.63 | 0.67 | 0.26 |
| Hex | 71 | 16 | 3E | 0 | 51 | 2D | 38 | 14E | 43 | 1A |
| Octal | 161 | 26 | 76 | 0 | 121 | 55 | 70 | 516 | 103 | 32 |
| Binary | 1110001 | 10110 | 111110 | 0 | 1010001 | 101101 | 111000 | 101001110 | 1000011 | 11010 |
Color Harmonies of #71163E
Complementary color
Monochromatic Colors of #71163E
Black with #71163E
Text Example
Text Example
White with #71163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71163E; }
p { color: rgb(113,22,62); }
H1.HeaderClassName
{
color: #71163E;
}
.AnyTagClassName
{
color: #71163E;
}
</style>
background-color css
<style>
a { background-color: #71163E; }
a { background-color: rgb(113,22,62); }
div.DivClassName
{
background-color: #71163E;
}
.BgClassName
{
background-color: #71163E;
}
</style>
border-color css
<style>
span { border-color: #71163E; }
span { border-color: rgb(113,22,62); }
td.TdClassName
{
border-color: #71163E;
}
.TagClassName
{
border-color: #71163E;
}
</style>