Shades of Pompadour #57173C
Tints of Pompadour #57173C
RGB
CMYK
RGB Variations
Color information
#57173C (or 0x57173C) is known color: Pompadour. HEX triplet: 57, 17 and 3C. RGB value is (87,23,60). Sum of RGB (Red+Green+Blue) = 87+23+60=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #57173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57173C is #A8E8C3. Grayscale: #2E2E2E. Windows color (decimal): -11069636 or 3938135. OLE color: 3938135.
HSL color Cylindrical-coordinate representation of color #57173C: hue angle of 325.31º 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 #57173C is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 23 | 60 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.66 |
| HSL | 325.31º | 0.58% | 0.22% | - |
| HSV(B) | 325.31º | 0.74% | 0.34% | - |
| XYZ | 5.05 | 2.97 | 4.58 | - |
| YUV | 46.35 | 135.7 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 23 | 60 | 0 | 0.74 | 0.31 | 0.66 | 325.31 | 0.58 | 0.22 |
| Hex | 57 | 17 | 3C | 0 | 4A | 1F | 42 | 145 | 3A | 16 |
| Octal | 127 | 27 | 74 | 0 | 112 | 37 | 102 | 505 | 72 | 26 |
| Binary | 1010111 | 10111 | 111100 | 0 | 1001010 | 11111 | 1000010 | 101000101 | 111010 | 10110 |
Color Harmonies of #57173C
Complementary color
Monochromatic Colors of #57173C
Black with #57173C
Text Example
Text Example
White with #57173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57173C; }
p { color: rgb(87,23,60); }
H1.HeaderClassName
{
color: #57173C;
}
.AnyTagClassName
{
color: #57173C;
}
</style>
background-color css
<style>
a { background-color: #57173C; }
a { background-color: rgb(87,23,60); }
div.DivClassName
{
background-color: #57173C;
}
.BgClassName
{
background-color: #57173C;
}
</style>
border-color css
<style>
span { border-color: #57173C; }
span { border-color: rgb(87,23,60); }
td.TdClassName
{
border-color: #57173C;
}
.TagClassName
{
border-color: #57173C;
}
</style>