Shades of Loulou #522E4D
Tints of Loulou #522E4D
RGB
CMYK
RGB Variations
Color information
#522E4D (or 0x522E4D) is known color: Loulou. HEX triplet: 52, 2E and 4D. RGB value is (82,46,77). Sum of RGB (Red+Green+Blue) = 82+46+77=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 82 - color contains mainly: red. Hex color #522E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522E4D is #ADD1B2. Grayscale: #3C3C3C. Windows color (decimal): -11391411 or 5058130. OLE color: 5058130.
HSL color Cylindrical-coordinate representation of color #522E4D: hue angle of 308.33º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #522E4D is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 46 | 77 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.68 |
| HSL | 308.33º | 0.28% | 0.25% | - |
| HSV(B) | 308.33º | 0.44% | 0.32% | - |
| XYZ | 5.8 | 4.28 | 7.54 | - |
| YUV | 60.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 46 | 77 | 0 | 0.44 | 0.06 | 0.68 | 308.33 | 0.28 | 0.25 |
| Hex | 52 | 2E | 4D | 0 | 2C | 6 | 44 | 134 | 1C | 19 |
| Octal | 122 | 56 | 115 | 0 | 54 | 6 | 104 | 464 | 34 | 31 |
| Binary | 1010010 | 101110 | 1001101 | 0 | 101100 | 110 | 1000100 | 100110100 | 11100 | 11001 |
Color Harmonies of #522E4D
Complementary color
Monochromatic Colors of #522E4D
Black with #522E4D
Text Example
Text Example
White with #522E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522E4D; }
p { color: rgb(82,46,77); }
H1.HeaderClassName
{
color: #522E4D;
}
.AnyTagClassName
{
color: #522E4D;
}
</style>
background-color css
<style>
a { background-color: #522E4D; }
a { background-color: rgb(82,46,77); }
div.DivClassName
{
background-color: #522E4D;
}
.BgClassName
{
background-color: #522E4D;
}
</style>
border-color css
<style>
span { border-color: #522E4D; }
span { border-color: rgb(82,46,77); }
td.TdClassName
{
border-color: #522E4D;
}
.TagClassName
{
border-color: #522E4D;
}
</style>