Shades of Pompadour #710F53
Tints of Pompadour #710F53
RGB
CMYK
RGB Variations
Color information
#710F53 (or 0x710F53) is known color: Pompadour. HEX triplet: 71, 0F and 53. RGB value is (113,15,83). Sum of RGB (Red+Green+Blue) = 113+15+83=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #710F53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710F53 is #8EF0AC. Grayscale: #333333. Windows color (decimal): -9367725 or 5443441. OLE color: 5443441.
HSL color Cylindrical-coordinate representation of color #710F53: hue angle of 318.37º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #710F53 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 15 | 83 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.56 |
| HSL | 318.37º | 0.77% | 0.25% | - |
| HSV(B) | 318.37º | 0.87% | 0.44% | - |
| XYZ | 8.54 | 4.48 | 8.6 | - |
| YUV | 52.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 83 | 0 | 0.87 | 0.27 | 0.56 | 318.37 | 0.77 | 0.25 |
| Hex | 71 | F | 53 | 0 | 57 | 1B | 38 | 13E | 4D | 19 |
| Octal | 161 | 17 | 123 | 0 | 127 | 33 | 70 | 476 | 115 | 31 |
| Binary | 1110001 | 1111 | 1010011 | 0 | 1010111 | 11011 | 111000 | 100111110 | 1001101 | 11001 |
Color Harmonies of #710F53
Complementary color
Monochromatic Colors of #710F53
Black with #710F53
Text Example
Text Example
White with #710F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710F53; }
p { color: rgb(113,15,83); }
H1.HeaderClassName
{
color: #710F53;
}
.AnyTagClassName
{
color: #710F53;
}
</style>
background-color css
<style>
a { background-color: #710F53; }
a { background-color: rgb(113,15,83); }
div.DivClassName
{
background-color: #710F53;
}
.BgClassName
{
background-color: #710F53;
}
</style>
border-color css
<style>
span { border-color: #710F53; }
span { border-color: rgb(113,15,83); }
td.TdClassName
{
border-color: #710F53;
}
.TagClassName
{
border-color: #710F53;
}
</style>