Shades of Loulou #4D3549
Tints of Loulou #4D3549
RGB
CMYK
RGB Variations
Color information
#4D3549 (or 0x4D3549) is known color: Loulou. HEX triplet: 4D, 35 and 49. RGB value is (77,53,73). Sum of RGB (Red+Green+Blue) = 77+53+73=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3549 is #B2CAB6. Grayscale: #3E3E3E. Windows color (decimal): -11717303 or 4797773. OLE color: 4797773.
HSL color Cylindrical-coordinate representation of color #4D3549: hue angle of 310º 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 #4D3549 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 53 | 73 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.70 |
| HSL | 310º | 0.18% | 0.25% | - |
| HSV(B) | 310º | 0.31% | 0.3% | - |
| XYZ | 5.54 | 4.61 | 6.9 | - |
| YUV | 62.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 73 | 0 | 0.31 | 0.05 | 0.70 | 310 | 0.18 | 0.25 |
| Hex | 4D | 35 | 49 | 0 | 1F | 5 | 46 | 136 | 12 | 19 |
| Octal | 115 | 65 | 111 | 0 | 37 | 5 | 106 | 466 | 22 | 31 |
| Binary | 1001101 | 110101 | 1001001 | 0 | 11111 | 101 | 1000110 | 100110110 | 10010 | 11001 |
Color Harmonies of #4D3549
Complementary color
Monochromatic Colors of #4D3549
Black with #4D3549
Text Example
Text Example
White with #4D3549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3549; }
p { color: rgb(77,53,73); }
H1.HeaderClassName
{
color: #4D3549;
}
.AnyTagClassName
{
color: #4D3549;
}
</style>
background-color css
<style>
a { background-color: #4D3549; }
a { background-color: rgb(77,53,73); }
div.DivClassName
{
background-color: #4D3549;
}
.BgClassName
{
background-color: #4D3549;
}
</style>
border-color css
<style>
span { border-color: #4D3549; }
span { border-color: rgb(77,53,73); }
td.TdClassName
{
border-color: #4D3549;
}
.TagClassName
{
border-color: #4D3549;
}
</style>