Shades of Pompadour #700E51
Tints of Pompadour #700E51
RGB
CMYK
RGB Variations
Color information
#700E51 (or 0x700E51) is known color: Pompadour. HEX triplet: 70, 0E and 51. RGB value is (112,14,81). Sum of RGB (Red+Green+Blue) = 112+14+81=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #700E51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E51 is #8FF1AE. Grayscale: #323232. Windows color (decimal): -9433519 or 5312112. OLE color: 5312112.
HSL color Cylindrical-coordinate representation of color #700E51: hue angle of 318.98º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700E51 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 14 | 81 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.56 |
| HSL | 318.98º | 0.78% | 0.25% | - |
| HSV(B) | 318.98º | 0.88% | 0.44% | - |
| XYZ | 8.32 | 4.35 | 8.19 | - |
| YUV | 50.94 | 144.97 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 81 | 0 | 0.88 | 0.28 | 0.56 | 318.98 | 0.78 | 0.25 |
| Hex | 70 | E | 51 | 0 | 58 | 1C | 38 | 13F | 4E | 19 |
| Octal | 160 | 16 | 121 | 0 | 130 | 34 | 70 | 477 | 116 | 31 |
| Binary | 1110000 | 1110 | 1010001 | 0 | 1011000 | 11100 | 111000 | 100111111 | 1001110 | 11001 |
Color Harmonies of #700E51
Complementary color
Monochromatic Colors of #700E51
Black with #700E51
Text Example
Text Example
White with #700E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700E51; }
p { color: rgb(112,14,81); }
H1.HeaderClassName
{
color: #700E51;
}
.AnyTagClassName
{
color: #700E51;
}
</style>
background-color css
<style>
a { background-color: #700E51; }
a { background-color: rgb(112,14,81); }
div.DivClassName
{
background-color: #700E51;
}
.BgClassName
{
background-color: #700E51;
}
</style>
border-color css
<style>
span { border-color: #700E51; }
span { border-color: rgb(112,14,81); }
td.TdClassName
{
border-color: #700E51;
}
.TagClassName
{
border-color: #700E51;
}
</style>