Shades of Loulou #57324B
Tints of Loulou #57324B
RGB
CMYK
RGB Variations
Color information
#57324B (or 0x57324B) is known color: Loulou. HEX triplet: 57, 32 and 4B. RGB value is (87,50,75). Sum of RGB (Red+Green+Blue) = 87+50+75=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 87 - color contains mainly: red. Hex color #57324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57324B is #A8CDB4. Grayscale: #3F3F3F. Windows color (decimal): -11062709 or 4928087. OLE color: 4928087.
HSL color Cylindrical-coordinate representation of color #57324B: hue angle of 319.46º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #57324B is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 50 | 75 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.66 |
| HSL | 319.46º | 0.27% | 0.27% | - |
| HSV(B) | 319.46º | 0.43% | 0.34% | - |
| XYZ | 6.34 | 4.82 | 7.25 | - |
| YUV | 63.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 50 | 75 | 0 | 0.43 | 0.14 | 0.66 | 319.46 | 0.27 | 0.27 |
| Hex | 57 | 32 | 4B | 0 | 2B | E | 42 | 13F | 1B | 1B |
| Octal | 127 | 62 | 113 | 0 | 53 | 16 | 102 | 477 | 33 | 33 |
| Binary | 1010111 | 110010 | 1001011 | 0 | 101011 | 1110 | 1000010 | 100111111 | 11011 | 11011 |
Color Harmonies of #57324B
Complementary color
Monochromatic Colors of #57324B
Black with #57324B
Text Example
Text Example
White with #57324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57324B; }
p { color: rgb(87,50,75); }
H1.HeaderClassName
{
color: #57324B;
}
.AnyTagClassName
{
color: #57324B;
}
</style>
background-color css
<style>
a { background-color: #57324B; }
a { background-color: rgb(87,50,75); }
div.DivClassName
{
background-color: #57324B;
}
.BgClassName
{
background-color: #57324B;
}
</style>
border-color css
<style>
span { border-color: #57324B; }
span { border-color: rgb(87,50,75); }
td.TdClassName
{
border-color: #57324B;
}
.TagClassName
{
border-color: #57324B;
}
</style>