Shades of Pompadour #701D42
Tints of Pompadour #701D42
RGB
CMYK
RGB Variations
Color information
#701D42 (or 0x701D42) is known color: Pompadour. HEX triplet: 70, 1D and 42. RGB value is (112,29,66). Sum of RGB (Red+Green+Blue) = 112+29+66=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #701D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701D42 is #8FE2BD. Grayscale: #393939. Windows color (decimal): -9429694 or 4332912. OLE color: 4332912.
HSL color Cylindrical-coordinate representation of color #701D42: hue angle of 333.25º 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 #701D42 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 29 | 66 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.56 |
| HSL | 333.25º | 0.59% | 0.28% | - |
| HSV(B) | 333.25º | 0.74% | 0.44% | - |
| XYZ | 8.1 | 4.72 | 5.64 | - |
| YUV | 58.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 66 | 0 | 0.74 | 0.41 | 0.56 | 333.25 | 0.59 | 0.28 |
| Hex | 70 | 1D | 42 | 0 | 4A | 29 | 38 | 14D | 3B | 1C |
| Octal | 160 | 35 | 102 | 0 | 112 | 51 | 70 | 515 | 73 | 34 |
| Binary | 1110000 | 11101 | 1000010 | 0 | 1001010 | 101001 | 111000 | 101001101 | 111011 | 11100 |
Color Harmonies of #701D42
Complementary color
Monochromatic Colors of #701D42
Black with #701D42
Text Example
Text Example
White with #701D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D42; }
p { color: rgb(112,29,66); }
H1.HeaderClassName
{
color: #701D42;
}
.AnyTagClassName
{
color: #701D42;
}
</style>
background-color css
<style>
a { background-color: #701D42; }
a { background-color: rgb(112,29,66); }
div.DivClassName
{
background-color: #701D42;
}
.BgClassName
{
background-color: #701D42;
}
</style>
border-color css
<style>
span { border-color: #701D42; }
span { border-color: rgb(112,29,66); }
td.TdClassName
{
border-color: #701D42;
}
.TagClassName
{
border-color: #701D42;
}
</style>