Shades of Loulou #542F50
Tints of Loulou #542F50
RGB
CMYK
RGB Variations
Color information
#542F50 (or 0x542F50) is known color: Loulou. HEX triplet: 54, 2F and 50. RGB value is (84,47,80). Sum of RGB (Red+Green+Blue) = 84+47+80=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 84 - color contains mainly: red. Hex color #542F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542F50 is #ABD0AF. Grayscale: #3D3D3D. Windows color (decimal): -11260080 or 5254996. OLE color: 5254996.
HSL color Cylindrical-coordinate representation of color #542F50: hue angle of 306.49º 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 #542F50 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 47 | 80 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.67 |
| HSL | 306.49º | 0.28% | 0.26% | - |
| HSV(B) | 306.49º | 0.44% | 0.33% | - |
| XYZ | 6.12 | 4.5 | 8.13 | - |
| YUV | 61.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 80 | 0 | 0.44 | 0.05 | 0.67 | 306.49 | 0.28 | 0.26 |
| Hex | 54 | 2F | 50 | 0 | 2C | 5 | 43 | 132 | 1C | 1A |
| Octal | 124 | 57 | 120 | 0 | 54 | 5 | 103 | 462 | 34 | 32 |
| Binary | 1010100 | 101111 | 1010000 | 0 | 101100 | 101 | 1000011 | 100110010 | 11100 | 11010 |
Color Harmonies of #542F50
Complementary color
Monochromatic Colors of #542F50
Black with #542F50
Text Example
Text Example
White with #542F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F50; }
p { color: rgb(84,47,80); }
H1.HeaderClassName
{
color: #542F50;
}
.AnyTagClassName
{
color: #542F50;
}
</style>
background-color css
<style>
a { background-color: #542F50; }
a { background-color: rgb(84,47,80); }
div.DivClassName
{
background-color: #542F50;
}
.BgClassName
{
background-color: #542F50;
}
</style>
border-color css
<style>
span { border-color: #542F50; }
span { border-color: rgb(84,47,80); }
td.TdClassName
{
border-color: #542F50;
}
.TagClassName
{
border-color: #542F50;
}
</style>