Shades of Pompadour #702144
Tints of Pompadour #702144
RGB
CMYK
RGB Variations
Color information
#702144 (or 0x702144) is known color: Pompadour. HEX triplet: 70, 21 and 44. RGB value is (112,33,68). Sum of RGB (Red+Green+Blue) = 112+33+68=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #702144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702144 is #8FDEBB. Grayscale: #3C3C3C. Windows color (decimal): -9428668 or 4465008. OLE color: 4465008.
HSL color Cylindrical-coordinate representation of color #702144: hue angle of 333.42º 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 #702144 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 68 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.56 |
| HSL | 333.42º | 0.54% | 0.28% | - |
| HSV(B) | 333.42º | 0.71% | 0.44% | - |
| XYZ | 8.27 | 4.95 | 5.99 | - |
| YUV | 60.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 68 | 0 | 0.71 | 0.39 | 0.56 | 333.42 | 0.54 | 0.28 |
| Hex | 70 | 21 | 44 | 0 | 47 | 27 | 38 | 14D | 36 | 1C |
| Octal | 160 | 41 | 104 | 0 | 107 | 47 | 70 | 515 | 66 | 34 |
| Binary | 1110000 | 100001 | 1000100 | 0 | 1000111 | 100111 | 111000 | 101001101 | 110110 | 11100 |
Color Harmonies of #702144
Complementary color
Monochromatic Colors of #702144
Black with #702144
Text Example
Text Example
White with #702144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702144; }
p { color: rgb(112,33,68); }
H1.HeaderClassName
{
color: #702144;
}
.AnyTagClassName
{
color: #702144;
}
</style>
background-color css
<style>
a { background-color: #702144; }
a { background-color: rgb(112,33,68); }
div.DivClassName
{
background-color: #702144;
}
.BgClassName
{
background-color: #702144;
}
</style>
border-color css
<style>
span { border-color: #702144; }
span { border-color: rgb(112,33,68); }
td.TdClassName
{
border-color: #702144;
}
.TagClassName
{
border-color: #702144;
}
</style>