Shades of Loulou #542D44
Tints of Loulou #542D44
RGB
CMYK
RGB Variations
Color information
#542D44 (or 0x542D44) is known color: Loulou. HEX triplet: 54, 2D and 44. RGB value is (84,45,68). Sum of RGB (Red+Green+Blue) = 84+45+68=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #542D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542D44 is #ABD2BB. Grayscale: #3B3B3B. Windows color (decimal): -11260604 or 4468052. OLE color: 4468052.
HSL color Cylindrical-coordinate representation of color #542D44: hue angle of 324.62º 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 #542D44 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 45 | 68 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.67 |
| HSL | 324.62º | 0.3% | 0.25% | - |
| HSV(B) | 324.62º | 0.46% | 0.33% | - |
| XYZ | 5.64 | 4.18 | 5.98 | - |
| YUV | 59.28 | 132.92 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 68 | 0 | 0.46 | 0.19 | 0.67 | 324.62 | 0.3 | 0.25 |
| Hex | 54 | 2D | 44 | 0 | 2E | 13 | 43 | 145 | 1E | 19 |
| Octal | 124 | 55 | 104 | 0 | 56 | 23 | 103 | 505 | 36 | 31 |
| Binary | 1010100 | 101101 | 1000100 | 0 | 101110 | 10011 | 1000011 | 101000101 | 11110 | 11001 |
Color Harmonies of #542D44
Complementary color
Monochromatic Colors of #542D44
Black with #542D44
Text Example
Text Example
White with #542D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542D44; }
p { color: rgb(84,45,68); }
H1.HeaderClassName
{
color: #542D44;
}
.AnyTagClassName
{
color: #542D44;
}
</style>
background-color css
<style>
a { background-color: #542D44; }
a { background-color: rgb(84,45,68); }
div.DivClassName
{
background-color: #542D44;
}
.BgClassName
{
background-color: #542D44;
}
</style>
border-color css
<style>
span { border-color: #542D44; }
span { border-color: rgb(84,45,68); }
td.TdClassName
{
border-color: #542D44;
}
.TagClassName
{
border-color: #542D44;
}
</style>