Shades of Pompadour #71113D
Tints of Pompadour #71113D
RGB
CMYK
RGB Variations
Color information
#71113D (or 0x71113D) is known color: Pompadour. HEX triplet: 71, 11 and 3D. RGB value is (113,17,61). Sum of RGB (Red+Green+Blue) = 113+17+61=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #71113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71113D is #8EEEC2. Grayscale: #323232. Windows color (decimal): -9367235 or 4002161. OLE color: 4002161.
HSL color Cylindrical-coordinate representation of color #71113D: hue angle of 332.5º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71113D is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 17 | 61 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.56 |
| HSL | 332.5º | 0.74% | 0.25% | - |
| HSV(B) | 332.5º | 0.85% | 0.44% | - |
| XYZ | 7.85 | 4.25 | 4.82 | - |
| YUV | 50.72 | 133.8 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 17 | 61 | 0 | 0.85 | 0.46 | 0.56 | 332.5 | 0.74 | 0.25 |
| Hex | 71 | 11 | 3D | 0 | 55 | 2E | 38 | 14C | 4A | 19 |
| Octal | 161 | 21 | 75 | 0 | 125 | 56 | 70 | 514 | 112 | 31 |
| Binary | 1110001 | 10001 | 111101 | 0 | 1010101 | 101110 | 111000 | 101001100 | 1001010 | 11001 |
Color Harmonies of #71113D
Complementary color
Monochromatic Colors of #71113D
Black with #71113D
Text Example
Text Example
White with #71113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71113D; }
p { color: rgb(113,17,61); }
H1.HeaderClassName
{
color: #71113D;
}
.AnyTagClassName
{
color: #71113D;
}
</style>
background-color css
<style>
a { background-color: #71113D; }
a { background-color: rgb(113,17,61); }
div.DivClassName
{
background-color: #71113D;
}
.BgClassName
{
background-color: #71113D;
}
</style>
border-color css
<style>
span { border-color: #71113D; }
span { border-color: rgb(113,17,61); }
td.TdClassName
{
border-color: #71113D;
}
.TagClassName
{
border-color: #71113D;
}
</style>