Shades of Loulou #541D42
Tints of Loulou #541D42
RGB
CMYK
RGB Variations
Color information
#541D42 (or 0x541D42) is known color: Loulou. HEX triplet: 54, 1D and 42. RGB value is (84,29,66). Sum of RGB (Red+Green+Blue) = 84+29+66=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #541D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D42 is #ABE2BD. Grayscale: #313131. Windows color (decimal): -11264702 or 4332884. OLE color: 4332884.
HSL color Cylindrical-coordinate representation of color #541D42: hue angle of 319.64º 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 #541D42 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 29 | 66 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.67 |
| HSL | 319.64º | 0.49% | 0.22% | - |
| HSV(B) | 319.64º | 0.65% | 0.33% | - |
| XYZ | 5.08 | 3.16 | 5.5 | - |
| YUV | 49.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 66 | 0 | 0.65 | 0.21 | 0.67 | 319.64 | 0.49 | 0.22 |
| Hex | 54 | 1D | 42 | 0 | 41 | 15 | 43 | 140 | 31 | 16 |
| Octal | 124 | 35 | 102 | 0 | 101 | 25 | 103 | 500 | 61 | 26 |
| Binary | 1010100 | 11101 | 1000010 | 0 | 1000001 | 10101 | 1000011 | 101000000 | 110001 | 10110 |
Color Harmonies of #541D42
Complementary color
Monochromatic Colors of #541D42
Black with #541D42
Text Example
Text Example
White with #541D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541D42; }
p { color: rgb(84,29,66); }
H1.HeaderClassName
{
color: #541D42;
}
.AnyTagClassName
{
color: #541D42;
}
</style>
background-color css
<style>
a { background-color: #541D42; }
a { background-color: rgb(84,29,66); }
div.DivClassName
{
background-color: #541D42;
}
.BgClassName
{
background-color: #541D42;
}
</style>
border-color css
<style>
span { border-color: #541D42; }
span { border-color: rgb(84,29,66); }
td.TdClassName
{
border-color: #541D42;
}
.TagClassName
{
border-color: #541D42;
}
</style>