Shades of Loulou #542D51
Tints of Loulou #542D51
RGB
CMYK
RGB Variations
Color information
#542D51 (or 0x542D51) is known color: Loulou. HEX triplet: 54, 2D and 51. RGB value is (84,45,81). Sum of RGB (Red+Green+Blue) = 84+45+81=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 84 - color contains mainly: red. Hex color #542D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542D51 is #ABD2AE. Grayscale: #3C3C3C. Windows color (decimal): -11260591 or 5320020. OLE color: 5320020.
HSL color Cylindrical-coordinate representation of color #542D51: hue angle of 304.62º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #542D51 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 45 | 81 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.67 |
| HSL | 304.62º | 0.3% | 0.25% | - |
| HSV(B) | 304.62º | 0.46% | 0.33% | - |
| XYZ | 6.08 | 4.36 | 8.3 | - |
| YUV | 60.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 81 | 0 | 0.46 | 0.04 | 0.67 | 304.62 | 0.3 | 0.25 |
| Hex | 54 | 2D | 51 | 0 | 2E | 4 | 43 | 131 | 1E | 19 |
| Octal | 124 | 55 | 121 | 0 | 56 | 4 | 103 | 461 | 36 | 31 |
| Binary | 1010100 | 101101 | 1010001 | 0 | 101110 | 100 | 1000011 | 100110001 | 11110 | 11001 |
Color Harmonies of #542D51
Complementary color
Monochromatic Colors of #542D51
Black with #542D51
Text Example
Text Example
White with #542D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542D51; }
p { color: rgb(84,45,81); }
H1.HeaderClassName
{
color: #542D51;
}
.AnyTagClassName
{
color: #542D51;
}
</style>
background-color css
<style>
a { background-color: #542D51; }
a { background-color: rgb(84,45,81); }
div.DivClassName
{
background-color: #542D51;
}
.BgClassName
{
background-color: #542D51;
}
</style>
border-color css
<style>
span { border-color: #542D51; }
span { border-color: rgb(84,45,81); }
td.TdClassName
{
border-color: #542D51;
}
.TagClassName
{
border-color: #542D51;
}
</style>