Shades of Pompadour #702647
Tints of Pompadour #702647
RGB
CMYK
RGB Variations
Color information
#702647 (or 0x702647) is known color: Pompadour. HEX triplet: 70, 26 and 47. RGB value is (112,38,71). Sum of RGB (Red+Green+Blue) = 112+38+71=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #702647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702647 is #8FD9B8. Grayscale: #3F3F3F. Windows color (decimal): -9427385 or 4662896. OLE color: 4662896.
HSL color Cylindrical-coordinate representation of color #702647: hue angle of 333.24º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #702647 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 38 | 71 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.56 |
| HSL | 333.24º | 0.49% | 0.29% | - |
| HSV(B) | 333.24º | 0.66% | 0.44% | - |
| XYZ | 8.51 | 5.29 | 6.53 | - |
| YUV | 63.89 | 132.02 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 38 | 71 | 0 | 0.66 | 0.37 | 0.56 | 333.24 | 0.49 | 0.29 |
| Hex | 70 | 26 | 47 | 0 | 42 | 25 | 38 | 14D | 31 | 1D |
| Octal | 160 | 46 | 107 | 0 | 102 | 45 | 70 | 515 | 61 | 35 |
| Binary | 1110000 | 100110 | 1000111 | 0 | 1000010 | 100101 | 111000 | 101001101 | 110001 | 11101 |
Color Harmonies of #702647
Complementary color
Monochromatic Colors of #702647
Black with #702647
Text Example
Text Example
White with #702647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702647; }
p { color: rgb(112,38,71); }
H1.HeaderClassName
{
color: #702647;
}
.AnyTagClassName
{
color: #702647;
}
</style>
background-color css
<style>
a { background-color: #702647; }
a { background-color: rgb(112,38,71); }
div.DivClassName
{
background-color: #702647;
}
.BgClassName
{
background-color: #702647;
}
</style>
border-color css
<style>
span { border-color: #702647; }
span { border-color: rgb(112,38,71); }
td.TdClassName
{
border-color: #702647;
}
.TagClassName
{
border-color: #702647;
}
</style>