Shades of Loulou #5E324D
Tints of Loulou #5E324D
RGB
CMYK
RGB Variations
Color information
#5E324D (or 0x5E324D) is known color: Loulou. HEX triplet: 5E, 32 and 4D. RGB value is (94,50,77). Sum of RGB (Red+Green+Blue) = 94+50+77=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 94 - color contains mainly: red. Hex color #5E324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E324D is #A1CDB2. Grayscale: #424242. Windows color (decimal): -10603955 or 5059166. OLE color: 5059166.
HSL color Cylindrical-coordinate representation of color #5E324D: hue angle of 323.18º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E324D is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 50 | 77 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.63 |
| HSL | 323.18º | 0.31% | 0.28% | - |
| HSV(B) | 323.18º | 0.47% | 0.37% | - |
| XYZ | 7.1 | 5.2 | 7.65 | - |
| YUV | 66.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 50 | 77 | 0 | 0.47 | 0.18 | 0.63 | 323.18 | 0.31 | 0.28 |
| Hex | 5E | 32 | 4D | 0 | 2F | 12 | 3F | 143 | 1F | 1C |
| Octal | 136 | 62 | 115 | 0 | 57 | 22 | 77 | 503 | 37 | 34 |
| Binary | 1011110 | 110010 | 1001101 | 0 | 101111 | 10010 | 111111 | 101000011 | 11111 | 11100 |
Color Harmonies of #5E324D
Complementary color
Monochromatic Colors of #5E324D
Black with #5E324D
Text Example
Text Example
White with #5E324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E324D; }
p { color: rgb(94,50,77); }
H1.HeaderClassName
{
color: #5E324D;
}
.AnyTagClassName
{
color: #5E324D;
}
</style>
background-color css
<style>
a { background-color: #5E324D; }
a { background-color: rgb(94,50,77); }
div.DivClassName
{
background-color: #5E324D;
}
.BgClassName
{
background-color: #5E324D;
}
</style>
border-color css
<style>
span { border-color: #5E324D; }
span { border-color: rgb(94,50,77); }
td.TdClassName
{
border-color: #5E324D;
}
.TagClassName
{
border-color: #5E324D;
}
</style>