Shades of Pompadour #57163E
Tints of Pompadour #57163E
RGB
CMYK
RGB Variations
Color information
#57163E (or 0x57163E) is known color: Pompadour. HEX triplet: 57, 16 and 3E. RGB value is (87,22,62). Sum of RGB (Red+Green+Blue) = 87+22+62=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #57163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57163E is #A8E9C1. Grayscale: #2D2D2D. Windows color (decimal): -11069890 or 4068951. OLE color: 4068951.
HSL color Cylindrical-coordinate representation of color #57163E: hue angle of 323.08º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #57163E is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 22 | 62 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.66 |
| HSL | 323.08º | 0.6% | 0.21% | - |
| HSV(B) | 323.08º | 0.75% | 0.34% | - |
| XYZ | 5.09 | 2.95 | 4.86 | - |
| YUV | 46 | 137.03 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 22 | 62 | 0 | 0.75 | 0.29 | 0.66 | 323.08 | 0.6 | 0.21 |
| Hex | 57 | 16 | 3E | 0 | 4B | 1D | 42 | 143 | 3C | 15 |
| Octal | 127 | 26 | 76 | 0 | 113 | 35 | 102 | 503 | 74 | 25 |
| Binary | 1010111 | 10110 | 111110 | 0 | 1001011 | 11101 | 1000010 | 101000011 | 111100 | 10101 |
Color Harmonies of #57163E
Complementary color
Monochromatic Colors of #57163E
Black with #57163E
Text Example
Text Example
White with #57163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57163E; }
p { color: rgb(87,22,62); }
H1.HeaderClassName
{
color: #57163E;
}
.AnyTagClassName
{
color: #57163E;
}
</style>
background-color css
<style>
a { background-color: #57163E; }
a { background-color: rgb(87,22,62); }
div.DivClassName
{
background-color: #57163E;
}
.BgClassName
{
background-color: #57163E;
}
</style>
border-color css
<style>
span { border-color: #57163E; }
span { border-color: rgb(87,22,62); }
td.TdClassName
{
border-color: #57163E;
}
.TagClassName
{
border-color: #57163E;
}
</style>