Shades of Pompadour #701D4D
Tints of Pompadour #701D4D
RGB
CMYK
RGB Variations
Color information
#701D4D (or 0x701D4D) is known color: Pompadour. HEX triplet: 70, 1D and 4D. RGB value is (112,29,77). Sum of RGB (Red+Green+Blue) = 112+29+77=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #701D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701D4D is #8FE2B2. Grayscale: #3B3B3B. Windows color (decimal): -9429683 or 5053808. OLE color: 5053808.
HSL color Cylindrical-coordinate representation of color #701D4D: hue angle of 325.3º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #701D4D is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 29 | 77 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.56 |
| HSL | 325.3º | 0.59% | 0.28% | - |
| HSV(B) | 325.3º | 0.74% | 0.44% | - |
| XYZ | 8.46 | 4.86 | 7.51 | - |
| YUV | 59.29 | 138 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 77 | 0 | 0.74 | 0.31 | 0.56 | 325.3 | 0.59 | 0.28 |
| Hex | 70 | 1D | 4D | 0 | 4A | 1F | 38 | 145 | 3B | 1C |
| Octal | 160 | 35 | 115 | 0 | 112 | 37 | 70 | 505 | 73 | 34 |
| Binary | 1110000 | 11101 | 1001101 | 0 | 1001010 | 11111 | 111000 | 101000101 | 111011 | 11100 |
Color Harmonies of #701D4D
Complementary color
Monochromatic Colors of #701D4D
Black with #701D4D
Text Example
Text Example
White with #701D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D4D; }
p { color: rgb(112,29,77); }
H1.HeaderClassName
{
color: #701D4D;
}
.AnyTagClassName
{
color: #701D4D;
}
</style>
background-color css
<style>
a { background-color: #701D4D; }
a { background-color: rgb(112,29,77); }
div.DivClassName
{
background-color: #701D4D;
}
.BgClassName
{
background-color: #701D4D;
}
</style>
border-color css
<style>
span { border-color: #701D4D; }
span { border-color: rgb(112,29,77); }
td.TdClassName
{
border-color: #701D4D;
}
.TagClassName
{
border-color: #701D4D;
}
</style>