Shades of Loulou #4D324C
Tints of Loulou #4D324C
RGB
CMYK
RGB Variations
Color information
#4D324C (or 0x4D324C) is known color: Loulou. HEX triplet: 4D, 32 and 4C. RGB value is (77,50,76). Sum of RGB (Red+Green+Blue) = 77+50+76=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 77 - color contains mainly: red. Hex color #4D324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D324C is #B2CDB3. Grayscale: #3C3C3C. Windows color (decimal): -11718068 or 4993613. OLE color: 4993613.
HSL color Cylindrical-coordinate representation of color #4D324C: hue angle of 302.22º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D324C is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 50 | 76 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.70 |
| HSL | 302.22º | 0.21% | 0.25% | - |
| HSV(B) | 302.22º | 0.35% | 0.3% | - |
| XYZ | 5.51 | 4.38 | 7.39 | - |
| YUV | 61.04 | 136.45 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 76 | 0 | 0.35 | 0.01 | 0.70 | 302.22 | 0.21 | 0.25 |
| Hex | 4D | 32 | 4C | 0 | 23 | 1 | 46 | 12E | 15 | 19 |
| Octal | 115 | 62 | 114 | 0 | 43 | 1 | 106 | 456 | 25 | 31 |
| Binary | 1001101 | 110010 | 1001100 | 0 | 100011 | 1 | 1000110 | 100101110 | 10101 | 11001 |
Color Harmonies of #4D324C
Complementary color
Monochromatic Colors of #4D324C
Black with #4D324C
Text Example
Text Example
White with #4D324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D324C; }
p { color: rgb(77,50,76); }
H1.HeaderClassName
{
color: #4D324C;
}
.AnyTagClassName
{
color: #4D324C;
}
</style>
background-color css
<style>
a { background-color: #4D324C; }
a { background-color: rgb(77,50,76); }
div.DivClassName
{
background-color: #4D324C;
}
.BgClassName
{
background-color: #4D324C;
}
</style>
border-color css
<style>
span { border-color: #4D324C; }
span { border-color: rgb(77,50,76); }
td.TdClassName
{
border-color: #4D324C;
}
.TagClassName
{
border-color: #4D324C;
}
</style>