Shades of Pompadour #701F49
Tints of Pompadour #701F49
RGB
CMYK
RGB Variations
Color information
#701F49 (or 0x701F49) is known color: Pompadour. HEX triplet: 70, 1F and 49. RGB value is (112,31,73). Sum of RGB (Red+Green+Blue) = 112+31+73=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #701F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701F49 is #8FE0B6. Grayscale: #3B3B3B. Windows color (decimal): -9429175 or 4792176. OLE color: 4792176.
HSL color Cylindrical-coordinate representation of color #701F49: hue angle of 328.89º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #701F49 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 31 | 73 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.56 |
| HSL | 328.89º | 0.57% | 0.28% | - |
| HSV(B) | 328.89º | 0.72% | 0.44% | - |
| XYZ | 8.37 | 4.91 | 6.81 | - |
| YUV | 60.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 73 | 0 | 0.72 | 0.35 | 0.56 | 328.89 | 0.57 | 0.28 |
| Hex | 70 | 1F | 49 | 0 | 48 | 23 | 38 | 149 | 39 | 1C |
| Octal | 160 | 37 | 111 | 0 | 110 | 43 | 70 | 511 | 71 | 34 |
| Binary | 1110000 | 11111 | 1001001 | 0 | 1001000 | 100011 | 111000 | 101001001 | 111001 | 11100 |
Color Harmonies of #701F49
Complementary color
Monochromatic Colors of #701F49
Black with #701F49
Text Example
Text Example
White with #701F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701F49; }
p { color: rgb(112,31,73); }
H1.HeaderClassName
{
color: #701F49;
}
.AnyTagClassName
{
color: #701F49;
}
</style>
background-color css
<style>
a { background-color: #701F49; }
a { background-color: rgb(112,31,73); }
div.DivClassName
{
background-color: #701F49;
}
.BgClassName
{
background-color: #701F49;
}
</style>
border-color css
<style>
span { border-color: #701F49; }
span { border-color: rgb(112,31,73); }
td.TdClassName
{
border-color: #701F49;
}
.TagClassName
{
border-color: #701F49;
}
</style>