Shades of Loulou #57344C
Tints of Loulou #57344C
RGB
CMYK
RGB Variations
Color information
#57344C (or 0x57344C) is known color: Loulou. HEX triplet: 57, 34 and 4C. RGB value is (87,52,76). Sum of RGB (Red+Green+Blue) = 87+52+76=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 87 - color contains mainly: red. Hex color #57344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57344C is #A8CBB3. Grayscale: #414141. Windows color (decimal): -11062196 or 4994135. OLE color: 4994135.
HSL color Cylindrical-coordinate representation of color #57344C: hue angle of 318.86º 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 #57344C is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 52 | 76 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.66 |
| HSL | 318.86º | 0.25% | 0.27% | - |
| HSV(B) | 318.86º | 0.4% | 0.34% | - |
| XYZ | 6.46 | 5 | 7.46 | - |
| YUV | 65.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 52 | 76 | 0 | 0.40 | 0.13 | 0.66 | 318.86 | 0.25 | 0.27 |
| Hex | 57 | 34 | 4C | 0 | 28 | D | 42 | 13F | 19 | 1B |
| Octal | 127 | 64 | 114 | 0 | 50 | 15 | 102 | 477 | 31 | 33 |
| Binary | 1010111 | 110100 | 1001100 | 0 | 101000 | 1101 | 1000010 | 100111111 | 11001 | 11011 |
Color Harmonies of #57344C
Complementary color
Monochromatic Colors of #57344C
Black with #57344C
Text Example
Text Example
White with #57344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57344C; }
p { color: rgb(87,52,76); }
H1.HeaderClassName
{
color: #57344C;
}
.AnyTagClassName
{
color: #57344C;
}
</style>
background-color css
<style>
a { background-color: #57344C; }
a { background-color: rgb(87,52,76); }
div.DivClassName
{
background-color: #57344C;
}
.BgClassName
{
background-color: #57344C;
}
</style>
border-color css
<style>
span { border-color: #57344C; }
span { border-color: rgb(87,52,76); }
td.TdClassName
{
border-color: #57344C;
}
.TagClassName
{
border-color: #57344C;
}
</style>