Shades of Pompadour #702042
Tints of Pompadour #702042
RGB
CMYK
RGB Variations
Color information
#702042 (or 0x702042) is known color: Pompadour. HEX triplet: 70, 20 and 42. RGB value is (112,32,66). Sum of RGB (Red+Green+Blue) = 112+32+66=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #702042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702042 is #8FDFBD. Grayscale: #3B3B3B. Windows color (decimal): -9428926 or 4333680. OLE color: 4333680.
HSL color Cylindrical-coordinate representation of color #702042: hue angle of 334.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702042 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 32 | 66 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.56 |
| HSL | 334.5º | 0.56% | 0.28% | - |
| HSV(B) | 334.5º | 0.71% | 0.44% | - |
| XYZ | 8.18 | 4.87 | 5.66 | - |
| YUV | 59.8 | 131.5 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 66 | 0 | 0.71 | 0.41 | 0.56 | 334.5 | 0.56 | 0.28 |
| Hex | 70 | 20 | 42 | 0 | 47 | 29 | 38 | 14E | 38 | 1C |
| Octal | 160 | 40 | 102 | 0 | 107 | 51 | 70 | 516 | 70 | 34 |
| Binary | 1110000 | 100000 | 1000010 | 0 | 1000111 | 101001 | 111000 | 101001110 | 111000 | 11100 |
Color Harmonies of #702042
Complementary color
Monochromatic Colors of #702042
Black with #702042
Text Example
Text Example
White with #702042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702042; }
p { color: rgb(112,32,66); }
H1.HeaderClassName
{
color: #702042;
}
.AnyTagClassName
{
color: #702042;
}
</style>
background-color css
<style>
a { background-color: #702042; }
a { background-color: rgb(112,32,66); }
div.DivClassName
{
background-color: #702042;
}
.BgClassName
{
background-color: #702042;
}
</style>
border-color css
<style>
span { border-color: #702042; }
span { border-color: rgb(112,32,66); }
td.TdClassName
{
border-color: #702042;
}
.TagClassName
{
border-color: #702042;
}
</style>