Shades of Pompadour #702346
Tints of Pompadour #702346
RGB
CMYK
RGB Variations
Color information
#702346 (or 0x702346) is known color: Pompadour. HEX triplet: 70, 23 and 46. RGB value is (112,35,70). Sum of RGB (Red+Green+Blue) = 112+35+70=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #702346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702346 is #8FDCB9. Grayscale: #3D3D3D. Windows color (decimal): -9428154 or 4596592. OLE color: 4596592.
HSL color Cylindrical-coordinate representation of color #702346: hue angle of 332.73º 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 #702346 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 35 | 70 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.56 |
| HSL | 332.73º | 0.52% | 0.29% | - |
| HSV(B) | 332.73º | 0.69% | 0.44% | - |
| XYZ | 8.39 | 5.09 | 6.33 | - |
| YUV | 62.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 35 | 70 | 0 | 0.69 | 0.38 | 0.56 | 332.73 | 0.52 | 0.29 |
| Hex | 70 | 23 | 46 | 0 | 45 | 26 | 38 | 14D | 34 | 1D |
| Octal | 160 | 43 | 106 | 0 | 105 | 46 | 70 | 515 | 64 | 35 |
| Binary | 1110000 | 100011 | 1000110 | 0 | 1000101 | 100110 | 111000 | 101001101 | 110100 | 11101 |
Color Harmonies of #702346
Complementary color
Monochromatic Colors of #702346
Black with #702346
Text Example
Text Example
White with #702346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702346; }
p { color: rgb(112,35,70); }
H1.HeaderClassName
{
color: #702346;
}
.AnyTagClassName
{
color: #702346;
}
</style>
background-color css
<style>
a { background-color: #702346; }
a { background-color: rgb(112,35,70); }
div.DivClassName
{
background-color: #702346;
}
.BgClassName
{
background-color: #702346;
}
</style>
border-color css
<style>
span { border-color: #702346; }
span { border-color: rgb(112,35,70); }
td.TdClassName
{
border-color: #702346;
}
.TagClassName
{
border-color: #702346;
}
</style>