Shades of Pompadour #57183C
Tints of Pompadour #57183C
RGB
CMYK
RGB Variations
Color information
#57183C (or 0x57183C) is known color: Pompadour. HEX triplet: 57, 18 and 3C. RGB value is (87,24,60). Sum of RGB (Red+Green+Blue) = 87+24+60=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #57183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57183C is #A8E7C3. Grayscale: #2E2E2E. Windows color (decimal): -11069380 or 3938391. OLE color: 3938391.
HSL color Cylindrical-coordinate representation of color #57183C: hue angle of 325.71º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #57183C is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 24 | 60 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.66 |
| HSL | 325.71º | 0.57% | 0.22% | - |
| HSV(B) | 325.71º | 0.72% | 0.34% | - |
| XYZ | 5.07 | 3.01 | 4.59 | - |
| YUV | 46.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 24 | 60 | 0 | 0.72 | 0.31 | 0.66 | 325.71 | 0.57 | 0.22 |
| Hex | 57 | 18 | 3C | 0 | 48 | 1F | 42 | 146 | 39 | 16 |
| Octal | 127 | 30 | 74 | 0 | 110 | 37 | 102 | 506 | 71 | 26 |
| Binary | 1010111 | 11000 | 111100 | 0 | 1001000 | 11111 | 1000010 | 101000110 | 111001 | 10110 |
Color Harmonies of #57183C
Complementary color
Monochromatic Colors of #57183C
Black with #57183C
Text Example
Text Example
White with #57183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57183C; }
p { color: rgb(87,24,60); }
H1.HeaderClassName
{
color: #57183C;
}
.AnyTagClassName
{
color: #57183C;
}
</style>
background-color css
<style>
a { background-color: #57183C; }
a { background-color: rgb(87,24,60); }
div.DivClassName
{
background-color: #57183C;
}
.BgClassName
{
background-color: #57183C;
}
</style>
border-color css
<style>
span { border-color: #57183C; }
span { border-color: rgb(87,24,60); }
td.TdClassName
{
border-color: #57183C;
}
.TagClassName
{
border-color: #57183C;
}
</style>