Shades of Pompadour #702240
Tints of Pompadour #702240
RGB
CMYK
RGB Variations
Color information
#702240 (or 0x702240) is known color: Pompadour. HEX triplet: 70, 22 and 40. RGB value is (112,34,64). Sum of RGB (Red+Green+Blue) = 112+34+64=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #702240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702240 is #8FDDBF. Grayscale: #3C3C3C. Windows color (decimal): -9428416 or 4203120. OLE color: 4203120.
HSL color Cylindrical-coordinate representation of color #702240: hue angle of 336.92º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #702240 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 34 | 64 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.56 |
| HSL | 336.92º | 0.53% | 0.29% | - |
| HSV(B) | 336.92º | 0.7% | 0.44% | - |
| XYZ | 8.18 | 4.96 | 5.38 | - |
| YUV | 60.74 | 129.84 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 64 | 0 | 0.70 | 0.43 | 0.56 | 336.92 | 0.53 | 0.29 |
| Hex | 70 | 22 | 40 | 0 | 46 | 2B | 38 | 151 | 35 | 1D |
| Octal | 160 | 42 | 100 | 0 | 106 | 53 | 70 | 521 | 65 | 35 |
| Binary | 1110000 | 100010 | 1000000 | 0 | 1000110 | 101011 | 111000 | 101010001 | 110101 | 11101 |
Color Harmonies of #702240
Complementary color
Monochromatic Colors of #702240
Black with #702240
Text Example
Text Example
White with #702240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702240; }
p { color: rgb(112,34,64); }
H1.HeaderClassName
{
color: #702240;
}
.AnyTagClassName
{
color: #702240;
}
</style>
background-color css
<style>
a { background-color: #702240; }
a { background-color: rgb(112,34,64); }
div.DivClassName
{
background-color: #702240;
}
.BgClassName
{
background-color: #702240;
}
</style>
border-color css
<style>
span { border-color: #702240; }
span { border-color: rgb(112,34,64); }
td.TdClassName
{
border-color: #702240;
}
.TagClassName
{
border-color: #702240;
}
</style>