Shades of Loulou #57254D
Tints of Loulou #57254D
RGB
CMYK
RGB Variations
Color information
#57254D (or 0x57254D) is known color: Loulou. HEX triplet: 57, 25 and 4D. RGB value is (87,37,77). Sum of RGB (Red+Green+Blue) = 87+37+77=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #57254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57254D is #A8DAB2. Grayscale: #383838. Windows color (decimal): -11066035 or 5055831. OLE color: 5055831.
HSL color Cylindrical-coordinate representation of color #57254D: hue angle of 312º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57254D is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 37 | 77 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.66 |
| HSL | 312º | 0.4% | 0.24% | - |
| HSV(B) | 312º | 0.57% | 0.34% | - |
| XYZ | 5.93 | 3.89 | 7.46 | - |
| YUV | 56.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 37 | 77 | 0 | 0.57 | 0.11 | 0.66 | 312 | 0.4 | 0.24 |
| Hex | 57 | 25 | 4D | 0 | 39 | B | 42 | 138 | 28 | 18 |
| Octal | 127 | 45 | 115 | 0 | 71 | 13 | 102 | 470 | 50 | 30 |
| Binary | 1010111 | 100101 | 1001101 | 0 | 111001 | 1011 | 1000010 | 100111000 | 101000 | 11000 |
Color Harmonies of #57254D
Complementary color
Monochromatic Colors of #57254D
Black with #57254D
Text Example
Text Example
White with #57254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57254D; }
p { color: rgb(87,37,77); }
H1.HeaderClassName
{
color: #57254D;
}
.AnyTagClassName
{
color: #57254D;
}
</style>
background-color css
<style>
a { background-color: #57254D; }
a { background-color: rgb(87,37,77); }
div.DivClassName
{
background-color: #57254D;
}
.BgClassName
{
background-color: #57254D;
}
</style>
border-color css
<style>
span { border-color: #57254D; }
span { border-color: rgb(87,37,77); }
td.TdClassName
{
border-color: #57254D;
}
.TagClassName
{
border-color: #57254D;
}
</style>