Shades of Pompadour #57213E
Tints of Pompadour #57213E
RGB
CMYK
RGB Variations
Color information
#57213E (or 0x57213E) is known color: Pompadour. HEX triplet: 57, 21 and 3E. RGB value is (87,33,62). Sum of RGB (Red+Green+Blue) = 87+33+62=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #57213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57213E is #A8DEC1. Grayscale: #343434. Windows color (decimal): -11067074 or 4071767. OLE color: 4071767.
HSL color Cylindrical-coordinate representation of color #57213E: hue angle of 327.78º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57213E is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 33 | 62 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.66 |
| HSL | 327.78º | 0.45% | 0.24% | - |
| HSV(B) | 327.78º | 0.62% | 0.34% | - |
| XYZ | 5.34 | 3.46 | 4.94 | - |
| YUV | 52.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 33 | 62 | 0 | 0.62 | 0.29 | 0.66 | 327.78 | 0.45 | 0.24 |
| Hex | 57 | 21 | 3E | 0 | 3E | 1D | 42 | 148 | 2D | 18 |
| Octal | 127 | 41 | 76 | 0 | 76 | 35 | 102 | 510 | 55 | 30 |
| Binary | 1010111 | 100001 | 111110 | 0 | 111110 | 11101 | 1000010 | 101001000 | 101101 | 11000 |
Color Harmonies of #57213E
Complementary color
Monochromatic Colors of #57213E
Black with #57213E
Text Example
Text Example
White with #57213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57213E; }
p { color: rgb(87,33,62); }
H1.HeaderClassName
{
color: #57213E;
}
.AnyTagClassName
{
color: #57213E;
}
</style>
background-color css
<style>
a { background-color: #57213E; }
a { background-color: rgb(87,33,62); }
div.DivClassName
{
background-color: #57213E;
}
.BgClassName
{
background-color: #57213E;
}
</style>
border-color css
<style>
span { border-color: #57213E; }
span { border-color: rgb(87,33,62); }
td.TdClassName
{
border-color: #57213E;
}
.TagClassName
{
border-color: #57213E;
}
</style>