Shades of Loulou #542A47
Tints of Loulou #542A47
RGB
CMYK
RGB Variations
Color information
#542A47 (or 0x542A47) is known color: Loulou. HEX triplet: 54, 2A and 47. RGB value is (84,42,71). Sum of RGB (Red+Green+Blue) = 84+42+71=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #542A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542A47 is #ABD5B8. Grayscale: #393939. Windows color (decimal): -11261369 or 4663892. OLE color: 4663892.
HSL color Cylindrical-coordinate representation of color #542A47: hue angle of 318.57º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #542A47 is Cyan = 0, Magento = 0.5, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 71 | - |
| CMYK | 0 | 0.5 | 0.15 | 0.67 |
| HSL | 318.57º | 0.33% | 0.25% | - |
| HSV(B) | 318.57º | 0.5% | 0.33% | - |
| XYZ | 5.62 | 4 | 6.44 | - |
| YUV | 57.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 71 | 0 | 0.5 | 0.15 | 0.67 | 318.57 | 0.33 | 0.25 |
| Hex | 54 | 2A | 47 | 0 | 32 | F | 43 | 13F | 21 | 19 |
| Octal | 124 | 52 | 107 | 0 | 62 | 17 | 103 | 477 | 41 | 31 |
| Binary | 1010100 | 101010 | 1000111 | 0 | 110010 | 1111 | 1000011 | 100111111 | 100001 | 11001 |
Color Harmonies of #542A47
Complementary color
Monochromatic Colors of #542A47
Black with #542A47
Text Example
Text Example
White with #542A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A47; }
p { color: rgb(84,42,71); }
H1.HeaderClassName
{
color: #542A47;
}
.AnyTagClassName
{
color: #542A47;
}
</style>
background-color css
<style>
a { background-color: #542A47; }
a { background-color: rgb(84,42,71); }
div.DivClassName
{
background-color: #542A47;
}
.BgClassName
{
background-color: #542A47;
}
</style>
border-color css
<style>
span { border-color: #542A47; }
span { border-color: rgb(84,42,71); }
td.TdClassName
{
border-color: #542A47;
}
.TagClassName
{
border-color: #542A47;
}
</style>