Shades of Loulou #542D46
Tints of Loulou #542D46
RGB
CMYK
RGB Variations
Color information
#542D46 (or 0x542D46) is known color: Loulou. HEX triplet: 54, 2D and 46. RGB value is (84,45,70). Sum of RGB (Red+Green+Blue) = 84+45+70=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 84 - color contains mainly: red. Hex color #542D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542D46 is #ABD2B9. Grayscale: #3B3B3B. Windows color (decimal): -11260602 or 4599124. OLE color: 4599124.
HSL color Cylindrical-coordinate representation of color #542D46: hue angle of 321.54º 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 #542D46 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 45 | 70 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.67 |
| HSL | 321.54º | 0.3% | 0.25% | - |
| HSV(B) | 321.54º | 0.46% | 0.33% | - |
| XYZ | 5.7 | 4.2 | 6.31 | - |
| YUV | 59.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 70 | 0 | 0.46 | 0.17 | 0.67 | 321.54 | 0.3 | 0.25 |
| Hex | 54 | 2D | 46 | 0 | 2E | 11 | 43 | 142 | 1E | 19 |
| Octal | 124 | 55 | 106 | 0 | 56 | 21 | 103 | 502 | 36 | 31 |
| Binary | 1010100 | 101101 | 1000110 | 0 | 101110 | 10001 | 1000011 | 101000010 | 11110 | 11001 |
Color Harmonies of #542D46
Complementary color
Monochromatic Colors of #542D46
Black with #542D46
Text Example
Text Example
White with #542D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542D46; }
p { color: rgb(84,45,70); }
H1.HeaderClassName
{
color: #542D46;
}
.AnyTagClassName
{
color: #542D46;
}
</style>
background-color css
<style>
a { background-color: #542D46; }
a { background-color: rgb(84,45,70); }
div.DivClassName
{
background-color: #542D46;
}
.BgClassName
{
background-color: #542D46;
}
</style>
border-color css
<style>
span { border-color: #542D46; }
span { border-color: rgb(84,45,70); }
td.TdClassName
{
border-color: #542D46;
}
.TagClassName
{
border-color: #542D46;
}
</style>