Shades of Pompadour #57203E
Tints of Pompadour #57203E
RGB
CMYK
RGB Variations
Color information
#57203E (or 0x57203E) is known color: Pompadour. HEX triplet: 57, 20 and 3E. RGB value is (87,32,62). Sum of RGB (Red+Green+Blue) = 87+32+62=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #57203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57203E is #A8DFC1. Grayscale: #333333. Windows color (decimal): -11067330 or 4071511. OLE color: 4071511.
HSL color Cylindrical-coordinate representation of color #57203E: hue angle of 327.27º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57203E is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 32 | 62 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.66 |
| HSL | 327.27º | 0.46% | 0.23% | - |
| HSV(B) | 327.27º | 0.63% | 0.34% | - |
| XYZ | 5.32 | 3.41 | 4.93 | - |
| YUV | 51.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 32 | 62 | 0 | 0.63 | 0.29 | 0.66 | 327.27 | 0.46 | 0.23 |
| Hex | 57 | 20 | 3E | 0 | 3F | 1D | 42 | 147 | 2E | 17 |
| Octal | 127 | 40 | 76 | 0 | 77 | 35 | 102 | 507 | 56 | 27 |
| Binary | 1010111 | 100000 | 111110 | 0 | 111111 | 11101 | 1000010 | 101000111 | 101110 | 10111 |
Color Harmonies of #57203E
Complementary color
Monochromatic Colors of #57203E
Black with #57203E
Text Example
Text Example
White with #57203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57203E; }
p { color: rgb(87,32,62); }
H1.HeaderClassName
{
color: #57203E;
}
.AnyTagClassName
{
color: #57203E;
}
</style>
background-color css
<style>
a { background-color: #57203E; }
a { background-color: rgb(87,32,62); }
div.DivClassName
{
background-color: #57203E;
}
.BgClassName
{
background-color: #57203E;
}
</style>
border-color css
<style>
span { border-color: #57203E; }
span { border-color: rgb(87,32,62); }
td.TdClassName
{
border-color: #57203E;
}
.TagClassName
{
border-color: #57203E;
}
</style>