Shades of Pompadour #71163B
Tints of Pompadour #71163B
RGB
CMYK
RGB Variations
Color information
#71163B (or 0x71163B) is known color: Pompadour. HEX triplet: 71, 16 and 3B. RGB value is (113,22,59). Sum of RGB (Red+Green+Blue) = 113+22+59=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #71163B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71163B is #8EE9C4. Grayscale: #353535. Windows color (decimal): -9365957 or 3872369. OLE color: 3872369.
HSL color Cylindrical-coordinate representation of color #71163B: hue angle of 335.6º 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 #71163B is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 22 | 59 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.56 |
| HSL | 335.6º | 0.67% | 0.26% | - |
| HSV(B) | 335.6º | 0.81% | 0.44% | - |
| XYZ | 7.89 | 4.4 | 4.57 | - |
| YUV | 53.43 | 131.15 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 22 | 59 | 0 | 0.81 | 0.48 | 0.56 | 335.6 | 0.67 | 0.26 |
| Hex | 71 | 16 | 3B | 0 | 51 | 30 | 38 | 150 | 43 | 1A |
| Octal | 161 | 26 | 73 | 0 | 121 | 60 | 70 | 520 | 103 | 32 |
| Binary | 1110001 | 10110 | 111011 | 0 | 1010001 | 110000 | 111000 | 101010000 | 1000011 | 11010 |
Color Harmonies of #71163B
Complementary color
Monochromatic Colors of #71163B
Black with #71163B
Text Example
Text Example
White with #71163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71163B; }
p { color: rgb(113,22,59); }
H1.HeaderClassName
{
color: #71163B;
}
.AnyTagClassName
{
color: #71163B;
}
</style>
background-color css
<style>
a { background-color: #71163B; }
a { background-color: rgb(113,22,59); }
div.DivClassName
{
background-color: #71163B;
}
.BgClassName
{
background-color: #71163B;
}
</style>
border-color css
<style>
span { border-color: #71163B; }
span { border-color: rgb(113,22,59); }
td.TdClassName
{
border-color: #71163B;
}
.TagClassName
{
border-color: #71163B;
}
</style>