Shades of Loulou #522D4D
Tints of Loulou #522D4D
RGB
CMYK
RGB Variations
Color information
#522D4D (or 0x522D4D) is known color: Loulou. HEX triplet: 52, 2D and 4D. RGB value is (82,45,77). Sum of RGB (Red+Green+Blue) = 82+45+77=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 82 - color contains mainly: red. Hex color #522D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522D4D is #ADD2B2. Grayscale: #3B3B3B. Windows color (decimal): -11391667 or 5057874. OLE color: 5057874.
HSL color Cylindrical-coordinate representation of color #522D4D: hue angle of 308.11º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #522D4D is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 45 | 77 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.68 |
| HSL | 308.11º | 0.29% | 0.25% | - |
| HSV(B) | 308.11º | 0.45% | 0.32% | - |
| XYZ | 5.76 | 4.21 | 7.53 | - |
| YUV | 59.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 45 | 77 | 0 | 0.45 | 0.06 | 0.68 | 308.11 | 0.29 | 0.25 |
| Hex | 52 | 2D | 4D | 0 | 2D | 6 | 44 | 134 | 1D | 19 |
| Octal | 122 | 55 | 115 | 0 | 55 | 6 | 104 | 464 | 35 | 31 |
| Binary | 1010010 | 101101 | 1001101 | 0 | 101101 | 110 | 1000100 | 100110100 | 11101 | 11001 |
Color Harmonies of #522D4D
Complementary color
Monochromatic Colors of #522D4D
Black with #522D4D
Text Example
Text Example
White with #522D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522D4D; }
p { color: rgb(82,45,77); }
H1.HeaderClassName
{
color: #522D4D;
}
.AnyTagClassName
{
color: #522D4D;
}
</style>
background-color css
<style>
a { background-color: #522D4D; }
a { background-color: rgb(82,45,77); }
div.DivClassName
{
background-color: #522D4D;
}
.BgClassName
{
background-color: #522D4D;
}
</style>
border-color css
<style>
span { border-color: #522D4D; }
span { border-color: rgb(82,45,77); }
td.TdClassName
{
border-color: #522D4D;
}
.TagClassName
{
border-color: #522D4D;
}
</style>