Shades of Pompadour #701645
Tints of Pompadour #701645
RGB
CMYK
RGB Variations
Color information
#701645 (or 0x701645) is known color: Pompadour. HEX triplet: 70, 16 and 45. RGB value is (112,22,69). Sum of RGB (Red+Green+Blue) = 112+22+69=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #701645 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701645 is #8FE9BA. Grayscale: #363636. Windows color (decimal): -9431483 or 4527728. OLE color: 4527728.
HSL color Cylindrical-coordinate representation of color #701645: hue angle of 328.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701645 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 69 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.56 |
| HSL | 328.67º | 0.67% | 0.26% | - |
| HSV(B) | 328.67º | 0.8% | 0.44% | - |
| XYZ | 8.04 | 4.45 | 6.06 | - |
| YUV | 54.27 | 136.32 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 69 | 0 | 0.80 | 0.38 | 0.56 | 328.67 | 0.67 | 0.26 |
| Hex | 70 | 16 | 45 | 0 | 50 | 26 | 38 | 149 | 43 | 1A |
| Octal | 160 | 26 | 105 | 0 | 120 | 46 | 70 | 511 | 103 | 32 |
| Binary | 1110000 | 10110 | 1000101 | 0 | 1010000 | 100110 | 111000 | 101001001 | 1000011 | 11010 |
Color Harmonies of #701645
Complementary color
Monochromatic Colors of #701645
Black with #701645
Text Example
Text Example
White with #701645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701645; }
p { color: rgb(112,22,69); }
H1.HeaderClassName
{
color: #701645;
}
.AnyTagClassName
{
color: #701645;
}
</style>
background-color css
<style>
a { background-color: #701645; }
a { background-color: rgb(112,22,69); }
div.DivClassName
{
background-color: #701645;
}
.BgClassName
{
background-color: #701645;
}
</style>
border-color css
<style>
span { border-color: #701645; }
span { border-color: rgb(112,22,69); }
td.TdClassName
{
border-color: #701645;
}
.TagClassName
{
border-color: #701645;
}
</style>