Shades of Pompadour #701A52
Tints of Pompadour #701A52
RGB
CMYK
RGB Variations
Color information
#701A52 (or 0x701A52) is known color: Pompadour. HEX triplet: 70, 1A and 52. RGB value is (112,26,82). Sum of RGB (Red+Green+Blue) = 112+26+82=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #701A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701A52 is #8FE5AD. Grayscale: #393939. Windows color (decimal): -9430446 or 5380720. OLE color: 5380720.
HSL color Cylindrical-coordinate representation of color #701A52: hue angle of 320.93º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #701A52 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 26 | 82 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.56 |
| HSL | 320.93º | 0.62% | 0.27% | - |
| HSV(B) | 320.93º | 0.77% | 0.44% | - |
| XYZ | 8.57 | 4.79 | 8.46 | - |
| YUV | 58.1 | 141.49 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 82 | 0 | 0.77 | 0.27 | 0.56 | 320.93 | 0.62 | 0.27 |
| Hex | 70 | 1A | 52 | 0 | 4D | 1B | 38 | 141 | 3E | 1B |
| Octal | 160 | 32 | 122 | 0 | 115 | 33 | 70 | 501 | 76 | 33 |
| Binary | 1110000 | 11010 | 1010010 | 0 | 1001101 | 11011 | 111000 | 101000001 | 111110 | 11011 |
Color Harmonies of #701A52
Complementary color
Monochromatic Colors of #701A52
Black with #701A52
Text Example
Text Example
White with #701A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701A52; }
p { color: rgb(112,26,82); }
H1.HeaderClassName
{
color: #701A52;
}
.AnyTagClassName
{
color: #701A52;
}
</style>
background-color css
<style>
a { background-color: #701A52; }
a { background-color: rgb(112,26,82); }
div.DivClassName
{
background-color: #701A52;
}
.BgClassName
{
background-color: #701A52;
}
</style>
border-color css
<style>
span { border-color: #701A52; }
span { border-color: rgb(112,26,82); }
td.TdClassName
{
border-color: #701A52;
}
.TagClassName
{
border-color: #701A52;
}
</style>