Shades of Pompadour #702542
Tints of Pompadour #702542
RGB
CMYK
RGB Variations
Color information
#702542 (or 0x702542) is known color: Pompadour. HEX triplet: 70, 25 and 42. RGB value is (112,37,66). Sum of RGB (Red+Green+Blue) = 112+37+66=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #702542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702542 is #8FDABD. Grayscale: #3E3E3E. Windows color (decimal): -9427646 or 4334960. OLE color: 4334960.
HSL color Cylindrical-coordinate representation of color #702542: hue angle of 336.8º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #702542 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 37 | 66 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.56 |
| HSL | 336.8º | 0.5% | 0.29% | - |
| HSV(B) | 336.8º | 0.67% | 0.44% | - |
| XYZ | 8.33 | 5.16 | 5.71 | - |
| YUV | 62.73 | 129.85 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 66 | 0 | 0.67 | 0.41 | 0.56 | 336.8 | 0.5 | 0.29 |
| Hex | 70 | 25 | 42 | 0 | 43 | 29 | 38 | 151 | 32 | 1D |
| Octal | 160 | 45 | 102 | 0 | 103 | 51 | 70 | 521 | 62 | 35 |
| Binary | 1110000 | 100101 | 1000010 | 0 | 1000011 | 101001 | 111000 | 101010001 | 110010 | 11101 |
Color Harmonies of #702542
Complementary color
Monochromatic Colors of #702542
Black with #702542
Text Example
Text Example
White with #702542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702542; }
p { color: rgb(112,37,66); }
H1.HeaderClassName
{
color: #702542;
}
.AnyTagClassName
{
color: #702542;
}
</style>
background-color css
<style>
a { background-color: #702542; }
a { background-color: rgb(112,37,66); }
div.DivClassName
{
background-color: #702542;
}
.BgClassName
{
background-color: #702542;
}
</style>
border-color css
<style>
span { border-color: #702542; }
span { border-color: rgb(112,37,66); }
td.TdClassName
{
border-color: #702542;
}
.TagClassName
{
border-color: #702542;
}
</style>