Shades of Pompadour #701C42
Tints of Pompadour #701C42
RGB
CMYK
RGB Variations
Color information
#701C42 (or 0x701C42) is known color: Pompadour. HEX triplet: 70, 1C and 42. RGB value is (112,28,66). Sum of RGB (Red+Green+Blue) = 112+28+66=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #701C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701C42 is #8FE3BD. Grayscale: #393939. Windows color (decimal): -9429950 or 4332656. OLE color: 4332656.
HSL color Cylindrical-coordinate representation of color #701C42: hue angle of 332.86º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #701C42 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 28 | 66 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.56 |
| HSL | 332.86º | 0.6% | 0.27% | - |
| HSV(B) | 332.86º | 0.75% | 0.44% | - |
| XYZ | 8.08 | 4.67 | 5.63 | - |
| YUV | 57.45 | 132.83 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 66 | 0 | 0.75 | 0.41 | 0.56 | 332.86 | 0.6 | 0.27 |
| Hex | 70 | 1C | 42 | 0 | 4B | 29 | 38 | 14D | 3C | 1B |
| Octal | 160 | 34 | 102 | 0 | 113 | 51 | 70 | 515 | 74 | 33 |
| Binary | 1110000 | 11100 | 1000010 | 0 | 1001011 | 101001 | 111000 | 101001101 | 111100 | 11011 |
Color Harmonies of #701C42
Complementary color
Monochromatic Colors of #701C42
Black with #701C42
Text Example
Text Example
White with #701C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701C42; }
p { color: rgb(112,28,66); }
H1.HeaderClassName
{
color: #701C42;
}
.AnyTagClassName
{
color: #701C42;
}
</style>
background-color css
<style>
a { background-color: #701C42; }
a { background-color: rgb(112,28,66); }
div.DivClassName
{
background-color: #701C42;
}
.BgClassName
{
background-color: #701C42;
}
</style>
border-color css
<style>
span { border-color: #701C42; }
span { border-color: rgb(112,28,66); }
td.TdClassName
{
border-color: #701C42;
}
.TagClassName
{
border-color: #701C42;
}
</style>