Shades of Loulou #541E43
Tints of Loulou #541E43
RGB
CMYK
RGB Variations
Color information
#541E43 (or 0x541E43) is known color: Loulou. HEX triplet: 54, 1E and 43. RGB value is (84,30,67). Sum of RGB (Red+Green+Blue) = 84+30+67=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #541E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541E43 is #ABE1BC. Grayscale: #323232. Windows color (decimal): -11264445 or 4398676. OLE color: 4398676.
HSL color Cylindrical-coordinate representation of color #541E43: hue angle of 318.89º 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 #541E43 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 30 | 67 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.67 |
| HSL | 318.89º | 0.47% | 0.22% | - |
| HSV(B) | 318.89º | 0.64% | 0.33% | - |
| XYZ | 5.13 | 3.22 | 5.66 | - |
| YUV | 50.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 67 | 0 | 0.64 | 0.20 | 0.67 | 318.89 | 0.47 | 0.22 |
| Hex | 54 | 1E | 43 | 0 | 40 | 14 | 43 | 13F | 2F | 16 |
| Octal | 124 | 36 | 103 | 0 | 100 | 24 | 103 | 477 | 57 | 26 |
| Binary | 1010100 | 11110 | 1000011 | 0 | 1000000 | 10100 | 1000011 | 100111111 | 101111 | 10110 |
Color Harmonies of #541E43
Complementary color
Monochromatic Colors of #541E43
Black with #541E43
Text Example
Text Example
White with #541E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541E43; }
p { color: rgb(84,30,67); }
H1.HeaderClassName
{
color: #541E43;
}
.AnyTagClassName
{
color: #541E43;
}
</style>
background-color css
<style>
a { background-color: #541E43; }
a { background-color: rgb(84,30,67); }
div.DivClassName
{
background-color: #541E43;
}
.BgClassName
{
background-color: #541E43;
}
</style>
border-color css
<style>
span { border-color: #541E43; }
span { border-color: rgb(84,30,67); }
td.TdClassName
{
border-color: #541E43;
}
.TagClassName
{
border-color: #541E43;
}
</style>