Shades of Loulou #542B48
Tints of Loulou #542B48
RGB
CMYK
RGB Variations
Color information
#542B48 (or 0x542B48) is known color: Loulou. HEX triplet: 54, 2B and 48. RGB value is (84,43,72). Sum of RGB (Red+Green+Blue) = 84+43+72=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 84 - color contains mainly: red. Hex color #542B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542B48 is #ABD4B7. Grayscale: #3A3A3A. Windows color (decimal): -11261112 or 4729684. OLE color: 4729684.
HSL color Cylindrical-coordinate representation of color #542B48: hue angle of 317.56º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #542B48 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 43 | 72 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.67 |
| HSL | 317.56º | 0.32% | 0.25% | - |
| HSV(B) | 317.56º | 0.49% | 0.33% | - |
| XYZ | 5.69 | 4.08 | 6.62 | - |
| YUV | 58.57 | 135.58 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 72 | 0 | 0.49 | 0.14 | 0.67 | 317.56 | 0.32 | 0.25 |
| Hex | 54 | 2B | 48 | 0 | 31 | E | 43 | 13E | 20 | 19 |
| Octal | 124 | 53 | 110 | 0 | 61 | 16 | 103 | 476 | 40 | 31 |
| Binary | 1010100 | 101011 | 1001000 | 0 | 110001 | 1110 | 1000011 | 100111110 | 100000 | 11001 |
Color Harmonies of #542B48
Complementary color
Monochromatic Colors of #542B48
Black with #542B48
Text Example
Text Example
White with #542B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542B48; }
p { color: rgb(84,43,72); }
H1.HeaderClassName
{
color: #542B48;
}
.AnyTagClassName
{
color: #542B48;
}
</style>
background-color css
<style>
a { background-color: #542B48; }
a { background-color: rgb(84,43,72); }
div.DivClassName
{
background-color: #542B48;
}
.BgClassName
{
background-color: #542B48;
}
</style>
border-color css
<style>
span { border-color: #542B48; }
span { border-color: rgb(84,43,72); }
td.TdClassName
{
border-color: #542B48;
}
.TagClassName
{
border-color: #542B48;
}
</style>