Shades of Loulou #542E46
Tints of Loulou #542E46
RGB
CMYK
RGB Variations
Color information
#542E46 (or 0x542E46) is known color: Loulou. HEX triplet: 54, 2E and 46. RGB value is (84,46,70). Sum of RGB (Red+Green+Blue) = 84+46+70=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 84 - color contains mainly: red. Hex color #542E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542E46 is #ABD1B9. Grayscale: #3C3C3C. Windows color (decimal): -11260346 or 4599380. OLE color: 4599380.
HSL color Cylindrical-coordinate representation of color #542E46: hue angle of 322.11º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #542E46 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 46 | 70 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.67 |
| HSL | 322.11º | 0.29% | 0.25% | - |
| HSV(B) | 322.11º | 0.45% | 0.33% | - |
| XYZ | 5.74 | 4.28 | 6.32 | - |
| YUV | 60.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 46 | 70 | 0 | 0.45 | 0.17 | 0.67 | 322.11 | 0.29 | 0.25 |
| Hex | 54 | 2E | 46 | 0 | 2D | 11 | 43 | 142 | 1D | 19 |
| Octal | 124 | 56 | 106 | 0 | 55 | 21 | 103 | 502 | 35 | 31 |
| Binary | 1010100 | 101110 | 1000110 | 0 | 101101 | 10001 | 1000011 | 101000010 | 11101 | 11001 |
Color Harmonies of #542E46
Complementary color
Monochromatic Colors of #542E46
Black with #542E46
Text Example
Text Example
White with #542E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542E46; }
p { color: rgb(84,46,70); }
H1.HeaderClassName
{
color: #542E46;
}
.AnyTagClassName
{
color: #542E46;
}
</style>
background-color css
<style>
a { background-color: #542E46; }
a { background-color: rgb(84,46,70); }
div.DivClassName
{
background-color: #542E46;
}
.BgClassName
{
background-color: #542E46;
}
</style>
border-color css
<style>
span { border-color: #542E46; }
span { border-color: rgb(84,46,70); }
td.TdClassName
{
border-color: #542E46;
}
.TagClassName
{
border-color: #542E46;
}
</style>