Shades of Pompadour #701B51
Tints of Pompadour #701B51
RGB
CMYK
RGB Variations
Color information
#701B51 (or 0x701B51) is known color: Pompadour. HEX triplet: 70, 1B and 51. RGB value is (112,27,81). Sum of RGB (Red+Green+Blue) = 112+27+81=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #701B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701B51 is #8FE4AE. Grayscale: #3A3A3A. Windows color (decimal): -9430191 or 5315440. OLE color: 5315440.
HSL color Cylindrical-coordinate representation of color #701B51: hue angle of 321.88º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #701B51 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 27 | 81 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.56 |
| HSL | 321.88º | 0.61% | 0.27% | - |
| HSV(B) | 321.88º | 0.76% | 0.44% | - |
| XYZ | 8.56 | 4.82 | 8.26 | - |
| YUV | 58.57 | 140.66 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 27 | 81 | 0 | 0.76 | 0.28 | 0.56 | 321.88 | 0.61 | 0.27 |
| Hex | 70 | 1B | 51 | 0 | 4C | 1C | 38 | 142 | 3D | 1B |
| Octal | 160 | 33 | 121 | 0 | 114 | 34 | 70 | 502 | 75 | 33 |
| Binary | 1110000 | 11011 | 1010001 | 0 | 1001100 | 11100 | 111000 | 101000010 | 111101 | 11011 |
Color Harmonies of #701B51
Complementary color
Monochromatic Colors of #701B51
Black with #701B51
Text Example
Text Example
White with #701B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701B51; }
p { color: rgb(112,27,81); }
H1.HeaderClassName
{
color: #701B51;
}
.AnyTagClassName
{
color: #701B51;
}
</style>
background-color css
<style>
a { background-color: #701B51; }
a { background-color: rgb(112,27,81); }
div.DivClassName
{
background-color: #701B51;
}
.BgClassName
{
background-color: #701B51;
}
</style>
border-color css
<style>
span { border-color: #701B51; }
span { border-color: rgb(112,27,81); }
td.TdClassName
{
border-color: #701B51;
}
.TagClassName
{
border-color: #701B51;
}
</style>