Shades of Pompadour #711A42
Tints of Pompadour #711A42
RGB
CMYK
RGB Variations
Color information
#711A42 (or 0x711A42) is known color: Pompadour. HEX triplet: 71, 1A and 42. RGB value is (113,26,66). Sum of RGB (Red+Green+Blue) = 113+26+66=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #711A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711A42 is #8EE5BD. Grayscale: #383838. Windows color (decimal): -9364926 or 4332145. OLE color: 4332145.
HSL color Cylindrical-coordinate representation of color #711A42: hue angle of 332.41º 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 #711A42 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 26 | 66 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.56 |
| HSL | 332.41º | 0.63% | 0.27% | - |
| HSV(B) | 332.41º | 0.77% | 0.44% | - |
| XYZ | 8.16 | 4.64 | 5.62 | - |
| YUV | 56.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 66 | 0 | 0.77 | 0.42 | 0.56 | 332.41 | 0.63 | 0.27 |
| Hex | 71 | 1A | 42 | 0 | 4D | 2A | 38 | 14C | 3F | 1B |
| Octal | 161 | 32 | 102 | 0 | 115 | 52 | 70 | 514 | 77 | 33 |
| Binary | 1110001 | 11010 | 1000010 | 0 | 1001101 | 101010 | 111000 | 101001100 | 111111 | 11011 |
Color Harmonies of #711A42
Complementary color
Monochromatic Colors of #711A42
Black with #711A42
Text Example
Text Example
White with #711A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711A42; }
p { color: rgb(113,26,66); }
H1.HeaderClassName
{
color: #711A42;
}
.AnyTagClassName
{
color: #711A42;
}
</style>
background-color css
<style>
a { background-color: #711A42; }
a { background-color: rgb(113,26,66); }
div.DivClassName
{
background-color: #711A42;
}
.BgClassName
{
background-color: #711A42;
}
</style>
border-color css
<style>
span { border-color: #711A42; }
span { border-color: rgb(113,26,66); }
td.TdClassName
{
border-color: #711A42;
}
.TagClassName
{
border-color: #711A42;
}
</style>