Shades of Pompadour #711D41
Tints of Pompadour #711D41
RGB
CMYK
RGB Variations
Color information
#711D41 (or 0x711D41) is known color: Pompadour. HEX triplet: 71, 1D and 41. RGB value is (113,29,65). Sum of RGB (Red+Green+Blue) = 113+29+65=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #711D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711D41 is #8EE2BE. Grayscale: #3A3A3A. Windows color (decimal): -9364159 or 4267377. OLE color: 4267377.
HSL color Cylindrical-coordinate representation of color #711D41: hue angle of 334.29º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #711D41 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 29 | 65 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.56 |
| HSL | 334.29º | 0.59% | 0.28% | - |
| HSV(B) | 334.29º | 0.74% | 0.44% | - |
| XYZ | 8.2 | 4.77 | 5.49 | - |
| YUV | 58.22 | 131.83 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 65 | 0 | 0.74 | 0.42 | 0.56 | 334.29 | 0.59 | 0.28 |
| Hex | 71 | 1D | 41 | 0 | 4A | 2A | 38 | 14E | 3B | 1C |
| Octal | 161 | 35 | 101 | 0 | 112 | 52 | 70 | 516 | 73 | 34 |
| Binary | 1110001 | 11101 | 1000001 | 0 | 1001010 | 101010 | 111000 | 101001110 | 111011 | 11100 |
Color Harmonies of #711D41
Complementary color
Monochromatic Colors of #711D41
Black with #711D41
Text Example
Text Example
White with #711D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711D41; }
p { color: rgb(113,29,65); }
H1.HeaderClassName
{
color: #711D41;
}
.AnyTagClassName
{
color: #711D41;
}
</style>
background-color css
<style>
a { background-color: #711D41; }
a { background-color: rgb(113,29,65); }
div.DivClassName
{
background-color: #711D41;
}
.BgClassName
{
background-color: #711D41;
}
</style>
border-color css
<style>
span { border-color: #711D41; }
span { border-color: rgb(113,29,65); }
td.TdClassName
{
border-color: #711D41;
}
.TagClassName
{
border-color: #711D41;
}
</style>