Shades of Loulou #542B45
Tints of Loulou #542B45
RGB
CMYK
RGB Variations
Color information
#542B45 (or 0x542B45) is known color: Loulou. HEX triplet: 54, 2B and 45. RGB value is (84,43,69). Sum of RGB (Red+Green+Blue) = 84+43+69=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #542B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542B45 is #ABD4BA. Grayscale: #3A3A3A. Windows color (decimal): -11261115 or 4533076. OLE color: 4533076.
HSL color Cylindrical-coordinate representation of color #542B45: hue angle of 321.95º 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 #542B45 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 43 | 69 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.67 |
| HSL | 321.95º | 0.32% | 0.25% | - |
| HSV(B) | 321.95º | 0.49% | 0.33% | - |
| XYZ | 5.59 | 4.04 | 6.12 | - |
| YUV | 58.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 69 | 0 | 0.49 | 0.18 | 0.67 | 321.95 | 0.32 | 0.25 |
| Hex | 54 | 2B | 45 | 0 | 31 | 12 | 43 | 142 | 20 | 19 |
| Octal | 124 | 53 | 105 | 0 | 61 | 22 | 103 | 502 | 40 | 31 |
| Binary | 1010100 | 101011 | 1000101 | 0 | 110001 | 10010 | 1000011 | 101000010 | 100000 | 11001 |
Color Harmonies of #542B45
Complementary color
Monochromatic Colors of #542B45
Black with #542B45
Text Example
Text Example
White with #542B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542B45; }
p { color: rgb(84,43,69); }
H1.HeaderClassName
{
color: #542B45;
}
.AnyTagClassName
{
color: #542B45;
}
</style>
background-color css
<style>
a { background-color: #542B45; }
a { background-color: rgb(84,43,69); }
div.DivClassName
{
background-color: #542B45;
}
.BgClassName
{
background-color: #542B45;
}
</style>
border-color css
<style>
span { border-color: #542B45; }
span { border-color: rgb(84,43,69); }
td.TdClassName
{
border-color: #542B45;
}
.TagClassName
{
border-color: #542B45;
}
</style>