Shades of Loulou #542A45
Tints of Loulou #542A45
RGB
CMYK
RGB Variations
Color information
#542A45 (or 0x542A45) is known color: Loulou. HEX triplet: 54, 2A and 45. RGB value is (84,42,69). Sum of RGB (Red+Green+Blue) = 84+42+69=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #542A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542A45 is #ABD5BA. Grayscale: #393939. Windows color (decimal): -11261371 or 4532820. OLE color: 4532820.
HSL color Cylindrical-coordinate representation of color #542A45: hue angle of 321.43º 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 #542A45 is Cyan = 0, Magento = 0.5, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 69 | - |
| CMYK | 0 | 0.5 | 0.18 | 0.67 |
| HSL | 321.43º | 0.33% | 0.25% | - |
| HSV(B) | 321.43º | 0.5% | 0.33% | - |
| XYZ | 5.56 | 3.97 | 6.1 | - |
| YUV | 57.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 69 | 0 | 0.5 | 0.18 | 0.67 | 321.43 | 0.33 | 0.25 |
| Hex | 54 | 2A | 45 | 0 | 32 | 12 | 43 | 141 | 21 | 19 |
| Octal | 124 | 52 | 105 | 0 | 62 | 22 | 103 | 501 | 41 | 31 |
| Binary | 1010100 | 101010 | 1000101 | 0 | 110010 | 10010 | 1000011 | 101000001 | 100001 | 11001 |
Color Harmonies of #542A45
Complementary color
Monochromatic Colors of #542A45
Black with #542A45
Text Example
Text Example
White with #542A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A45; }
p { color: rgb(84,42,69); }
H1.HeaderClassName
{
color: #542A45;
}
.AnyTagClassName
{
color: #542A45;
}
</style>
background-color css
<style>
a { background-color: #542A45; }
a { background-color: rgb(84,42,69); }
div.DivClassName
{
background-color: #542A45;
}
.BgClassName
{
background-color: #542A45;
}
</style>
border-color css
<style>
span { border-color: #542A45; }
span { border-color: rgb(84,42,69); }
td.TdClassName
{
border-color: #542A45;
}
.TagClassName
{
border-color: #542A45;
}
</style>