Shades of Loulou #542E50
Tints of Loulou #542E50
RGB
CMYK
RGB Variations
Color information
#542E50 (or 0x542E50) is known color: Loulou. HEX triplet: 54, 2E and 50. RGB value is (84,46,80). Sum of RGB (Red+Green+Blue) = 84+46+80=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 84 - color contains mainly: red. Hex color #542E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542E50 is #ABD1AF. Grayscale: #3D3D3D. Windows color (decimal): -11260336 or 5254740. OLE color: 5254740.
HSL color Cylindrical-coordinate representation of color #542E50: hue angle of 306.32º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #542E50 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 46 | 80 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.67 |
| HSL | 306.32º | 0.29% | 0.25% | - |
| HSV(B) | 306.32º | 0.45% | 0.33% | - |
| XYZ | 6.08 | 4.42 | 8.12 | - |
| YUV | 61.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 46 | 80 | 0 | 0.45 | 0.05 | 0.67 | 306.32 | 0.29 | 0.25 |
| Hex | 54 | 2E | 50 | 0 | 2D | 5 | 43 | 132 | 1D | 19 |
| Octal | 124 | 56 | 120 | 0 | 55 | 5 | 103 | 462 | 35 | 31 |
| Binary | 1010100 | 101110 | 1010000 | 0 | 101101 | 101 | 1000011 | 100110010 | 11101 | 11001 |
Color Harmonies of #542E50
Complementary color
Monochromatic Colors of #542E50
Black with #542E50
Text Example
Text Example
White with #542E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542E50; }
p { color: rgb(84,46,80); }
H1.HeaderClassName
{
color: #542E50;
}
.AnyTagClassName
{
color: #542E50;
}
</style>
background-color css
<style>
a { background-color: #542E50; }
a { background-color: rgb(84,46,80); }
div.DivClassName
{
background-color: #542E50;
}
.BgClassName
{
background-color: #542E50;
}
</style>
border-color css
<style>
span { border-color: #542E50; }
span { border-color: rgb(84,46,80); }
td.TdClassName
{
border-color: #542E50;
}
.TagClassName
{
border-color: #542E50;
}
</style>