Shades of Loulou #542F4F
Tints of Loulou #542F4F
RGB
CMYK
RGB Variations
Color information
#542F4F (or 0x542F4F) is known color: Loulou. HEX triplet: 54, 2F and 4F. RGB value is (84,47,79). Sum of RGB (Red+Green+Blue) = 84+47+79=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 84 - color contains mainly: red. Hex color #542F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542F4F is #ABD0B0. Grayscale: #3D3D3D. Windows color (decimal): -11260081 or 5189460. OLE color: 5189460.
HSL color Cylindrical-coordinate representation of color #542F4F: hue angle of 308.11º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #542F4F is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 47 | 79 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.67 |
| HSL | 308.11º | 0.28% | 0.26% | - |
| HSV(B) | 308.11º | 0.44% | 0.33% | - |
| XYZ | 6.08 | 4.48 | 7.94 | - |
| YUV | 61.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 79 | 0 | 0.44 | 0.06 | 0.67 | 308.11 | 0.28 | 0.26 |
| Hex | 54 | 2F | 4F | 0 | 2C | 6 | 43 | 134 | 1C | 1A |
| Octal | 124 | 57 | 117 | 0 | 54 | 6 | 103 | 464 | 34 | 32 |
| Binary | 1010100 | 101111 | 1001111 | 0 | 101100 | 110 | 1000011 | 100110100 | 11100 | 11010 |
Color Harmonies of #542F4F
Complementary color
Monochromatic Colors of #542F4F
Black with #542F4F
Text Example
Text Example
White with #542F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F4F; }
p { color: rgb(84,47,79); }
H1.HeaderClassName
{
color: #542F4F;
}
.AnyTagClassName
{
color: #542F4F;
}
</style>
background-color css
<style>
a { background-color: #542F4F; }
a { background-color: rgb(84,47,79); }
div.DivClassName
{
background-color: #542F4F;
}
.BgClassName
{
background-color: #542F4F;
}
</style>
border-color css
<style>
span { border-color: #542F4F; }
span { border-color: rgb(84,47,79); }
td.TdClassName
{
border-color: #542F4F;
}
.TagClassName
{
border-color: #542F4F;
}
</style>