Shades of Pompadour #57193C
Tints of Pompadour #57193C
RGB
CMYK
RGB Variations
Color information
#57193C (or 0x57193C) is known color: Pompadour. HEX triplet: 57, 19 and 3C. RGB value is (87,25,60). Sum of RGB (Red+Green+Blue) = 87+25+60=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #57193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57193C is #A8E6C3. Grayscale: #2F2F2F. Windows color (decimal): -11069124 or 3938647. OLE color: 3938647.
HSL color Cylindrical-coordinate representation of color #57193C: hue angle of 326.13º 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 #57193C is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 25 | 60 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.66 |
| HSL | 326.13º | 0.55% | 0.22% | - |
| HSV(B) | 326.13º | 0.71% | 0.34% | - |
| XYZ | 5.09 | 3.05 | 4.59 | - |
| YUV | 47.53 | 135.04 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 25 | 60 | 0 | 0.71 | 0.31 | 0.66 | 326.13 | 0.55 | 0.22 |
| Hex | 57 | 19 | 3C | 0 | 47 | 1F | 42 | 146 | 37 | 16 |
| Octal | 127 | 31 | 74 | 0 | 107 | 37 | 102 | 506 | 67 | 26 |
| Binary | 1010111 | 11001 | 111100 | 0 | 1000111 | 11111 | 1000010 | 101000110 | 110111 | 10110 |
Color Harmonies of #57193C
Complementary color
Monochromatic Colors of #57193C
Black with #57193C
Text Example
Text Example
White with #57193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57193C; }
p { color: rgb(87,25,60); }
H1.HeaderClassName
{
color: #57193C;
}
.AnyTagClassName
{
color: #57193C;
}
</style>
background-color css
<style>
a { background-color: #57193C; }
a { background-color: rgb(87,25,60); }
div.DivClassName
{
background-color: #57193C;
}
.BgClassName
{
background-color: #57193C;
}
</style>
border-color css
<style>
span { border-color: #57193C; }
span { border-color: rgb(87,25,60); }
td.TdClassName
{
border-color: #57193C;
}
.TagClassName
{
border-color: #57193C;
}
</style>