Shades of Loulou #541E4D
Tints of Loulou #541E4D
RGB
CMYK
RGB Variations
Color information
#541E4D (or 0x541E4D) is known color: Loulou. HEX triplet: 54, 1E and 4D. RGB value is (84,30,77). Sum of RGB (Red+Green+Blue) = 84+30+77=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 84 - color contains mainly: red. Hex color #541E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541E4D is #ABE1B2. Grayscale: #333333. Windows color (decimal): -11264435 or 5054036. OLE color: 5054036.
HSL color Cylindrical-coordinate representation of color #541E4D: hue angle of 307.78º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #541E4D is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 30 | 77 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.67 |
| HSL | 307.78º | 0.47% | 0.22% | - |
| HSV(B) | 307.78º | 0.64% | 0.33% | - |
| XYZ | 5.46 | 3.35 | 7.38 | - |
| YUV | 51.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 77 | 0 | 0.64 | 0.08 | 0.67 | 307.78 | 0.47 | 0.22 |
| Hex | 54 | 1E | 4D | 0 | 40 | 8 | 43 | 134 | 2F | 16 |
| Octal | 124 | 36 | 115 | 0 | 100 | 10 | 103 | 464 | 57 | 26 |
| Binary | 1010100 | 11110 | 1001101 | 0 | 1000000 | 1000 | 1000011 | 100110100 | 101111 | 10110 |
Color Harmonies of #541E4D
Complementary color
Monochromatic Colors of #541E4D
Black with #541E4D
Text Example
Text Example
White with #541E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541E4D; }
p { color: rgb(84,30,77); }
H1.HeaderClassName
{
color: #541E4D;
}
.AnyTagClassName
{
color: #541E4D;
}
</style>
background-color css
<style>
a { background-color: #541E4D; }
a { background-color: rgb(84,30,77); }
div.DivClassName
{
background-color: #541E4D;
}
.BgClassName
{
background-color: #541E4D;
}
</style>
border-color css
<style>
span { border-color: #541E4D; }
span { border-color: rgb(84,30,77); }
td.TdClassName
{
border-color: #541E4D;
}
.TagClassName
{
border-color: #541E4D;
}
</style>