Shades of Pompadour #702752
Tints of Pompadour #702752
RGB
CMYK
RGB Variations
Color information
#702752 (or 0x702752) is known color: Pompadour. HEX triplet: 70, 27 and 52. RGB value is (112,39,82). Sum of RGB (Red+Green+Blue) = 112+39+82=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #702752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702752 is #8FD8AD. Grayscale: #414141. Windows color (decimal): -9427118 or 5384048. OLE color: 5384048.
HSL color Cylindrical-coordinate representation of color #702752: hue angle of 324.66º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #702752 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 39 | 82 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.56 |
| HSL | 324.66º | 0.48% | 0.3% | - |
| HSV(B) | 324.66º | 0.65% | 0.44% | - |
| XYZ | 8.93 | 5.5 | 8.57 | - |
| YUV | 65.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 39 | 82 | 0 | 0.65 | 0.27 | 0.56 | 324.66 | 0.48 | 0.3 |
| Hex | 70 | 27 | 52 | 0 | 41 | 1B | 38 | 145 | 30 | 1E |
| Octal | 160 | 47 | 122 | 0 | 101 | 33 | 70 | 505 | 60 | 36 |
| Binary | 1110000 | 100111 | 1010010 | 0 | 1000001 | 11011 | 111000 | 101000101 | 110000 | 11110 |
Color Harmonies of #702752
Complementary color
Monochromatic Colors of #702752
Black with #702752
Text Example
Text Example
White with #702752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702752; }
p { color: rgb(112,39,82); }
H1.HeaderClassName
{
color: #702752;
}
.AnyTagClassName
{
color: #702752;
}
</style>
background-color css
<style>
a { background-color: #702752; }
a { background-color: rgb(112,39,82); }
div.DivClassName
{
background-color: #702752;
}
.BgClassName
{
background-color: #702752;
}
</style>
border-color css
<style>
span { border-color: #702752; }
span { border-color: rgb(112,39,82); }
td.TdClassName
{
border-color: #702752;
}
.TagClassName
{
border-color: #702752;
}
</style>