Shades of Loulou #542F4D
Tints of Loulou #542F4D
RGB
CMYK
RGB Variations
Color information
#542F4D (or 0x542F4D) is known color: Loulou. HEX triplet: 54, 2F and 4D. RGB value is (84,47,77). Sum of RGB (Red+Green+Blue) = 84+47+77=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 84 - color contains mainly: red. Hex color #542F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542F4D is #ABD0B2. Grayscale: #3D3D3D. Windows color (decimal): -11260083 or 5058388. OLE color: 5058388.
HSL color Cylindrical-coordinate representation of color #542F4D: hue angle of 311.35º 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 #542F4D is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 47 | 77 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.67 |
| HSL | 311.35º | 0.28% | 0.26% | - |
| HSV(B) | 311.35º | 0.44% | 0.33% | - |
| XYZ | 6.01 | 4.45 | 7.56 | - |
| YUV | 61.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 77 | 0 | 0.44 | 0.08 | 0.67 | 311.35 | 0.28 | 0.26 |
| Hex | 54 | 2F | 4D | 0 | 2C | 8 | 43 | 137 | 1C | 1A |
| Octal | 124 | 57 | 115 | 0 | 54 | 10 | 103 | 467 | 34 | 32 |
| Binary | 1010100 | 101111 | 1001101 | 0 | 101100 | 1000 | 1000011 | 100110111 | 11100 | 11010 |
Color Harmonies of #542F4D
Complementary color
Monochromatic Colors of #542F4D
Black with #542F4D
Text Example
Text Example
White with #542F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F4D; }
p { color: rgb(84,47,77); }
H1.HeaderClassName
{
color: #542F4D;
}
.AnyTagClassName
{
color: #542F4D;
}
</style>
background-color css
<style>
a { background-color: #542F4D; }
a { background-color: rgb(84,47,77); }
div.DivClassName
{
background-color: #542F4D;
}
.BgClassName
{
background-color: #542F4D;
}
</style>
border-color css
<style>
span { border-color: #542F4D; }
span { border-color: rgb(84,47,77); }
td.TdClassName
{
border-color: #542F4D;
}
.TagClassName
{
border-color: #542F4D;
}
</style>