Shades of Loulou #4D3544
Tints of Loulou #4D3544
RGB
CMYK
RGB Variations
Color information
#4D3544 (or 0x4D3544) is known color: Loulou. HEX triplet: 4D, 35 and 44. RGB value is (77,53,68). Sum of RGB (Red+Green+Blue) = 77+53+68=198 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.89% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3544 is #B2CABB. Grayscale: #3D3D3D. Windows color (decimal): -11717308 or 4470093. OLE color: 4470093.
HSL color Cylindrical-coordinate representation of color #4D3544: hue angle of 322.5º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D3544 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 53 | 68 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.70 |
| HSL | 322.5º | 0.18% | 0.25% | - |
| HSV(B) | 322.5º | 0.31% | 0.3% | - |
| XYZ | 5.38 | 4.54 | 6.06 | - |
| YUV | 61.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 68 | 0 | 0.31 | 0.12 | 0.70 | 322.5 | 0.18 | 0.25 |
| Hex | 4D | 35 | 44 | 0 | 1F | C | 46 | 142 | 12 | 19 |
| Octal | 115 | 65 | 104 | 0 | 37 | 14 | 106 | 502 | 22 | 31 |
| Binary | 1001101 | 110101 | 1000100 | 0 | 11111 | 1100 | 1000110 | 101000010 | 10010 | 11001 |
Color Harmonies of #4D3544
Complementary color
Monochromatic Colors of #4D3544
Black with #4D3544
Text Example
Text Example
White with #4D3544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3544; }
p { color: rgb(77,53,68); }
H1.HeaderClassName
{
color: #4D3544;
}
.AnyTagClassName
{
color: #4D3544;
}
</style>
background-color css
<style>
a { background-color: #4D3544; }
a { background-color: rgb(77,53,68); }
div.DivClassName
{
background-color: #4D3544;
}
.BgClassName
{
background-color: #4D3544;
}
</style>
border-color css
<style>
span { border-color: #4D3544; }
span { border-color: rgb(77,53,68); }
td.TdClassName
{
border-color: #4D3544;
}
.TagClassName
{
border-color: #4D3544;
}
</style>