Shades of Pompadour #702350
Tints of Pompadour #702350
RGB
CMYK
RGB Variations
Color information
#702350 (or 0x702350) is known color: Pompadour. HEX triplet: 70, 23 and 50. RGB value is (112,35,80). Sum of RGB (Red+Green+Blue) = 112+35+80=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #702350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702350 is #8FDCAF. Grayscale: #3F3F3F. Windows color (decimal): -9428144 or 5251952. OLE color: 5251952.
HSL color Cylindrical-coordinate representation of color #702350: hue angle of 324.94º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #702350 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 35 | 80 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.56 |
| HSL | 324.94º | 0.52% | 0.29% | - |
| HSV(B) | 324.94º | 0.69% | 0.44% | - |
| XYZ | 8.73 | 5.23 | 8.14 | - |
| YUV | 63.15 | 137.51 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 35 | 80 | 0 | 0.69 | 0.29 | 0.56 | 324.94 | 0.52 | 0.29 |
| Hex | 70 | 23 | 50 | 0 | 45 | 1D | 38 | 145 | 34 | 1D |
| Octal | 160 | 43 | 120 | 0 | 105 | 35 | 70 | 505 | 64 | 35 |
| Binary | 1110000 | 100011 | 1010000 | 0 | 1000101 | 11101 | 111000 | 101000101 | 110100 | 11101 |
Color Harmonies of #702350
Complementary color
Monochromatic Colors of #702350
Black with #702350
Text Example
Text Example
White with #702350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702350; }
p { color: rgb(112,35,80); }
H1.HeaderClassName
{
color: #702350;
}
.AnyTagClassName
{
color: #702350;
}
</style>
background-color css
<style>
a { background-color: #702350; }
a { background-color: rgb(112,35,80); }
div.DivClassName
{
background-color: #702350;
}
.BgClassName
{
background-color: #702350;
}
</style>
border-color css
<style>
span { border-color: #702350; }
span { border-color: rgb(112,35,80); }
td.TdClassName
{
border-color: #702350;
}
.TagClassName
{
border-color: #702350;
}
</style>