Shades of Pompadour #701842
Tints of Pompadour #701842
RGB
CMYK
RGB Variations
Color information
#701842 (or 0x701842) is known color: Pompadour. HEX triplet: 70, 18 and 42. RGB value is (112,24,66). Sum of RGB (Red+Green+Blue) = 112+24+66=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #701842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701842 is #8FE7BD. Grayscale: #373737. Windows color (decimal): -9430974 or 4331632. OLE color: 4331632.
HSL color Cylindrical-coordinate representation of color #701842: hue angle of 331.36º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701842 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 24 | 66 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.56 |
| HSL | 331.36º | 0.65% | 0.27% | - |
| HSV(B) | 331.36º | 0.79% | 0.44% | - |
| XYZ | 7.99 | 4.49 | 5.6 | - |
| YUV | 55.1 | 134.15 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 24 | 66 | 0 | 0.79 | 0.41 | 0.56 | 331.36 | 0.65 | 0.27 |
| Hex | 70 | 18 | 42 | 0 | 4F | 29 | 38 | 14B | 41 | 1B |
| Octal | 160 | 30 | 102 | 0 | 117 | 51 | 70 | 513 | 101 | 33 |
| Binary | 1110000 | 11000 | 1000010 | 0 | 1001111 | 101001 | 111000 | 101001011 | 1000001 | 11011 |
Color Harmonies of #701842
Complementary color
Monochromatic Colors of #701842
Black with #701842
Text Example
Text Example
White with #701842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701842; }
p { color: rgb(112,24,66); }
H1.HeaderClassName
{
color: #701842;
}
.AnyTagClassName
{
color: #701842;
}
</style>
background-color css
<style>
a { background-color: #701842; }
a { background-color: rgb(112,24,66); }
div.DivClassName
{
background-color: #701842;
}
.BgClassName
{
background-color: #701842;
}
</style>
border-color css
<style>
span { border-color: #701842; }
span { border-color: rgb(112,24,66); }
td.TdClassName
{
border-color: #701842;
}
.TagClassName
{
border-color: #701842;
}
</style>