Shades of Pompadour #702444
Tints of Pompadour #702444
RGB
CMYK
RGB Variations
Color information
#702444 (or 0x702444) is known color: Pompadour. HEX triplet: 70, 24 and 44. RGB value is (112,36,68). Sum of RGB (Red+Green+Blue) = 112+36+68=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #702444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702444 is #8FDBBB. Grayscale: #3E3E3E. Windows color (decimal): -9427900 or 4465776. OLE color: 4465776.
HSL color Cylindrical-coordinate representation of color #702444: hue angle of 334.74º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #702444 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 36 | 68 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.56 |
| HSL | 334.74º | 0.51% | 0.29% | - |
| HSV(B) | 334.74º | 0.68% | 0.44% | - |
| XYZ | 8.36 | 5.12 | 6.02 | - |
| YUV | 62.37 | 131.18 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 36 | 68 | 0 | 0.68 | 0.39 | 0.56 | 334.74 | 0.51 | 0.29 |
| Hex | 70 | 24 | 44 | 0 | 44 | 27 | 38 | 14F | 33 | 1D |
| Octal | 160 | 44 | 104 | 0 | 104 | 47 | 70 | 517 | 63 | 35 |
| Binary | 1110000 | 100100 | 1000100 | 0 | 1000100 | 100111 | 111000 | 101001111 | 110011 | 11101 |
Color Harmonies of #702444
Complementary color
Monochromatic Colors of #702444
Black with #702444
Text Example
Text Example
White with #702444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702444; }
p { color: rgb(112,36,68); }
H1.HeaderClassName
{
color: #702444;
}
.AnyTagClassName
{
color: #702444;
}
</style>
background-color css
<style>
a { background-color: #702444; }
a { background-color: rgb(112,36,68); }
div.DivClassName
{
background-color: #702444;
}
.BgClassName
{
background-color: #702444;
}
</style>
border-color css
<style>
span { border-color: #702444; }
span { border-color: rgb(112,36,68); }
td.TdClassName
{
border-color: #702444;
}
.TagClassName
{
border-color: #702444;
}
</style>