Shades of Pompadour #701B3E
Tints of Pompadour #701B3E
RGB
CMYK
RGB Variations
Color information
#701B3E (or 0x701B3E) is known color: Pompadour. HEX triplet: 70, 1B and 3E. RGB value is (112,27,62). Sum of RGB (Red+Green+Blue) = 112+27+62=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #701B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701B3E is #8FE4C1. Grayscale: #383838. Windows color (decimal): -9430210 or 4070256. OLE color: 4070256.
HSL color Cylindrical-coordinate representation of color #701B3E: hue angle of 335.29º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #701B3E is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 27 | 62 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.56 |
| HSL | 335.29º | 0.61% | 0.27% | - |
| HSV(B) | 335.29º | 0.76% | 0.44% | - |
| XYZ | 7.94 | 4.58 | 5.02 | - |
| YUV | 56.41 | 131.16 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 27 | 62 | 0 | 0.76 | 0.45 | 0.56 | 335.29 | 0.61 | 0.27 |
| Hex | 70 | 1B | 3E | 0 | 4C | 2D | 38 | 14F | 3D | 1B |
| Octal | 160 | 33 | 76 | 0 | 114 | 55 | 70 | 517 | 75 | 33 |
| Binary | 1110000 | 11011 | 111110 | 0 | 1001100 | 101101 | 111000 | 101001111 | 111101 | 11011 |
Color Harmonies of #701B3E
Complementary color
Monochromatic Colors of #701B3E
Black with #701B3E
Text Example
Text Example
White with #701B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701B3E; }
p { color: rgb(112,27,62); }
H1.HeaderClassName
{
color: #701B3E;
}
.AnyTagClassName
{
color: #701B3E;
}
</style>
background-color css
<style>
a { background-color: #701B3E; }
a { background-color: rgb(112,27,62); }
div.DivClassName
{
background-color: #701B3E;
}
.BgClassName
{
background-color: #701B3E;
}
</style>
border-color css
<style>
span { border-color: #701B3E; }
span { border-color: rgb(112,27,62); }
td.TdClassName
{
border-color: #701B3E;
}
.TagClassName
{
border-color: #701B3E;
}
</style>