Shades of Pompadour #701448
Tints of Pompadour #701448
RGB
CMYK
RGB Variations
Color information
#701448 (or 0x701448) is known color: Pompadour. HEX triplet: 70, 14 and 48. RGB value is (112,20,72). Sum of RGB (Red+Green+Blue) = 112+20+72=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #701448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701448 is #8FEBB7. Grayscale: #353535. Windows color (decimal): -9431992 or 4723824. OLE color: 4723824.
HSL color Cylindrical-coordinate representation of color #701448: hue angle of 326.09º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701448 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 72 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.56 |
| HSL | 326.09º | 0.7% | 0.26% | - |
| HSV(B) | 326.09º | 0.82% | 0.44% | - |
| XYZ | 8.1 | 4.41 | 6.56 | - |
| YUV | 53.44 | 138.48 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 72 | 0 | 0.82 | 0.36 | 0.56 | 326.09 | 0.7 | 0.26 |
| Hex | 70 | 14 | 48 | 0 | 52 | 24 | 38 | 146 | 46 | 1A |
| Octal | 160 | 24 | 110 | 0 | 122 | 44 | 70 | 506 | 106 | 32 |
| Binary | 1110000 | 10100 | 1001000 | 0 | 1010010 | 100100 | 111000 | 101000110 | 1000110 | 11010 |
Color Harmonies of #701448
Complementary color
Monochromatic Colors of #701448
Black with #701448
Text Example
Text Example
White with #701448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701448; }
p { color: rgb(112,20,72); }
H1.HeaderClassName
{
color: #701448;
}
.AnyTagClassName
{
color: #701448;
}
</style>
background-color css
<style>
a { background-color: #701448; }
a { background-color: rgb(112,20,72); }
div.DivClassName
{
background-color: #701448;
}
.BgClassName
{
background-color: #701448;
}
</style>
border-color css
<style>
span { border-color: #701448; }
span { border-color: rgb(112,20,72); }
td.TdClassName
{
border-color: #701448;
}
.TagClassName
{
border-color: #701448;
}
</style>