Shades of Pompadour #711A3C
Tints of Pompadour #711A3C
RGB
CMYK
RGB Variations
Color information
#711A3C (or 0x711A3C) is known color: Pompadour. HEX triplet: 71, 1A and 3C. RGB value is (113,26,60). Sum of RGB (Red+Green+Blue) = 113+26+60=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #711A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711A3C is #8EE5C3. Grayscale: #373737. Windows color (decimal): -9364932 or 3938929. OLE color: 3938929.
HSL color Cylindrical-coordinate representation of color #711A3C: hue angle of 336.55º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711A3C is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 26 | 60 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.56 |
| HSL | 336.55º | 0.63% | 0.27% | - |
| HSV(B) | 336.55º | 0.77% | 0.44% | - |
| XYZ | 8 | 4.58 | 4.74 | - |
| YUV | 55.89 | 130.32 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 60 | 0 | 0.77 | 0.47 | 0.56 | 336.55 | 0.63 | 0.27 |
| Hex | 71 | 1A | 3C | 0 | 4D | 2F | 38 | 151 | 3F | 1B |
| Octal | 161 | 32 | 74 | 0 | 115 | 57 | 70 | 521 | 77 | 33 |
| Binary | 1110001 | 11010 | 111100 | 0 | 1001101 | 101111 | 111000 | 101010001 | 111111 | 11011 |
Color Harmonies of #711A3C
Complementary color
Monochromatic Colors of #711A3C
Black with #711A3C
Text Example
Text Example
White with #711A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711A3C; }
p { color: rgb(113,26,60); }
H1.HeaderClassName
{
color: #711A3C;
}
.AnyTagClassName
{
color: #711A3C;
}
</style>
background-color css
<style>
a { background-color: #711A3C; }
a { background-color: rgb(113,26,60); }
div.DivClassName
{
background-color: #711A3C;
}
.BgClassName
{
background-color: #711A3C;
}
</style>
border-color css
<style>
span { border-color: #711A3C; }
span { border-color: rgb(113,26,60); }
td.TdClassName
{
border-color: #711A3C;
}
.TagClassName
{
border-color: #711A3C;
}
</style>