Shades of Pompadour #711D42
Tints of Pompadour #711D42
RGB
CMYK
RGB Variations
Color information
#711D42 (or 0x711D42) is known color: Pompadour. HEX triplet: 71, 1D and 42. RGB value is (113,29,66). Sum of RGB (Red+Green+Blue) = 113+29+66=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #711D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711D42 is #8EE2BD. Grayscale: #3A3A3A. Windows color (decimal): -9364158 or 4332913. OLE color: 4332913.
HSL color Cylindrical-coordinate representation of color #711D42: hue angle of 333.57º 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 #711D42 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 29 | 66 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.56 |
| HSL | 333.57º | 0.59% | 0.28% | - |
| HSV(B) | 333.57º | 0.74% | 0.44% | - |
| XYZ | 8.23 | 4.78 | 5.64 | - |
| YUV | 58.33 | 132.33 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 66 | 0 | 0.74 | 0.42 | 0.56 | 333.57 | 0.59 | 0.28 |
| Hex | 71 | 1D | 42 | 0 | 4A | 2A | 38 | 14E | 3B | 1C |
| Octal | 161 | 35 | 102 | 0 | 112 | 52 | 70 | 516 | 73 | 34 |
| Binary | 1110001 | 11101 | 1000010 | 0 | 1001010 | 101010 | 111000 | 101001110 | 111011 | 11100 |
Color Harmonies of #711D42
Complementary color
Monochromatic Colors of #711D42
Black with #711D42
Text Example
Text Example
White with #711D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711D42; }
p { color: rgb(113,29,66); }
H1.HeaderClassName
{
color: #711D42;
}
.AnyTagClassName
{
color: #711D42;
}
</style>
background-color css
<style>
a { background-color: #711D42; }
a { background-color: rgb(113,29,66); }
div.DivClassName
{
background-color: #711D42;
}
.BgClassName
{
background-color: #711D42;
}
</style>
border-color css
<style>
span { border-color: #711D42; }
span { border-color: rgb(113,29,66); }
td.TdClassName
{
border-color: #711D42;
}
.TagClassName
{
border-color: #711D42;
}
</style>