Shades of Loulou #541E48
Tints of Loulou #541E48
RGB
CMYK
RGB Variations
Color information
#541E48 (or 0x541E48) is known color: Loulou. HEX triplet: 54, 1E and 48. RGB value is (84,30,72). Sum of RGB (Red+Green+Blue) = 84+30+72=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #541E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541E48 is #ABE1B7. Grayscale: #323232. Windows color (decimal): -11264440 or 4726356. OLE color: 4726356.
HSL color Cylindrical-coordinate representation of color #541E48: hue angle of 313.33º 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 #541E48 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 30 | 72 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.67 |
| HSL | 313.33º | 0.47% | 0.22% | - |
| HSV(B) | 313.33º | 0.64% | 0.33% | - |
| XYZ | 5.29 | 3.28 | 6.49 | - |
| YUV | 50.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 72 | 0 | 0.64 | 0.14 | 0.67 | 313.33 | 0.47 | 0.22 |
| Hex | 54 | 1E | 48 | 0 | 40 | E | 43 | 139 | 2F | 16 |
| Octal | 124 | 36 | 110 | 0 | 100 | 16 | 103 | 471 | 57 | 26 |
| Binary | 1010100 | 11110 | 1001000 | 0 | 1000000 | 1110 | 1000011 | 100111001 | 101111 | 10110 |
Color Harmonies of #541E48
Complementary color
Monochromatic Colors of #541E48
Black with #541E48
Text Example
Text Example
White with #541E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541E48; }
p { color: rgb(84,30,72); }
H1.HeaderClassName
{
color: #541E48;
}
.AnyTagClassName
{
color: #541E48;
}
</style>
background-color css
<style>
a { background-color: #541E48; }
a { background-color: rgb(84,30,72); }
div.DivClassName
{
background-color: #541E48;
}
.BgClassName
{
background-color: #541E48;
}
</style>
border-color css
<style>
span { border-color: #541E48; }
span { border-color: rgb(84,30,72); }
td.TdClassName
{
border-color: #541E48;
}
.TagClassName
{
border-color: #541E48;
}
</style>