Shades of Loulou #57344B
Tints of Loulou #57344B
RGB
CMYK
RGB Variations
Color information
#57344B (or 0x57344B) is known color: Loulou. HEX triplet: 57, 34 and 4B. RGB value is (87,52,75). Sum of RGB (Red+Green+Blue) = 87+52+75=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #57344B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57344B is #A8CBB4. Grayscale: #414141. Windows color (decimal): -11062197 or 4928599. OLE color: 4928599.
HSL color Cylindrical-coordinate representation of color #57344B: hue angle of 320.57º 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 #57344B is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 52 | 75 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.66 |
| HSL | 320.57º | 0.25% | 0.27% | - |
| HSV(B) | 320.57º | 0.4% | 0.34% | - |
| XYZ | 6.43 | 4.99 | 7.28 | - |
| YUV | 65.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 52 | 75 | 0 | 0.40 | 0.14 | 0.66 | 320.57 | 0.25 | 0.27 |
| Hex | 57 | 34 | 4B | 0 | 28 | E | 42 | 141 | 19 | 1B |
| Octal | 127 | 64 | 113 | 0 | 50 | 16 | 102 | 501 | 31 | 33 |
| Binary | 1010111 | 110100 | 1001011 | 0 | 101000 | 1110 | 1000010 | 101000001 | 11001 | 11011 |
Color Harmonies of #57344B
Complementary color
Monochromatic Colors of #57344B
Black with #57344B
Text Example
Text Example
White with #57344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57344B; }
p { color: rgb(87,52,75); }
H1.HeaderClassName
{
color: #57344B;
}
.AnyTagClassName
{
color: #57344B;
}
</style>
background-color css
<style>
a { background-color: #57344B; }
a { background-color: rgb(87,52,75); }
div.DivClassName
{
background-color: #57344B;
}
.BgClassName
{
background-color: #57344B;
}
</style>
border-color css
<style>
span { border-color: #57344B; }
span { border-color: rgb(87,52,75); }
td.TdClassName
{
border-color: #57344B;
}
.TagClassName
{
border-color: #57344B;
}
</style>