Shades of Loulou #57344D
Tints of Loulou #57344D
RGB
CMYK
RGB Variations
Color information
#57344D (or 0x57344D) is known color: Loulou. HEX triplet: 57, 34 and 4D. RGB value is (87,52,77). Sum of RGB (Red+Green+Blue) = 87+52+77=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 87 - color contains mainly: red. Hex color #57344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57344D is #A8CBB2. Grayscale: #414141. Windows color (decimal): -11062195 or 5059671. OLE color: 5059671.
HSL color Cylindrical-coordinate representation of color #57344D: hue angle of 317.14º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57344D is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 52 | 77 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.66 |
| HSL | 317.14º | 0.25% | 0.27% | - |
| HSV(B) | 317.14º | 0.4% | 0.34% | - |
| XYZ | 6.5 | 5.02 | 7.65 | - |
| YUV | 65.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 52 | 77 | 0 | 0.40 | 0.11 | 0.66 | 317.14 | 0.25 | 0.27 |
| Hex | 57 | 34 | 4D | 0 | 28 | B | 42 | 13D | 19 | 1B |
| Octal | 127 | 64 | 115 | 0 | 50 | 13 | 102 | 475 | 31 | 33 |
| Binary | 1010111 | 110100 | 1001101 | 0 | 101000 | 1011 | 1000010 | 100111101 | 11001 | 11011 |
Color Harmonies of #57344D
Complementary color
Monochromatic Colors of #57344D
Black with #57344D
Text Example
Text Example
White with #57344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57344D; }
p { color: rgb(87,52,77); }
H1.HeaderClassName
{
color: #57344D;
}
.AnyTagClassName
{
color: #57344D;
}
</style>
background-color css
<style>
a { background-color: #57344D; }
a { background-color: rgb(87,52,77); }
div.DivClassName
{
background-color: #57344D;
}
.BgClassName
{
background-color: #57344D;
}
</style>
border-color css
<style>
span { border-color: #57344D; }
span { border-color: rgb(87,52,77); }
td.TdClassName
{
border-color: #57344D;
}
.TagClassName
{
border-color: #57344D;
}
</style>