Shades of Pompadour #702441
Tints of Pompadour #702441
RGB
CMYK
RGB Variations
Color information
#702441 (or 0x702441) is known color: Pompadour. HEX triplet: 70, 24 and 41. RGB value is (112,36,65). Sum of RGB (Red+Green+Blue) = 112+36+65=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #702441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702441 is #8FDBBE. Grayscale: #3D3D3D. Windows color (decimal): -9427903 or 4269168. OLE color: 4269168.
HSL color Cylindrical-coordinate representation of color #702441: hue angle of 337.11º 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 #702441 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 36 | 65 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.56 |
| HSL | 337.11º | 0.51% | 0.29% | - |
| HSV(B) | 337.11º | 0.68% | 0.44% | - |
| XYZ | 8.27 | 5.09 | 5.55 | - |
| YUV | 62.03 | 129.68 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 36 | 65 | 0 | 0.68 | 0.42 | 0.56 | 337.11 | 0.51 | 0.29 |
| Hex | 70 | 24 | 41 | 0 | 44 | 2A | 38 | 151 | 33 | 1D |
| Octal | 160 | 44 | 101 | 0 | 104 | 52 | 70 | 521 | 63 | 35 |
| Binary | 1110000 | 100100 | 1000001 | 0 | 1000100 | 101010 | 111000 | 101010001 | 110011 | 11101 |
Color Harmonies of #702441
Complementary color
Monochromatic Colors of #702441
Black with #702441
Text Example
Text Example
White with #702441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702441; }
p { color: rgb(112,36,65); }
H1.HeaderClassName
{
color: #702441;
}
.AnyTagClassName
{
color: #702441;
}
</style>
background-color css
<style>
a { background-color: #702441; }
a { background-color: rgb(112,36,65); }
div.DivClassName
{
background-color: #702441;
}
.BgClassName
{
background-color: #702441;
}
</style>
border-color css
<style>
span { border-color: #702441; }
span { border-color: rgb(112,36,65); }
td.TdClassName
{
border-color: #702441;
}
.TagClassName
{
border-color: #702441;
}
</style>