Shades of Loulou #57274D
Tints of Loulou #57274D
RGB
CMYK
RGB Variations
Color information
#57274D (or 0x57274D) is known color: Loulou. HEX triplet: 57, 27 and 4D. RGB value is (87,39,77). Sum of RGB (Red+Green+Blue) = 87+39+77=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #57274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57274D is #A8D8B2. Grayscale: #393939. Windows color (decimal): -11065523 or 5056343. OLE color: 5056343.
HSL color Cylindrical-coordinate representation of color #57274D: hue angle of 312.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57274D is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 39 | 77 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.66 |
| HSL | 312.5º | 0.38% | 0.25% | - |
| HSV(B) | 312.5º | 0.55% | 0.34% | - |
| XYZ | 6 | 4.01 | 7.48 | - |
| YUV | 57.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 39 | 77 | 0 | 0.55 | 0.11 | 0.66 | 312.5 | 0.38 | 0.25 |
| Hex | 57 | 27 | 4D | 0 | 37 | B | 42 | 138 | 26 | 19 |
| Octal | 127 | 47 | 115 | 0 | 67 | 13 | 102 | 470 | 46 | 31 |
| Binary | 1010111 | 100111 | 1001101 | 0 | 110111 | 1011 | 1000010 | 100111000 | 100110 | 11001 |
Color Harmonies of #57274D
Complementary color
Monochromatic Colors of #57274D
Black with #57274D
Text Example
Text Example
White with #57274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57274D; }
p { color: rgb(87,39,77); }
H1.HeaderClassName
{
color: #57274D;
}
.AnyTagClassName
{
color: #57274D;
}
</style>
background-color css
<style>
a { background-color: #57274D; }
a { background-color: rgb(87,39,77); }
div.DivClassName
{
background-color: #57274D;
}
.BgClassName
{
background-color: #57274D;
}
</style>
border-color css
<style>
span { border-color: #57274D; }
span { border-color: rgb(87,39,77); }
td.TdClassName
{
border-color: #57274D;
}
.TagClassName
{
border-color: #57274D;
}
</style>