Shades of Pompadour #57193B
Tints of Pompadour #57193B
RGB
CMYK
RGB Variations
Color information
#57193B (or 0x57193B) is known color: Pompadour. HEX triplet: 57, 19 and 3B. RGB value is (87,25,59). Sum of RGB (Red+Green+Blue) = 87+25+59=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #57193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57193B is #A8E6C4. Grayscale: #2F2F2F. Windows color (decimal): -11069125 or 3873111. OLE color: 3873111.
HSL color Cylindrical-coordinate representation of color #57193B: hue angle of 327.1º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #57193B is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 25 | 59 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.66 |
| HSL | 327.1º | 0.55% | 0.22% | - |
| HSV(B) | 327.1º | 0.71% | 0.34% | - |
| XYZ | 5.07 | 3.04 | 4.46 | - |
| YUV | 47.41 | 134.54 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 25 | 59 | 0 | 0.71 | 0.32 | 0.66 | 327.1 | 0.55 | 0.22 |
| Hex | 57 | 19 | 3B | 0 | 47 | 20 | 42 | 147 | 37 | 16 |
| Octal | 127 | 31 | 73 | 0 | 107 | 40 | 102 | 507 | 67 | 26 |
| Binary | 1010111 | 11001 | 111011 | 0 | 1000111 | 100000 | 1000010 | 101000111 | 110111 | 10110 |
Color Harmonies of #57193B
Complementary color
Monochromatic Colors of #57193B
Black with #57193B
Text Example
Text Example
White with #57193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57193B; }
p { color: rgb(87,25,59); }
H1.HeaderClassName
{
color: #57193B;
}
.AnyTagClassName
{
color: #57193B;
}
</style>
background-color css
<style>
a { background-color: #57193B; }
a { background-color: rgb(87,25,59); }
div.DivClassName
{
background-color: #57193B;
}
.BgClassName
{
background-color: #57193B;
}
</style>
border-color css
<style>
span { border-color: #57193B; }
span { border-color: rgb(87,25,59); }
td.TdClassName
{
border-color: #57193B;
}
.TagClassName
{
border-color: #57193B;
}
</style>