Shades of Pompadour #57173E
Tints of Pompadour #57173E
RGB
CMYK
RGB Variations
Color information
#57173E (or 0x57173E) is known color: Pompadour. HEX triplet: 57, 17 and 3E. RGB value is (87,23,62). Sum of RGB (Red+Green+Blue) = 87+23+62=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #57173E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57173E is #A8E8C1. Grayscale: #2E2E2E. Windows color (decimal): -11069634 or 4069207. OLE color: 4069207.
HSL color Cylindrical-coordinate representation of color #57173E: hue angle of 323.44º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #57173E is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 23 | 62 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.66 |
| HSL | 323.44º | 0.58% | 0.22% | - |
| HSV(B) | 323.44º | 0.74% | 0.34% | - |
| XYZ | 5.11 | 2.99 | 4.86 | - |
| YUV | 46.58 | 136.7 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 23 | 62 | 0 | 0.74 | 0.29 | 0.66 | 323.44 | 0.58 | 0.22 |
| Hex | 57 | 17 | 3E | 0 | 4A | 1D | 42 | 143 | 3A | 16 |
| Octal | 127 | 27 | 76 | 0 | 112 | 35 | 102 | 503 | 72 | 26 |
| Binary | 1010111 | 10111 | 111110 | 0 | 1001010 | 11101 | 1000010 | 101000011 | 111010 | 10110 |
Color Harmonies of #57173E
Complementary color
Monochromatic Colors of #57173E
Black with #57173E
Text Example
Text Example
White with #57173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57173E; }
p { color: rgb(87,23,62); }
H1.HeaderClassName
{
color: #57173E;
}
.AnyTagClassName
{
color: #57173E;
}
</style>
background-color css
<style>
a { background-color: #57173E; }
a { background-color: rgb(87,23,62); }
div.DivClassName
{
background-color: #57173E;
}
.BgClassName
{
background-color: #57173E;
}
</style>
border-color css
<style>
span { border-color: #57173E; }
span { border-color: rgb(87,23,62); }
td.TdClassName
{
border-color: #57173E;
}
.TagClassName
{
border-color: #57173E;
}
</style>