Shades of Pompadour #711C3C
Tints of Pompadour #711C3C
RGB
CMYK
RGB Variations
Color information
#711C3C (or 0x711C3C) is known color: Pompadour. HEX triplet: 71, 1C and 3C. RGB value is (113,28,60). Sum of RGB (Red+Green+Blue) = 113+28+60=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #711C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C3C is #8EE3C3. Grayscale: #393939. Windows color (decimal): -9364420 or 3939441. OLE color: 3939441.
HSL color Cylindrical-coordinate representation of color #711C3C: hue angle of 337.41º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #711C3C is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 28 | 60 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.56 |
| HSL | 337.41º | 0.6% | 0.28% | - |
| HSV(B) | 337.41º | 0.75% | 0.44% | - |
| XYZ | 8.04 | 4.67 | 4.75 | - |
| YUV | 57.06 | 129.66 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 60 | 0 | 0.75 | 0.47 | 0.56 | 337.41 | 0.6 | 0.28 |
| Hex | 71 | 1C | 3C | 0 | 4B | 2F | 38 | 151 | 3C | 1C |
| Octal | 161 | 34 | 74 | 0 | 113 | 57 | 70 | 521 | 74 | 34 |
| Binary | 1110001 | 11100 | 111100 | 0 | 1001011 | 101111 | 111000 | 101010001 | 111100 | 11100 |
Color Harmonies of #711C3C
Complementary color
Monochromatic Colors of #711C3C
Black with #711C3C
Text Example
Text Example
White with #711C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C3C; }
p { color: rgb(113,28,60); }
H1.HeaderClassName
{
color: #711C3C;
}
.AnyTagClassName
{
color: #711C3C;
}
</style>
background-color css
<style>
a { background-color: #711C3C; }
a { background-color: rgb(113,28,60); }
div.DivClassName
{
background-color: #711C3C;
}
.BgClassName
{
background-color: #711C3C;
}
</style>
border-color css
<style>
span { border-color: #711C3C; }
span { border-color: rgb(113,28,60); }
td.TdClassName
{
border-color: #711C3C;
}
.TagClassName
{
border-color: #711C3C;
}
</style>