Shades of Pompadour #701C41
Tints of Pompadour #701C41
RGB
CMYK
RGB Variations
Color information
#701C41 (or 0x701C41) is known color: Pompadour. HEX triplet: 70, 1C and 41. RGB value is (112,28,65). Sum of RGB (Red+Green+Blue) = 112+28+65=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #701C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701C41 is #8FE3BE. Grayscale: #393939. Windows color (decimal): -9429951 or 4267120. OLE color: 4267120.
HSL color Cylindrical-coordinate representation of color #701C41: hue angle of 333.57º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #701C41 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 28 | 65 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.56 |
| HSL | 333.57º | 0.6% | 0.27% | - |
| HSV(B) | 333.57º | 0.75% | 0.44% | - |
| XYZ | 8.05 | 4.66 | 5.48 | - |
| YUV | 57.33 | 132.33 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 65 | 0 | 0.75 | 0.42 | 0.56 | 333.57 | 0.6 | 0.27 |
| Hex | 70 | 1C | 41 | 0 | 4B | 2A | 38 | 14E | 3C | 1B |
| Octal | 160 | 34 | 101 | 0 | 113 | 52 | 70 | 516 | 74 | 33 |
| Binary | 1110000 | 11100 | 1000001 | 0 | 1001011 | 101010 | 111000 | 101001110 | 111100 | 11011 |
Color Harmonies of #701C41
Complementary color
Monochromatic Colors of #701C41
Black with #701C41
Text Example
Text Example
White with #701C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701C41; }
p { color: rgb(112,28,65); }
H1.HeaderClassName
{
color: #701C41;
}
.AnyTagClassName
{
color: #701C41;
}
</style>
background-color css
<style>
a { background-color: #701C41; }
a { background-color: rgb(112,28,65); }
div.DivClassName
{
background-color: #701C41;
}
.BgClassName
{
background-color: #701C41;
}
</style>
border-color css
<style>
span { border-color: #701C41; }
span { border-color: rgb(112,28,65); }
td.TdClassName
{
border-color: #701C41;
}
.TagClassName
{
border-color: #701C41;
}
</style>