Shades of Loulou #57284C
Tints of Loulou #57284C
RGB
CMYK
RGB Variations
Color information
#57284C (or 0x57284C) is known color: Loulou. HEX triplet: 57, 28 and 4C. RGB value is (87,40,76). Sum of RGB (Red+Green+Blue) = 87+40+76=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #57284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57284C is #A8D7B3. Grayscale: #3A3A3A. Windows color (decimal): -11065268 or 4991063. OLE color: 4991063.
HSL color Cylindrical-coordinate representation of color #57284C: hue angle of 314.04º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57284C is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 40 | 76 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.66 |
| HSL | 314.04º | 0.37% | 0.25% | - |
| HSV(B) | 314.04º | 0.54% | 0.34% | - |
| XYZ | 5.99 | 4.07 | 7.31 | - |
| YUV | 58.16 | 138.07 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 40 | 76 | 0 | 0.54 | 0.13 | 0.66 | 314.04 | 0.37 | 0.25 |
| Hex | 57 | 28 | 4C | 0 | 36 | D | 42 | 13A | 25 | 19 |
| Octal | 127 | 50 | 114 | 0 | 66 | 15 | 102 | 472 | 45 | 31 |
| Binary | 1010111 | 101000 | 1001100 | 0 | 110110 | 1101 | 1000010 | 100111010 | 100101 | 11001 |
Color Harmonies of #57284C
Complementary color
Monochromatic Colors of #57284C
Black with #57284C
Text Example
Text Example
White with #57284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57284C; }
p { color: rgb(87,40,76); }
H1.HeaderClassName
{
color: #57284C;
}
.AnyTagClassName
{
color: #57284C;
}
</style>
background-color css
<style>
a { background-color: #57284C; }
a { background-color: rgb(87,40,76); }
div.DivClassName
{
background-color: #57284C;
}
.BgClassName
{
background-color: #57284C;
}
</style>
border-color css
<style>
span { border-color: #57284C; }
span { border-color: rgb(87,40,76); }
td.TdClassName
{
border-color: #57284C;
}
.TagClassName
{
border-color: #57284C;
}
</style>