Shades of Loulou #542F4E
Tints of Loulou #542F4E
RGB
CMYK
RGB Variations
Color information
#542F4E (or 0x542F4E) is known color: Loulou. HEX triplet: 54, 2F and 4E. RGB value is (84,47,78). Sum of RGB (Red+Green+Blue) = 84+47+78=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 84 - color contains mainly: red. Hex color #542F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542F4E is #ABD0B1. Grayscale: #3D3D3D. Windows color (decimal): -11260082 or 5123924. OLE color: 5123924.
HSL color Cylindrical-coordinate representation of color #542F4E: hue angle of 309.73º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #542F4E is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 47 | 78 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.67 |
| HSL | 309.73º | 0.28% | 0.26% | - |
| HSV(B) | 309.73º | 0.44% | 0.33% | - |
| XYZ | 6.05 | 4.47 | 7.75 | - |
| YUV | 61.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 78 | 0 | 0.44 | 0.07 | 0.67 | 309.73 | 0.28 | 0.26 |
| Hex | 54 | 2F | 4E | 0 | 2C | 7 | 43 | 136 | 1C | 1A |
| Octal | 124 | 57 | 116 | 0 | 54 | 7 | 103 | 466 | 34 | 32 |
| Binary | 1010100 | 101111 | 1001110 | 0 | 101100 | 111 | 1000011 | 100110110 | 11100 | 11010 |
Color Harmonies of #542F4E
Complementary color
Monochromatic Colors of #542F4E
Black with #542F4E
Text Example
Text Example
White with #542F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F4E; }
p { color: rgb(84,47,78); }
H1.HeaderClassName
{
color: #542F4E;
}
.AnyTagClassName
{
color: #542F4E;
}
</style>
background-color css
<style>
a { background-color: #542F4E; }
a { background-color: rgb(84,47,78); }
div.DivClassName
{
background-color: #542F4E;
}
.BgClassName
{
background-color: #542F4E;
}
</style>
border-color css
<style>
span { border-color: #542F4E; }
span { border-color: rgb(84,47,78); }
td.TdClassName
{
border-color: #542F4E;
}
.TagClassName
{
border-color: #542F4E;
}
</style>