Shades of Pompadour #71204C
Tints of Pompadour #71204C
RGB
CMYK
RGB Variations
Color information
#71204C (or 0x71204C) is known color: Pompadour. HEX triplet: 71, 20 and 4C. RGB value is (113,32,76). Sum of RGB (Red+Green+Blue) = 113+32+76=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #71204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71204C is #8EDFB3. Grayscale: #3D3D3D. Windows color (decimal): -9363380 or 4989041. OLE color: 4989041.
HSL color Cylindrical-coordinate representation of color #71204C: hue angle of 327.41º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71204C is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 32 | 76 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.56 |
| HSL | 327.41º | 0.56% | 0.28% | - |
| HSV(B) | 327.41º | 0.72% | 0.44% | - |
| XYZ | 8.63 | 5.07 | 7.36 | - |
| YUV | 61.24 | 136.34 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 32 | 76 | 0 | 0.72 | 0.33 | 0.56 | 327.41 | 0.56 | 0.28 |
| Hex | 71 | 20 | 4C | 0 | 48 | 21 | 38 | 147 | 38 | 1C |
| Octal | 161 | 40 | 114 | 0 | 110 | 41 | 70 | 507 | 70 | 34 |
| Binary | 1110001 | 100000 | 1001100 | 0 | 1001000 | 100001 | 111000 | 101000111 | 111000 | 11100 |
Color Harmonies of #71204C
Complementary color
Monochromatic Colors of #71204C
Black with #71204C
Text Example
Text Example
White with #71204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71204C; }
p { color: rgb(113,32,76); }
H1.HeaderClassName
{
color: #71204C;
}
.AnyTagClassName
{
color: #71204C;
}
</style>
background-color css
<style>
a { background-color: #71204C; }
a { background-color: rgb(113,32,76); }
div.DivClassName
{
background-color: #71204C;
}
.BgClassName
{
background-color: #71204C;
}
</style>
border-color css
<style>
span { border-color: #71204C; }
span { border-color: rgb(113,32,76); }
td.TdClassName
{
border-color: #71204C;
}
.TagClassName
{
border-color: #71204C;
}
</style>