Shades of Pompadour #702551
Tints of Pompadour #702551
RGB
CMYK
RGB Variations
Color information
#702551 (or 0x702551) is known color: Pompadour. HEX triplet: 70, 25 and 51. RGB value is (112,37,81). Sum of RGB (Red+Green+Blue) = 112+37+81=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #702551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702551 is #8FDAAE. Grayscale: #404040. Windows color (decimal): -9427631 or 5318000. OLE color: 5318000.
HSL color Cylindrical-coordinate representation of color #702551: hue angle of 324.8º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #702551 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 37 | 81 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.56 |
| HSL | 324.8º | 0.5% | 0.29% | - |
| HSV(B) | 324.8º | 0.67% | 0.44% | - |
| XYZ | 8.83 | 5.36 | 8.35 | - |
| YUV | 64.44 | 137.35 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 81 | 0 | 0.67 | 0.28 | 0.56 | 324.8 | 0.5 | 0.29 |
| Hex | 70 | 25 | 51 | 0 | 43 | 1C | 38 | 145 | 32 | 1D |
| Octal | 160 | 45 | 121 | 0 | 103 | 34 | 70 | 505 | 62 | 35 |
| Binary | 1110000 | 100101 | 1010001 | 0 | 1000011 | 11100 | 111000 | 101000101 | 110010 | 11101 |
Color Harmonies of #702551
Complementary color
Monochromatic Colors of #702551
Black with #702551
Text Example
Text Example
White with #702551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702551; }
p { color: rgb(112,37,81); }
H1.HeaderClassName
{
color: #702551;
}
.AnyTagClassName
{
color: #702551;
}
</style>
background-color css
<style>
a { background-color: #702551; }
a { background-color: rgb(112,37,81); }
div.DivClassName
{
background-color: #702551;
}
.BgClassName
{
background-color: #702551;
}
</style>
border-color css
<style>
span { border-color: #702551; }
span { border-color: rgb(112,37,81); }
td.TdClassName
{
border-color: #702551;
}
.TagClassName
{
border-color: #702551;
}
</style>