Shades of Pompadour #701F3E
Tints of Pompadour #701F3E
RGB
CMYK
RGB Variations
Color information
#701F3E (or 0x701F3E) is known color: Pompadour. HEX triplet: 70, 1F and 3E. RGB value is (112,31,62). Sum of RGB (Red+Green+Blue) = 112+31+62=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #701F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701F3E is #8FE0C1. Grayscale: #3A3A3A. Windows color (decimal): -9429186 or 4071280. OLE color: 4071280.
HSL color Cylindrical-coordinate representation of color #701F3E: hue angle of 337.04º 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 #701F3E is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 31 | 62 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.56 |
| HSL | 337.04º | 0.57% | 0.28% | - |
| HSV(B) | 337.04º | 0.72% | 0.44% | - |
| XYZ | 8.04 | 4.77 | 5.05 | - |
| YUV | 58.75 | 129.84 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 62 | 0 | 0.72 | 0.45 | 0.56 | 337.04 | 0.57 | 0.28 |
| Hex | 70 | 1F | 3E | 0 | 48 | 2D | 38 | 151 | 39 | 1C |
| Octal | 160 | 37 | 76 | 0 | 110 | 55 | 70 | 521 | 71 | 34 |
| Binary | 1110000 | 11111 | 111110 | 0 | 1001000 | 101101 | 111000 | 101010001 | 111001 | 11100 |
Color Harmonies of #701F3E
Complementary color
Monochromatic Colors of #701F3E
Black with #701F3E
Text Example
Text Example
White with #701F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701F3E; }
p { color: rgb(112,31,62); }
H1.HeaderClassName
{
color: #701F3E;
}
.AnyTagClassName
{
color: #701F3E;
}
</style>
background-color css
<style>
a { background-color: #701F3E; }
a { background-color: rgb(112,31,62); }
div.DivClassName
{
background-color: #701F3E;
}
.BgClassName
{
background-color: #701F3E;
}
</style>
border-color css
<style>
span { border-color: #701F3E; }
span { border-color: rgb(112,31,62); }
td.TdClassName
{
border-color: #701F3E;
}
.TagClassName
{
border-color: #701F3E;
}
</style>