Shades of Pompadour #702146
Tints of Pompadour #702146
RGB
CMYK
RGB Variations
Color information
#702146 (or 0x702146) is known color: Pompadour. HEX triplet: 70, 21 and 46. RGB value is (112,33,70). Sum of RGB (Red+Green+Blue) = 112+33+70=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #702146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702146 is #8FDEB9. Grayscale: #3C3C3C. Windows color (decimal): -9428666 or 4596080. OLE color: 4596080.
HSL color Cylindrical-coordinate representation of color #702146: hue angle of 331.9º 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 #702146 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 70 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.56 |
| HSL | 331.9º | 0.54% | 0.28% | - |
| HSV(B) | 331.9º | 0.71% | 0.44% | - |
| XYZ | 8.33 | 4.97 | 6.32 | - |
| YUV | 60.84 | 133.17 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 70 | 0 | 0.71 | 0.38 | 0.56 | 331.9 | 0.54 | 0.28 |
| Hex | 70 | 21 | 46 | 0 | 47 | 26 | 38 | 14C | 36 | 1C |
| Octal | 160 | 41 | 106 | 0 | 107 | 46 | 70 | 514 | 66 | 34 |
| Binary | 1110000 | 100001 | 1000110 | 0 | 1000111 | 100110 | 111000 | 101001100 | 110110 | 11100 |
Color Harmonies of #702146
Complementary color
Monochromatic Colors of #702146
Black with #702146
Text Example
Text Example
White with #702146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702146; }
p { color: rgb(112,33,70); }
H1.HeaderClassName
{
color: #702146;
}
.AnyTagClassName
{
color: #702146;
}
</style>
background-color css
<style>
a { background-color: #702146; }
a { background-color: rgb(112,33,70); }
div.DivClassName
{
background-color: #702146;
}
.BgClassName
{
background-color: #702146;
}
</style>
border-color css
<style>
span { border-color: #702146; }
span { border-color: rgb(112,33,70); }
td.TdClassName
{
border-color: #702146;
}
.TagClassName
{
border-color: #702146;
}
</style>