Shades of Pompadour #711D45
Tints of Pompadour #711D45
RGB
CMYK
RGB Variations
Color information
#711D45 (or 0x711D45) is known color: Pompadour. HEX triplet: 71, 1D and 45. RGB value is (113,29,69). Sum of RGB (Red+Green+Blue) = 113+29+69=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #711D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711D45 is #8EE2BA. Grayscale: #3A3A3A. Windows color (decimal): -9364155 or 4529521. OLE color: 4529521.
HSL color Cylindrical-coordinate representation of color #711D45: hue angle of 331.43º 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 #711D45 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 29 | 69 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.56 |
| HSL | 331.43º | 0.59% | 0.28% | - |
| HSV(B) | 331.43º | 0.74% | 0.44% | - |
| XYZ | 8.32 | 4.82 | 6.12 | - |
| YUV | 58.68 | 133.83 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 69 | 0 | 0.74 | 0.39 | 0.56 | 331.43 | 0.59 | 0.28 |
| Hex | 71 | 1D | 45 | 0 | 4A | 27 | 38 | 14B | 3B | 1C |
| Octal | 161 | 35 | 105 | 0 | 112 | 47 | 70 | 513 | 73 | 34 |
| Binary | 1110001 | 11101 | 1000101 | 0 | 1001010 | 100111 | 111000 | 101001011 | 111011 | 11100 |
Color Harmonies of #711D45
Complementary color
Monochromatic Colors of #711D45
Black with #711D45
Text Example
Text Example
White with #711D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711D45; }
p { color: rgb(113,29,69); }
H1.HeaderClassName
{
color: #711D45;
}
.AnyTagClassName
{
color: #711D45;
}
</style>
background-color css
<style>
a { background-color: #711D45; }
a { background-color: rgb(113,29,69); }
div.DivClassName
{
background-color: #711D45;
}
.BgClassName
{
background-color: #711D45;
}
</style>
border-color css
<style>
span { border-color: #711D45; }
span { border-color: rgb(113,29,69); }
td.TdClassName
{
border-color: #711D45;
}
.TagClassName
{
border-color: #711D45;
}
</style>