Shades of Pompadour #702653
Tints of Pompadour #702653
RGB
CMYK
RGB Variations
Color information
#702653 (or 0x702653) is known color: Pompadour. HEX triplet: 70, 26 and 53. RGB value is (112,38,83). Sum of RGB (Red+Green+Blue) = 112+38+83=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #702653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702653 is #8FD9AC. Grayscale: #414141. Windows color (decimal): -9427373 or 5449328. OLE color: 5449328.
HSL color Cylindrical-coordinate representation of color #702653: hue angle of 323.51º 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 #702653 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 38 | 83 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.56 |
| HSL | 323.51º | 0.49% | 0.29% | - |
| HSV(B) | 323.51º | 0.66% | 0.44% | - |
| XYZ | 8.94 | 5.46 | 8.77 | - |
| YUV | 65.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 38 | 83 | 0 | 0.66 | 0.26 | 0.56 | 323.51 | 0.49 | 0.29 |
| Hex | 70 | 26 | 53 | 0 | 42 | 1A | 38 | 144 | 31 | 1D |
| Octal | 160 | 46 | 123 | 0 | 102 | 32 | 70 | 504 | 61 | 35 |
| Binary | 1110000 | 100110 | 1010011 | 0 | 1000010 | 11010 | 111000 | 101000100 | 110001 | 11101 |
Color Harmonies of #702653
Complementary color
Monochromatic Colors of #702653
Black with #702653
Text Example
Text Example
White with #702653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702653; }
p { color: rgb(112,38,83); }
H1.HeaderClassName
{
color: #702653;
}
.AnyTagClassName
{
color: #702653;
}
</style>
background-color css
<style>
a { background-color: #702653; }
a { background-color: rgb(112,38,83); }
div.DivClassName
{
background-color: #702653;
}
.BgClassName
{
background-color: #702653;
}
</style>
border-color css
<style>
span { border-color: #702653; }
span { border-color: rgb(112,38,83); }
td.TdClassName
{
border-color: #702653;
}
.TagClassName
{
border-color: #702653;
}
</style>