Shades of Loulou #52324D
Tints of Loulou #52324D
RGB
CMYK
RGB Variations
Color information
#52324D (or 0x52324D) is known color: Loulou. HEX triplet: 52, 32 and 4D. RGB value is (82,50,77). Sum of RGB (Red+Green+Blue) = 82+50+77=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 82 - color contains mainly: red. Hex color #52324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52324D is #ADCDB2. Grayscale: #3E3E3E. Windows color (decimal): -11390387 or 5059154. OLE color: 5059154.
HSL color Cylindrical-coordinate representation of color #52324D: hue angle of 309.38º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #52324D is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 50 | 77 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.68 |
| HSL | 309.38º | 0.24% | 0.26% | - |
| HSV(B) | 309.38º | 0.39% | 0.32% | - |
| XYZ | 5.96 | 4.61 | 7.6 | - |
| YUV | 62.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 50 | 77 | 0 | 0.39 | 0.06 | 0.68 | 309.38 | 0.24 | 0.26 |
| Hex | 52 | 32 | 4D | 0 | 27 | 6 | 44 | 135 | 18 | 1A |
| Octal | 122 | 62 | 115 | 0 | 47 | 6 | 104 | 465 | 30 | 32 |
| Binary | 1010010 | 110010 | 1001101 | 0 | 100111 | 110 | 1000100 | 100110101 | 11000 | 11010 |
Color Harmonies of #52324D
Complementary color
Monochromatic Colors of #52324D
Black with #52324D
Text Example
Text Example
White with #52324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52324D; }
p { color: rgb(82,50,77); }
H1.HeaderClassName
{
color: #52324D;
}
.AnyTagClassName
{
color: #52324D;
}
</style>
background-color css
<style>
a { background-color: #52324D; }
a { background-color: rgb(82,50,77); }
div.DivClassName
{
background-color: #52324D;
}
.BgClassName
{
background-color: #52324D;
}
</style>
border-color css
<style>
span { border-color: #52324D; }
span { border-color: rgb(82,50,77); }
td.TdClassName
{
border-color: #52324D;
}
.TagClassName
{
border-color: #52324D;
}
</style>