Shades of Pompadour #57233D
Tints of Pompadour #57233D
RGB
CMYK
RGB Variations
Color information
#57233D (or 0x57233D) is known color: Pompadour. HEX triplet: 57, 23 and 3D. RGB value is (87,35,61). Sum of RGB (Red+Green+Blue) = 87+35+61=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #57233D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57233D is #A8DCC2. Grayscale: #353535. Windows color (decimal): -11066563 or 4006743. OLE color: 4006743.
HSL color Cylindrical-coordinate representation of color #57233D: hue angle of 330º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57233D is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 35 | 61 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.66 |
| HSL | 330º | 0.43% | 0.24% | - |
| HSV(B) | 330º | 0.6% | 0.34% | - |
| XYZ | 5.37 | 3.57 | 4.82 | - |
| YUV | 53.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 35 | 61 | 0 | 0.60 | 0.30 | 0.66 | 330 | 0.43 | 0.24 |
| Hex | 57 | 23 | 3D | 0 | 3C | 1E | 42 | 14A | 2B | 18 |
| Octal | 127 | 43 | 75 | 0 | 74 | 36 | 102 | 512 | 53 | 30 |
| Binary | 1010111 | 100011 | 111101 | 0 | 111100 | 11110 | 1000010 | 101001010 | 101011 | 11000 |
Color Harmonies of #57233D
Complementary color
Monochromatic Colors of #57233D
Black with #57233D
Text Example
Text Example
White with #57233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57233D; }
p { color: rgb(87,35,61); }
H1.HeaderClassName
{
color: #57233D;
}
.AnyTagClassName
{
color: #57233D;
}
</style>
background-color css
<style>
a { background-color: #57233D; }
a { background-color: rgb(87,35,61); }
div.DivClassName
{
background-color: #57233D;
}
.BgClassName
{
background-color: #57233D;
}
</style>
border-color css
<style>
span { border-color: #57233D; }
span { border-color: rgb(87,35,61); }
td.TdClassName
{
border-color: #57233D;
}
.TagClassName
{
border-color: #57233D;
}
</style>