Shades of Pompadour #702249
Tints of Pompadour #702249
RGB
CMYK
RGB Variations
Color information
#702249 (or 0x702249) is known color: Pompadour. HEX triplet: 70, 22 and 49. RGB value is (112,34,73). Sum of RGB (Red+Green+Blue) = 112+34+73=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #702249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702249 is #8FDDB6. Grayscale: #3D3D3D. Windows color (decimal): -9428407 or 4792944. OLE color: 4792944.
HSL color Cylindrical-coordinate representation of color #702249: hue angle of 330º 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 #702249 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 34 | 73 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.56 |
| HSL | 330º | 0.53% | 0.29% | - |
| HSV(B) | 330º | 0.7% | 0.44% | - |
| XYZ | 8.46 | 5.07 | 6.84 | - |
| YUV | 61.77 | 134.34 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 73 | 0 | 0.70 | 0.35 | 0.56 | 330 | 0.53 | 0.29 |
| Hex | 70 | 22 | 49 | 0 | 46 | 23 | 38 | 14A | 35 | 1D |
| Octal | 160 | 42 | 111 | 0 | 106 | 43 | 70 | 512 | 65 | 35 |
| Binary | 1110000 | 100010 | 1001001 | 0 | 1000110 | 100011 | 111000 | 101001010 | 110101 | 11101 |
Color Harmonies of #702249
Complementary color
Monochromatic Colors of #702249
Black with #702249
Text Example
Text Example
White with #702249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702249; }
p { color: rgb(112,34,73); }
H1.HeaderClassName
{
color: #702249;
}
.AnyTagClassName
{
color: #702249;
}
</style>
background-color css
<style>
a { background-color: #702249; }
a { background-color: rgb(112,34,73); }
div.DivClassName
{
background-color: #702249;
}
.BgClassName
{
background-color: #702249;
}
</style>
border-color css
<style>
span { border-color: #702249; }
span { border-color: rgb(112,34,73); }
td.TdClassName
{
border-color: #702249;
}
.TagClassName
{
border-color: #702249;
}
</style>