Shades of Loulou #541D4E
Tints of Loulou #541D4E
RGB
CMYK
RGB Variations
Color information
#541D4E (or 0x541D4E) is known color: Loulou. HEX triplet: 54, 1D and 4E. RGB value is (84,29,78). Sum of RGB (Red+Green+Blue) = 84+29+78=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 84 - color contains mainly: red. Hex color #541D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541D4E is #ABE2B1. Grayscale: #323232. Windows color (decimal): -11264690 or 5119316. OLE color: 5119316.
HSL color Cylindrical-coordinate representation of color #541D4E: hue angle of 306.55º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #541D4E is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 29 | 78 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.67 |
| HSL | 306.55º | 0.49% | 0.22% | - |
| HSV(B) | 306.55º | 0.65% | 0.33% | - |
| XYZ | 5.47 | 3.31 | 7.56 | - |
| YUV | 51.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 78 | 0 | 0.65 | 0.07 | 0.67 | 306.55 | 0.49 | 0.22 |
| Hex | 54 | 1D | 4E | 0 | 41 | 7 | 43 | 133 | 31 | 16 |
| Octal | 124 | 35 | 116 | 0 | 101 | 7 | 103 | 463 | 61 | 26 |
| Binary | 1010100 | 11101 | 1001110 | 0 | 1000001 | 111 | 1000011 | 100110011 | 110001 | 10110 |
Color Harmonies of #541D4E
Complementary color
Monochromatic Colors of #541D4E
Black with #541D4E
Text Example
Text Example
White with #541D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541D4E; }
p { color: rgb(84,29,78); }
H1.HeaderClassName
{
color: #541D4E;
}
.AnyTagClassName
{
color: #541D4E;
}
</style>
background-color css
<style>
a { background-color: #541D4E; }
a { background-color: rgb(84,29,78); }
div.DivClassName
{
background-color: #541D4E;
}
.BgClassName
{
background-color: #541D4E;
}
</style>
border-color css
<style>
span { border-color: #541D4E; }
span { border-color: rgb(84,29,78); }
td.TdClassName
{
border-color: #541D4E;
}
.TagClassName
{
border-color: #541D4E;
}
</style>