Shades of Pompadour #701D55
Tints of Pompadour #701D55
RGB
CMYK
RGB Variations
Color information
#701D55 (or 0x701D55) is known color: Pompadour. HEX triplet: 70, 1D and 55. RGB value is (112,29,85). Sum of RGB (Red+Green+Blue) = 112+29+85=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #701D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701D55 is #8FE2AA. Grayscale: #3C3C3C. Windows color (decimal): -9429675 or 5578096. OLE color: 5578096.
HSL color Cylindrical-coordinate representation of color #701D55: hue angle of 319.52º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #701D55 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 29 | 85 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.56 |
| HSL | 319.52º | 0.59% | 0.28% | - |
| HSV(B) | 319.52º | 0.74% | 0.44% | - |
| XYZ | 8.76 | 4.98 | 9.09 | - |
| YUV | 60.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 85 | 0 | 0.74 | 0.24 | 0.56 | 319.52 | 0.59 | 0.28 |
| Hex | 70 | 1D | 55 | 0 | 4A | 18 | 38 | 140 | 3B | 1C |
| Octal | 160 | 35 | 125 | 0 | 112 | 30 | 70 | 500 | 73 | 34 |
| Binary | 1110000 | 11101 | 1010101 | 0 | 1001010 | 11000 | 111000 | 101000000 | 111011 | 11100 |
Color Harmonies of #701D55
Complementary color
Monochromatic Colors of #701D55
Black with #701D55
Text Example
Text Example
White with #701D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D55; }
p { color: rgb(112,29,85); }
H1.HeaderClassName
{
color: #701D55;
}
.AnyTagClassName
{
color: #701D55;
}
</style>
background-color css
<style>
a { background-color: #701D55; }
a { background-color: rgb(112,29,85); }
div.DivClassName
{
background-color: #701D55;
}
.BgClassName
{
background-color: #701D55;
}
</style>
border-color css
<style>
span { border-color: #701D55; }
span { border-color: rgb(112,29,85); }
td.TdClassName
{
border-color: #701D55;
}
.TagClassName
{
border-color: #701D55;
}
</style>