Shades of Loulou #542A44
Tints of Loulou #542A44
RGB
CMYK
RGB Variations
Color information
#542A44 (or 0x542A44) is known color: Loulou. HEX triplet: 54, 2A and 44. RGB value is (84,42,68). Sum of RGB (Red+Green+Blue) = 84+42+68=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #542A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542A44 is #ABD5BB. Grayscale: #393939. Windows color (decimal): -11261372 or 4467284. OLE color: 4467284.
HSL color Cylindrical-coordinate representation of color #542A44: hue angle of 322.86º 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 #542A44 is Cyan = 0, Magento = 0.5, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 68 | - |
| CMYK | 0 | 0.5 | 0.19 | 0.67 |
| HSL | 322.86º | 0.33% | 0.25% | - |
| HSV(B) | 322.86º | 0.5% | 0.33% | - |
| XYZ | 5.53 | 3.96 | 5.94 | - |
| YUV | 57.52 | 133.91 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 68 | 0 | 0.5 | 0.19 | 0.67 | 322.86 | 0.33 | 0.25 |
| Hex | 54 | 2A | 44 | 0 | 32 | 13 | 43 | 143 | 21 | 19 |
| Octal | 124 | 52 | 104 | 0 | 62 | 23 | 103 | 503 | 41 | 31 |
| Binary | 1010100 | 101010 | 1000100 | 0 | 110010 | 10011 | 1000011 | 101000011 | 100001 | 11001 |
Color Harmonies of #542A44
Complementary color
Monochromatic Colors of #542A44
Black with #542A44
Text Example
Text Example
White with #542A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A44; }
p { color: rgb(84,42,68); }
H1.HeaderClassName
{
color: #542A44;
}
.AnyTagClassName
{
color: #542A44;
}
</style>
background-color css
<style>
a { background-color: #542A44; }
a { background-color: rgb(84,42,68); }
div.DivClassName
{
background-color: #542A44;
}
.BgClassName
{
background-color: #542A44;
}
</style>
border-color css
<style>
span { border-color: #542A44; }
span { border-color: rgb(84,42,68); }
td.TdClassName
{
border-color: #542A44;
}
.TagClassName
{
border-color: #542A44;
}
</style>