Shades of Pompadour #701D52
Tints of Pompadour #701D52
RGB
CMYK
RGB Variations
Color information
#701D52 (or 0x701D52) is known color: Pompadour. HEX triplet: 70, 1D and 52. RGB value is (112,29,82). Sum of RGB (Red+Green+Blue) = 112+29+82=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #701D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701D52 is #8FE2AD. Grayscale: #3B3B3B. Windows color (decimal): -9429678 or 5381488. OLE color: 5381488.
HSL color Cylindrical-coordinate representation of color #701D52: hue angle of 321.69º 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 #701D52 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 29 | 82 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.56 |
| HSL | 321.69º | 0.59% | 0.28% | - |
| HSV(B) | 321.69º | 0.74% | 0.44% | - |
| XYZ | 8.64 | 4.93 | 8.48 | - |
| YUV | 59.86 | 140.5 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 82 | 0 | 0.74 | 0.27 | 0.56 | 321.69 | 0.59 | 0.28 |
| Hex | 70 | 1D | 52 | 0 | 4A | 1B | 38 | 142 | 3B | 1C |
| Octal | 160 | 35 | 122 | 0 | 112 | 33 | 70 | 502 | 73 | 34 |
| Binary | 1110000 | 11101 | 1010010 | 0 | 1001010 | 11011 | 111000 | 101000010 | 111011 | 11100 |
Color Harmonies of #701D52
Complementary color
Monochromatic Colors of #701D52
Black with #701D52
Text Example
Text Example
White with #701D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D52; }
p { color: rgb(112,29,82); }
H1.HeaderClassName
{
color: #701D52;
}
.AnyTagClassName
{
color: #701D52;
}
</style>
background-color css
<style>
a { background-color: #701D52; }
a { background-color: rgb(112,29,82); }
div.DivClassName
{
background-color: #701D52;
}
.BgClassName
{
background-color: #701D52;
}
</style>
border-color css
<style>
span { border-color: #701D52; }
span { border-color: rgb(112,29,82); }
td.TdClassName
{
border-color: #701D52;
}
.TagClassName
{
border-color: #701D52;
}
</style>