Shades of Pompadour #702154
Tints of Pompadour #702154
RGB
CMYK
RGB Variations
Color information
#702154 (or 0x702154) is known color: Pompadour. HEX triplet: 70, 21 and 54. RGB value is (112,33,84). Sum of RGB (Red+Green+Blue) = 112+33+84=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #702154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702154 is #8FDEAB. Grayscale: #3E3E3E. Windows color (decimal): -9428652 or 5513584. OLE color: 5513584.
HSL color Cylindrical-coordinate representation of color #702154: hue angle of 321.27º 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 #702154 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 84 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.56 |
| HSL | 321.27º | 0.54% | 0.28% | - |
| HSV(B) | 321.27º | 0.71% | 0.44% | - |
| XYZ | 8.83 | 5.17 | 8.92 | - |
| YUV | 62.44 | 140.17 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 84 | 0 | 0.71 | 0.25 | 0.56 | 321.27 | 0.54 | 0.28 |
| Hex | 70 | 21 | 54 | 0 | 47 | 19 | 38 | 141 | 36 | 1C |
| Octal | 160 | 41 | 124 | 0 | 107 | 31 | 70 | 501 | 66 | 34 |
| Binary | 1110000 | 100001 | 1010100 | 0 | 1000111 | 11001 | 111000 | 101000001 | 110110 | 11100 |
Color Harmonies of #702154
Complementary color
Monochromatic Colors of #702154
Black with #702154
Text Example
Text Example
White with #702154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702154; }
p { color: rgb(112,33,84); }
H1.HeaderClassName
{
color: #702154;
}
.AnyTagClassName
{
color: #702154;
}
</style>
background-color css
<style>
a { background-color: #702154; }
a { background-color: rgb(112,33,84); }
div.DivClassName
{
background-color: #702154;
}
.BgClassName
{
background-color: #702154;
}
</style>
border-color css
<style>
span { border-color: #702154; }
span { border-color: rgb(112,33,84); }
td.TdClassName
{
border-color: #702154;
}
.TagClassName
{
border-color: #702154;
}
</style>