Shades of Pompadour #701C3E
Tints of Pompadour #701C3E
RGB
CMYK
RGB Variations
Color information
#701C3E (or 0x701C3E) is known color: Pompadour. HEX triplet: 70, 1C and 3E. RGB value is (112,28,62). Sum of RGB (Red+Green+Blue) = 112+28+62=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #701C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701C3E is #8FE3C1. Grayscale: #383838. Windows color (decimal): -9429954 or 4070512. OLE color: 4070512.
HSL color Cylindrical-coordinate representation of color #701C3E: hue angle of 335.71º 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 #701C3E is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 28 | 62 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.56 |
| HSL | 335.71º | 0.6% | 0.27% | - |
| HSV(B) | 335.71º | 0.75% | 0.44% | - |
| XYZ | 7.97 | 4.62 | 5.03 | - |
| YUV | 56.99 | 130.83 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 62 | 0 | 0.75 | 0.45 | 0.56 | 335.71 | 0.6 | 0.27 |
| Hex | 70 | 1C | 3E | 0 | 4B | 2D | 38 | 150 | 3C | 1B |
| Octal | 160 | 34 | 76 | 0 | 113 | 55 | 70 | 520 | 74 | 33 |
| Binary | 1110000 | 11100 | 111110 | 0 | 1001011 | 101101 | 111000 | 101010000 | 111100 | 11011 |
Color Harmonies of #701C3E
Complementary color
Monochromatic Colors of #701C3E
Black with #701C3E
Text Example
Text Example
White with #701C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701C3E; }
p { color: rgb(112,28,62); }
H1.HeaderClassName
{
color: #701C3E;
}
.AnyTagClassName
{
color: #701C3E;
}
</style>
background-color css
<style>
a { background-color: #701C3E; }
a { background-color: rgb(112,28,62); }
div.DivClassName
{
background-color: #701C3E;
}
.BgClassName
{
background-color: #701C3E;
}
</style>
border-color css
<style>
span { border-color: #701C3E; }
span { border-color: rgb(112,28,62); }
td.TdClassName
{
border-color: #701C3E;
}
.TagClassName
{
border-color: #701C3E;
}
</style>