Shades of Pompadour #711D3C
Tints of Pompadour #711D3C
RGB
CMYK
RGB Variations
Color information
#711D3C (or 0x711D3C) is known color: Pompadour. HEX triplet: 71, 1D and 3C. RGB value is (113,29,60). Sum of RGB (Red+Green+Blue) = 113+29+60=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #711D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711D3C is #8EE2C3. Grayscale: #393939. Windows color (decimal): -9364164 or 3939697. OLE color: 3939697.
HSL color Cylindrical-coordinate representation of color #711D3C: hue angle of 337.86º 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 #711D3C is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 29 | 60 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.56 |
| HSL | 337.86º | 0.59% | 0.28% | - |
| HSV(B) | 337.86º | 0.74% | 0.44% | - |
| XYZ | 8.07 | 4.72 | 4.76 | - |
| YUV | 57.65 | 129.33 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 60 | 0 | 0.74 | 0.47 | 0.56 | 337.86 | 0.59 | 0.28 |
| Hex | 71 | 1D | 3C | 0 | 4A | 2F | 38 | 152 | 3B | 1C |
| Octal | 161 | 35 | 74 | 0 | 112 | 57 | 70 | 522 | 73 | 34 |
| Binary | 1110001 | 11101 | 111100 | 0 | 1001010 | 101111 | 111000 | 101010010 | 111011 | 11100 |
Color Harmonies of #711D3C
Complementary color
Monochromatic Colors of #711D3C
Black with #711D3C
Text Example
Text Example
White with #711D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711D3C; }
p { color: rgb(113,29,60); }
H1.HeaderClassName
{
color: #711D3C;
}
.AnyTagClassName
{
color: #711D3C;
}
</style>
background-color css
<style>
a { background-color: #711D3C; }
a { background-color: rgb(113,29,60); }
div.DivClassName
{
background-color: #711D3C;
}
.BgClassName
{
background-color: #711D3C;
}
</style>
border-color css
<style>
span { border-color: #711D3C; }
span { border-color: rgb(113,29,60); }
td.TdClassName
{
border-color: #711D3C;
}
.TagClassName
{
border-color: #711D3C;
}
</style>