Shades of Pompadour #710F54
Tints of Pompadour #710F54
RGB
CMYK
RGB Variations
Color information
#710F54 (or 0x710F54) is known color: Pompadour. HEX triplet: 71, 0F and 54. RGB value is (113,15,84). Sum of RGB (Red+Green+Blue) = 113+15+84=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #710F54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710F54 is #8EF0AB. Grayscale: #333333. Windows color (decimal): -9367724 or 5508977. OLE color: 5508977.
HSL color Cylindrical-coordinate representation of color #710F54: hue angle of 317.76º 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 #710F54 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 15 | 84 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.56 |
| HSL | 317.76º | 0.77% | 0.25% | - |
| HSV(B) | 317.76º | 0.87% | 0.44% | - |
| XYZ | 8.58 | 4.49 | 8.8 | - |
| YUV | 52.17 | 145.97 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 84 | 0 | 0.87 | 0.26 | 0.56 | 317.76 | 0.77 | 0.25 |
| Hex | 71 | F | 54 | 0 | 57 | 1A | 38 | 13E | 4D | 19 |
| Octal | 161 | 17 | 124 | 0 | 127 | 32 | 70 | 476 | 115 | 31 |
| Binary | 1110001 | 1111 | 1010100 | 0 | 1010111 | 11010 | 111000 | 100111110 | 1001101 | 11001 |
Color Harmonies of #710F54
Complementary color
Monochromatic Colors of #710F54
Black with #710F54
Text Example
Text Example
White with #710F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710F54; }
p { color: rgb(113,15,84); }
H1.HeaderClassName
{
color: #710F54;
}
.AnyTagClassName
{
color: #710F54;
}
</style>
background-color css
<style>
a { background-color: #710F54; }
a { background-color: rgb(113,15,84); }
div.DivClassName
{
background-color: #710F54;
}
.BgClassName
{
background-color: #710F54;
}
</style>
border-color css
<style>
span { border-color: #710F54; }
span { border-color: rgb(113,15,84); }
td.TdClassName
{
border-color: #710F54;
}
.TagClassName
{
border-color: #710F54;
}
</style>