Shades of Loulou #541D44
Tints of Loulou #541D44
RGB
CMYK
RGB Variations
Color information
#541D44 (or 0x541D44) is known color: Loulou. HEX triplet: 54, 1D and 44. RGB value is (84,29,68). Sum of RGB (Red+Green+Blue) = 84+29+68=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #541D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D44 is #ABE2BB. Grayscale: #313131. Windows color (decimal): -11264700 or 4463956. OLE color: 4463956.
HSL color Cylindrical-coordinate representation of color #541D44: hue angle of 317.45º 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 #541D44 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 29 | 68 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.67 |
| HSL | 317.45º | 0.49% | 0.22% | - |
| HSV(B) | 317.45º | 0.65% | 0.33% | - |
| XYZ | 5.14 | 3.18 | 5.81 | - |
| YUV | 49.89 | 138.22 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 68 | 0 | 0.65 | 0.19 | 0.67 | 317.45 | 0.49 | 0.22 |
| Hex | 54 | 1D | 44 | 0 | 41 | 13 | 43 | 13D | 31 | 16 |
| Octal | 124 | 35 | 104 | 0 | 101 | 23 | 103 | 475 | 61 | 26 |
| Binary | 1010100 | 11101 | 1000100 | 0 | 1000001 | 10011 | 1000011 | 100111101 | 110001 | 10110 |
Color Harmonies of #541D44
Complementary color
Monochromatic Colors of #541D44
Black with #541D44
Text Example
Text Example
White with #541D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541D44; }
p { color: rgb(84,29,68); }
H1.HeaderClassName
{
color: #541D44;
}
.AnyTagClassName
{
color: #541D44;
}
</style>
background-color css
<style>
a { background-color: #541D44; }
a { background-color: rgb(84,29,68); }
div.DivClassName
{
background-color: #541D44;
}
.BgClassName
{
background-color: #541D44;
}
</style>
border-color css
<style>
span { border-color: #541D44; }
span { border-color: rgb(84,29,68); }
td.TdClassName
{
border-color: #541D44;
}
.TagClassName
{
border-color: #541D44;
}
</style>