Shades of Pompadour #57163F
Tints of Pompadour #57163F
RGB
CMYK
RGB Variations
Color information
#57163F (or 0x57163F) is known color: Pompadour. HEX triplet: 57, 16 and 3F. RGB value is (87,22,63). Sum of RGB (Red+Green+Blue) = 87+22+63=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #57163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57163F is #A8E9C0. Grayscale: #2E2E2E. Windows color (decimal): -11069889 or 4134487. OLE color: 4134487.
HSL color Cylindrical-coordinate representation of color #57163F: hue angle of 322.15º 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 #57163F is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 22 | 63 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.66 |
| HSL | 322.15º | 0.6% | 0.21% | - |
| HSV(B) | 322.15º | 0.75% | 0.34% | - |
| XYZ | 5.11 | 2.96 | 5 | - |
| YUV | 46.11 | 137.53 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 22 | 63 | 0 | 0.75 | 0.28 | 0.66 | 322.15 | 0.6 | 0.21 |
| Hex | 57 | 16 | 3F | 0 | 4B | 1C | 42 | 142 | 3C | 15 |
| Octal | 127 | 26 | 77 | 0 | 113 | 34 | 102 | 502 | 74 | 25 |
| Binary | 1010111 | 10110 | 111111 | 0 | 1001011 | 11100 | 1000010 | 101000010 | 111100 | 10101 |
Color Harmonies of #57163F
Complementary color
Monochromatic Colors of #57163F
Black with #57163F
Text Example
Text Example
White with #57163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57163F; }
p { color: rgb(87,22,63); }
H1.HeaderClassName
{
color: #57163F;
}
.AnyTagClassName
{
color: #57163F;
}
</style>
background-color css
<style>
a { background-color: #57163F; }
a { background-color: rgb(87,22,63); }
div.DivClassName
{
background-color: #57163F;
}
.BgClassName
{
background-color: #57163F;
}
</style>
border-color css
<style>
span { border-color: #57163F; }
span { border-color: rgb(87,22,63); }
td.TdClassName
{
border-color: #57163F;
}
.TagClassName
{
border-color: #57163F;
}
</style>