Shades of Loulou #542A4E
Tints of Loulou #542A4E
RGB
CMYK
RGB Variations
Color information
#542A4E (or 0x542A4E) is known color: Loulou. HEX triplet: 54, 2A and 4E. RGB value is (84,42,78). Sum of RGB (Red+Green+Blue) = 84+42+78=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 84 - color contains mainly: red. Hex color #542A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542A4E is #ABD5B1. Grayscale: #3A3A3A. Windows color (decimal): -11261362 or 5122644. OLE color: 5122644.
HSL color Cylindrical-coordinate representation of color #542A4E: hue angle of 308.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 #542A4E is Cyan = 0, Magento = 0.5, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 78 | - |
| CMYK | 0 | 0.5 | 0.07 | 0.67 |
| HSL | 308.57º | 0.33% | 0.25% | - |
| HSV(B) | 308.57º | 0.5% | 0.33% | - |
| XYZ | 5.86 | 4.09 | 7.69 | - |
| YUV | 58.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 78 | 0 | 0.5 | 0.07 | 0.67 | 308.57 | 0.33 | 0.25 |
| Hex | 54 | 2A | 4E | 0 | 32 | 7 | 43 | 135 | 21 | 19 |
| Octal | 124 | 52 | 116 | 0 | 62 | 7 | 103 | 465 | 41 | 31 |
| Binary | 1010100 | 101010 | 1001110 | 0 | 110010 | 111 | 1000011 | 100110101 | 100001 | 11001 |
Color Harmonies of #542A4E
Complementary color
Monochromatic Colors of #542A4E
Black with #542A4E
Text Example
Text Example
White with #542A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A4E; }
p { color: rgb(84,42,78); }
H1.HeaderClassName
{
color: #542A4E;
}
.AnyTagClassName
{
color: #542A4E;
}
</style>
background-color css
<style>
a { background-color: #542A4E; }
a { background-color: rgb(84,42,78); }
div.DivClassName
{
background-color: #542A4E;
}
.BgClassName
{
background-color: #542A4E;
}
</style>
border-color css
<style>
span { border-color: #542A4E; }
span { border-color: rgb(84,42,78); }
td.TdClassName
{
border-color: #542A4E;
}
.TagClassName
{
border-color: #542A4E;
}
</style>