Shades of Loulou #57204D
Tints of Loulou #57204D
RGB
CMYK
RGB Variations
Color information
#57204D (or 0x57204D) is known color: Loulou. HEX triplet: 57, 20 and 4D. RGB value is (87,32,77). Sum of RGB (Red+Green+Blue) = 87+32+77=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #57204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57204D is #A8DFB2. Grayscale: #353535. Windows color (decimal): -11067315 or 5054551. OLE color: 5054551.
HSL color Cylindrical-coordinate representation of color #57204D: hue angle of 310.91º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57204D is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 32 | 77 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.66 |
| HSL | 310.91º | 0.46% | 0.23% | - |
| HSV(B) | 310.91º | 0.63% | 0.34% | - |
| XYZ | 5.79 | 3.6 | 7.41 | - |
| YUV | 53.58 | 141.22 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 32 | 77 | 0 | 0.63 | 0.11 | 0.66 | 310.91 | 0.46 | 0.23 |
| Hex | 57 | 20 | 4D | 0 | 3F | B | 42 | 137 | 2E | 17 |
| Octal | 127 | 40 | 115 | 0 | 77 | 13 | 102 | 467 | 56 | 27 |
| Binary | 1010111 | 100000 | 1001101 | 0 | 111111 | 1011 | 1000010 | 100110111 | 101110 | 10111 |
Color Harmonies of #57204D
Complementary color
Monochromatic Colors of #57204D
Black with #57204D
Text Example
Text Example
White with #57204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57204D; }
p { color: rgb(87,32,77); }
H1.HeaderClassName
{
color: #57204D;
}
.AnyTagClassName
{
color: #57204D;
}
</style>
background-color css
<style>
a { background-color: #57204D; }
a { background-color: rgb(87,32,77); }
div.DivClassName
{
background-color: #57204D;
}
.BgClassName
{
background-color: #57204D;
}
</style>
border-color css
<style>
span { border-color: #57204D; }
span { border-color: rgb(87,32,77); }
td.TdClassName
{
border-color: #57204D;
}
.TagClassName
{
border-color: #57204D;
}
</style>