Shades of Loulou #52364D
Tints of Loulou #52364D
RGB
CMYK
RGB Variations
Color information
#52364D (or 0x52364D) is known color: Loulou. HEX triplet: 52, 36 and 4D. RGB value is (82,54,77). Sum of RGB (Red+Green+Blue) = 82+54+77=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 82 - color contains mainly: red. Hex color #52364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52364D is #ADC9B2. Grayscale: #404040. Windows color (decimal): -11389363 or 5060178. OLE color: 5060178.
HSL color Cylindrical-coordinate representation of color #52364D: hue angle of 310.71º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52364D is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 54 | 77 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.68 |
| HSL | 310.71º | 0.21% | 0.27% | - |
| HSV(B) | 310.71º | 0.34% | 0.32% | - |
| XYZ | 6.14 | 4.97 | 7.66 | - |
| YUV | 64.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 54 | 77 | 0 | 0.34 | 0.06 | 0.68 | 310.71 | 0.21 | 0.27 |
| Hex | 52 | 36 | 4D | 0 | 22 | 6 | 44 | 137 | 15 | 1B |
| Octal | 122 | 66 | 115 | 0 | 42 | 6 | 104 | 467 | 25 | 33 |
| Binary | 1010010 | 110110 | 1001101 | 0 | 100010 | 110 | 1000100 | 100110111 | 10101 | 11011 |
Color Harmonies of #52364D
Complementary color
Monochromatic Colors of #52364D
Black with #52364D
Text Example
Text Example
White with #52364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52364D; }
p { color: rgb(82,54,77); }
H1.HeaderClassName
{
color: #52364D;
}
.AnyTagClassName
{
color: #52364D;
}
</style>
background-color css
<style>
a { background-color: #52364D; }
a { background-color: rgb(82,54,77); }
div.DivClassName
{
background-color: #52364D;
}
.BgClassName
{
background-color: #52364D;
}
</style>
border-color css
<style>
span { border-color: #52364D; }
span { border-color: rgb(82,54,77); }
td.TdClassName
{
border-color: #52364D;
}
.TagClassName
{
border-color: #52364D;
}
</style>