Shades of Loulou #57314C
Tints of Loulou #57314C
RGB
CMYK
RGB Variations
Color information
#57314C (or 0x57314C) is known color: Loulou. HEX triplet: 57, 31 and 4C. RGB value is (87,49,76). Sum of RGB (Red+Green+Blue) = 87+49+76=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 87 - color contains mainly: red. Hex color #57314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57314C is #A8CEB3. Grayscale: #3F3F3F. Windows color (decimal): -11062964 or 4993367. OLE color: 4993367.
HSL color Cylindrical-coordinate representation of color #57314C: hue angle of 317.37º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57314C is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 49 | 76 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.66 |
| HSL | 317.37º | 0.28% | 0.27% | - |
| HSV(B) | 317.37º | 0.44% | 0.34% | - |
| XYZ | 6.33 | 4.74 | 7.42 | - |
| YUV | 63.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 49 | 76 | 0 | 0.44 | 0.13 | 0.66 | 317.37 | 0.28 | 0.27 |
| Hex | 57 | 31 | 4C | 0 | 2C | D | 42 | 13D | 1C | 1B |
| Octal | 127 | 61 | 114 | 0 | 54 | 15 | 102 | 475 | 34 | 33 |
| Binary | 1010111 | 110001 | 1001100 | 0 | 101100 | 1101 | 1000010 | 100111101 | 11100 | 11011 |
Color Harmonies of #57314C
Complementary color
Monochromatic Colors of #57314C
Black with #57314C
Text Example
Text Example
White with #57314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57314C; }
p { color: rgb(87,49,76); }
H1.HeaderClassName
{
color: #57314C;
}
.AnyTagClassName
{
color: #57314C;
}
</style>
background-color css
<style>
a { background-color: #57314C; }
a { background-color: rgb(87,49,76); }
div.DivClassName
{
background-color: #57314C;
}
.BgClassName
{
background-color: #57314C;
}
</style>
border-color css
<style>
span { border-color: #57314C; }
span { border-color: rgb(87,49,76); }
td.TdClassName
{
border-color: #57314C;
}
.TagClassName
{
border-color: #57314C;
}
</style>