Shades of Pompadour #702245
Tints of Pompadour #702245
RGB
CMYK
RGB Variations
Color information
#702245 (or 0x702245) is known color: Pompadour. HEX triplet: 70, 22 and 45. RGB value is (112,34,69). Sum of RGB (Red+Green+Blue) = 112+34+69=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #702245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702245 is #8FDDBA. Grayscale: #3D3D3D. Windows color (decimal): -9428411 or 4530800. OLE color: 4530800.
HSL color Cylindrical-coordinate representation of color #702245: hue angle of 333.08º 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 #702245 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 34 | 69 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.56 |
| HSL | 333.08º | 0.53% | 0.29% | - |
| HSV(B) | 333.08º | 0.7% | 0.44% | - |
| XYZ | 8.33 | 5.02 | 6.16 | - |
| YUV | 61.31 | 132.34 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 69 | 0 | 0.70 | 0.38 | 0.56 | 333.08 | 0.53 | 0.29 |
| Hex | 70 | 22 | 45 | 0 | 46 | 26 | 38 | 14D | 35 | 1D |
| Octal | 160 | 42 | 105 | 0 | 106 | 46 | 70 | 515 | 65 | 35 |
| Binary | 1110000 | 100010 | 1000101 | 0 | 1000110 | 100110 | 111000 | 101001101 | 110101 | 11101 |
Color Harmonies of #702245
Complementary color
Monochromatic Colors of #702245
Black with #702245
Text Example
Text Example
White with #702245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702245; }
p { color: rgb(112,34,69); }
H1.HeaderClassName
{
color: #702245;
}
.AnyTagClassName
{
color: #702245;
}
</style>
background-color css
<style>
a { background-color: #702245; }
a { background-color: rgb(112,34,69); }
div.DivClassName
{
background-color: #702245;
}
.BgClassName
{
background-color: #702245;
}
</style>
border-color css
<style>
span { border-color: #702245; }
span { border-color: rgb(112,34,69); }
td.TdClassName
{
border-color: #702245;
}
.TagClassName
{
border-color: #702245;
}
</style>