Shades of Pompadour #71113C
Tints of Pompadour #71113C
RGB
CMYK
RGB Variations
Color information
#71113C (or 0x71113C) is known color: Pompadour. HEX triplet: 71, 11 and 3C. RGB value is (113,17,60). Sum of RGB (Red+Green+Blue) = 113+17+60=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #71113C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71113C is #8EEEC3. Grayscale: #323232. Windows color (decimal): -9367236 or 3936625. OLE color: 3936625.
HSL color Cylindrical-coordinate representation of color #71113C: hue angle of 333.12º 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 #71113C is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 17 | 60 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.56 |
| HSL | 333.13º | 0.74% | 0.25% | - |
| HSV(B) | 333.13º | 0.85% | 0.44% | - |
| XYZ | 7.83 | 4.24 | 4.68 | - |
| YUV | 50.61 | 133.3 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 17 | 60 | 0 | 0.85 | 0.47 | 0.56 | 333.13 | 0.74 | 0.25 |
| Hex | 71 | 11 | 3C | 0 | 55 | 2F | 38 | 14D | 4A | 19 |
| Octal | 161 | 21 | 74 | 0 | 125 | 57 | 70 | 515 | 112 | 31 |
| Binary | 1110001 | 10001 | 111100 | 0 | 1010101 | 101111 | 111000 | 101001101 | 1001010 | 11001 |
Color Harmonies of #71113C
Complementary color
Monochromatic Colors of #71113C
Black with #71113C
Text Example
Text Example
White with #71113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71113C; }
p { color: rgb(113,17,60); }
H1.HeaderClassName
{
color: #71113C;
}
.AnyTagClassName
{
color: #71113C;
}
</style>
background-color css
<style>
a { background-color: #71113C; }
a { background-color: rgb(113,17,60); }
div.DivClassName
{
background-color: #71113C;
}
.BgClassName
{
background-color: #71113C;
}
</style>
border-color css
<style>
span { border-color: #71113C; }
span { border-color: rgb(113,17,60); }
td.TdClassName
{
border-color: #71113C;
}
.TagClassName
{
border-color: #71113C;
}
</style>