Shades of Pompadour #702152
Tints of Pompadour #702152
RGB
CMYK
RGB Variations
Color information
#702152 (or 0x702152) is known color: Pompadour. HEX triplet: 70, 21 and 52. RGB value is (112,33,82). Sum of RGB (Red+Green+Blue) = 112+33+82=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #702152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702152 is #8FDEAD. Grayscale: #3E3E3E. Windows color (decimal): -9428654 or 5382512. OLE color: 5382512.
HSL color Cylindrical-coordinate representation of color #702152: hue angle of 322.78º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702152 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 82 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.56 |
| HSL | 322.78º | 0.54% | 0.28% | - |
| HSV(B) | 322.78º | 0.71% | 0.44% | - |
| XYZ | 8.75 | 5.14 | 8.51 | - |
| YUV | 62.21 | 139.17 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 82 | 0 | 0.71 | 0.27 | 0.56 | 322.78 | 0.54 | 0.28 |
| Hex | 70 | 21 | 52 | 0 | 47 | 1B | 38 | 143 | 36 | 1C |
| Octal | 160 | 41 | 122 | 0 | 107 | 33 | 70 | 503 | 66 | 34 |
| Binary | 1110000 | 100001 | 1010010 | 0 | 1000111 | 11011 | 111000 | 101000011 | 110110 | 11100 |
Color Harmonies of #702152
Complementary color
Monochromatic Colors of #702152
Black with #702152
Text Example
Text Example
White with #702152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702152; }
p { color: rgb(112,33,82); }
H1.HeaderClassName
{
color: #702152;
}
.AnyTagClassName
{
color: #702152;
}
</style>
background-color css
<style>
a { background-color: #702152; }
a { background-color: rgb(112,33,82); }
div.DivClassName
{
background-color: #702152;
}
.BgClassName
{
background-color: #702152;
}
</style>
border-color css
<style>
span { border-color: #702152; }
span { border-color: rgb(112,33,82); }
td.TdClassName
{
border-color: #702152;
}
.TagClassName
{
border-color: #702152;
}
</style>