Shades of Loulou #542E51
Tints of Loulou #542E51
RGB
CMYK
RGB Variations
Color information
#542E51 (or 0x542E51) is known color: Loulou. HEX triplet: 54, 2E and 51. RGB value is (84,46,81). Sum of RGB (Red+Green+Blue) = 84+46+81=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 84 - color contains mainly: red. Hex color #542E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542E51 is #ABD1AE. Grayscale: #3D3D3D. Windows color (decimal): -11260335 or 5320276. OLE color: 5320276.
HSL color Cylindrical-coordinate representation of color #542E51: hue angle of 304.74º 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 #542E51 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 46 | 81 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.67 |
| HSL | 304.74º | 0.29% | 0.25% | - |
| HSV(B) | 304.74º | 0.45% | 0.33% | - |
| XYZ | 6.12 | 4.43 | 8.32 | - |
| YUV | 61.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 46 | 81 | 0 | 0.45 | 0.04 | 0.67 | 304.74 | 0.29 | 0.25 |
| Hex | 54 | 2E | 51 | 0 | 2D | 4 | 43 | 131 | 1D | 19 |
| Octal | 124 | 56 | 121 | 0 | 55 | 4 | 103 | 461 | 35 | 31 |
| Binary | 1010100 | 101110 | 1010001 | 0 | 101101 | 100 | 1000011 | 100110001 | 11101 | 11001 |
Color Harmonies of #542E51
Complementary color
Monochromatic Colors of #542E51
Black with #542E51
Text Example
Text Example
White with #542E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542E51; }
p { color: rgb(84,46,81); }
H1.HeaderClassName
{
color: #542E51;
}
.AnyTagClassName
{
color: #542E51;
}
</style>
background-color css
<style>
a { background-color: #542E51; }
a { background-color: rgb(84,46,81); }
div.DivClassName
{
background-color: #542E51;
}
.BgClassName
{
background-color: #542E51;
}
</style>
border-color css
<style>
span { border-color: #542E51; }
span { border-color: rgb(84,46,81); }
td.TdClassName
{
border-color: #542E51;
}
.TagClassName
{
border-color: #542E51;
}
</style>