Shades of Loulou #52344D
Tints of Loulou #52344D
RGB
CMYK
RGB Variations
Color information
#52344D (or 0x52344D) is known color: Loulou. HEX triplet: 52, 34 and 4D. RGB value is (82,52,77). Sum of RGB (Red+Green+Blue) = 82+52+77=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #52344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52344D is #ADCBB2. Grayscale: #3F3F3F. Windows color (decimal): -11389875 or 5059666. OLE color: 5059666.
HSL color Cylindrical-coordinate representation of color #52344D: hue angle of 310º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #52344D is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 52 | 77 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.68 |
| HSL | 310º | 0.22% | 0.26% | - |
| HSV(B) | 310º | 0.37% | 0.32% | - |
| XYZ | 6.05 | 4.79 | 7.63 | - |
| YUV | 63.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 52 | 77 | 0 | 0.37 | 0.06 | 0.68 | 310 | 0.22 | 0.26 |
| Hex | 52 | 34 | 4D | 0 | 25 | 6 | 44 | 136 | 16 | 1A |
| Octal | 122 | 64 | 115 | 0 | 45 | 6 | 104 | 466 | 26 | 32 |
| Binary | 1010010 | 110100 | 1001101 | 0 | 100101 | 110 | 1000100 | 100110110 | 10110 | 11010 |
Color Harmonies of #52344D
Complementary color
Monochromatic Colors of #52344D
Black with #52344D
Text Example
Text Example
White with #52344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52344D; }
p { color: rgb(82,52,77); }
H1.HeaderClassName
{
color: #52344D;
}
.AnyTagClassName
{
color: #52344D;
}
</style>
background-color css
<style>
a { background-color: #52344D; }
a { background-color: rgb(82,52,77); }
div.DivClassName
{
background-color: #52344D;
}
.BgClassName
{
background-color: #52344D;
}
</style>
border-color css
<style>
span { border-color: #52344D; }
span { border-color: rgb(82,52,77); }
td.TdClassName
{
border-color: #52344D;
}
.TagClassName
{
border-color: #52344D;
}
</style>