Shades of Pompadour #701C43
Tints of Pompadour #701C43
RGB
CMYK
RGB Variations
Color information
#701C43 (or 0x701C43) is known color: Pompadour. HEX triplet: 70, 1C and 43. RGB value is (112,28,67). Sum of RGB (Red+Green+Blue) = 112+28+67=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #701C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701C43 is #8FE3BC. Grayscale: #393939. Windows color (decimal): -9429949 or 4398192. OLE color: 4398192.
HSL color Cylindrical-coordinate representation of color #701C43: hue angle of 332.14º 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 #701C43 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 28 | 67 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.56 |
| HSL | 332.14º | 0.6% | 0.27% | - |
| HSV(B) | 332.14º | 0.75% | 0.44% | - |
| XYZ | 8.11 | 4.68 | 5.79 | - |
| YUV | 57.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 67 | 0 | 0.75 | 0.40 | 0.56 | 332.14 | 0.6 | 0.27 |
| Hex | 70 | 1C | 43 | 0 | 4B | 28 | 38 | 14C | 3C | 1B |
| Octal | 160 | 34 | 103 | 0 | 113 | 50 | 70 | 514 | 74 | 33 |
| Binary | 1110000 | 11100 | 1000011 | 0 | 1001011 | 101000 | 111000 | 101001100 | 111100 | 11011 |
Color Harmonies of #701C43
Complementary color
Monochromatic Colors of #701C43
Black with #701C43
Text Example
Text Example
White with #701C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701C43; }
p { color: rgb(112,28,67); }
H1.HeaderClassName
{
color: #701C43;
}
.AnyTagClassName
{
color: #701C43;
}
</style>
background-color css
<style>
a { background-color: #701C43; }
a { background-color: rgb(112,28,67); }
div.DivClassName
{
background-color: #701C43;
}
.BgClassName
{
background-color: #701C43;
}
</style>
border-color css
<style>
span { border-color: #701C43; }
span { border-color: rgb(112,28,67); }
td.TdClassName
{
border-color: #701C43;
}
.TagClassName
{
border-color: #701C43;
}
</style>