Shades of Pompadour #71164B
Tints of Pompadour #71164B
RGB
CMYK
RGB Variations
Color information
#71164B (or 0x71164B) is known color: Pompadour. HEX triplet: 71, 16 and 4B. RGB value is (113,22,75). Sum of RGB (Red+Green+Blue) = 113+22+75=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #71164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71164B is #8EE9B4. Grayscale: #373737. Windows color (decimal): -9365941 or 4920945. OLE color: 4920945.
HSL color Cylindrical-coordinate representation of color #71164B: hue angle of 325.05º 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 #71164B is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 22 | 75 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.56 |
| HSL | 325.05º | 0.67% | 0.26% | - |
| HSV(B) | 325.05º | 0.81% | 0.44% | - |
| XYZ | 8.37 | 4.59 | 7.1 | - |
| YUV | 55.25 | 139.15 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 22 | 75 | 0 | 0.81 | 0.34 | 0.56 | 325.05 | 0.67 | 0.26 |
| Hex | 71 | 16 | 4B | 0 | 51 | 22 | 38 | 145 | 43 | 1A |
| Octal | 161 | 26 | 113 | 0 | 121 | 42 | 70 | 505 | 103 | 32 |
| Binary | 1110001 | 10110 | 1001011 | 0 | 1010001 | 100010 | 111000 | 101000101 | 1000011 | 11010 |
Color Harmonies of #71164B
Complementary color
Monochromatic Colors of #71164B
Black with #71164B
Text Example
Text Example
White with #71164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71164B; }
p { color: rgb(113,22,75); }
H1.HeaderClassName
{
color: #71164B;
}
.AnyTagClassName
{
color: #71164B;
}
</style>
background-color css
<style>
a { background-color: #71164B; }
a { background-color: rgb(113,22,75); }
div.DivClassName
{
background-color: #71164B;
}
.BgClassName
{
background-color: #71164B;
}
</style>
border-color css
<style>
span { border-color: #71164B; }
span { border-color: rgb(113,22,75); }
td.TdClassName
{
border-color: #71164B;
}
.TagClassName
{
border-color: #71164B;
}
</style>