Shades of Loulou #4D3546
Tints of Loulou #4D3546
RGB
CMYK
RGB Variations
Color information
#4D3546 (or 0x4D3546) is known color: Loulou. HEX triplet: 4D, 35 and 46. RGB value is (77,53,70). Sum of RGB (Red+Green+Blue) = 77+53+70=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3546 is #B2CAB9. Grayscale: #3E3E3E. Windows color (decimal): -11717306 or 4601165. OLE color: 4601165.
HSL color Cylindrical-coordinate representation of color #4D3546: hue angle of 317.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 #4D3546 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 53 | 70 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.70 |
| HSL | 317.5º | 0.18% | 0.25% | - |
| HSV(B) | 317.5º | 0.31% | 0.3% | - |
| XYZ | 5.44 | 4.57 | 6.39 | - |
| YUV | 62.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 70 | 0 | 0.31 | 0.09 | 0.70 | 317.5 | 0.18 | 0.25 |
| Hex | 4D | 35 | 46 | 0 | 1F | 9 | 46 | 13E | 12 | 19 |
| Octal | 115 | 65 | 106 | 0 | 37 | 11 | 106 | 476 | 22 | 31 |
| Binary | 1001101 | 110101 | 1000110 | 0 | 11111 | 1001 | 1000110 | 100111110 | 10010 | 11001 |
Color Harmonies of #4D3546
Complementary color
Monochromatic Colors of #4D3546
Black with #4D3546
Text Example
Text Example
White with #4D3546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3546; }
p { color: rgb(77,53,70); }
H1.HeaderClassName
{
color: #4D3546;
}
.AnyTagClassName
{
color: #4D3546;
}
</style>
background-color css
<style>
a { background-color: #4D3546; }
a { background-color: rgb(77,53,70); }
div.DivClassName
{
background-color: #4D3546;
}
.BgClassName
{
background-color: #4D3546;
}
</style>
border-color css
<style>
span { border-color: #4D3546; }
span { border-color: rgb(77,53,70); }
td.TdClassName
{
border-color: #4D3546;
}
.TagClassName
{
border-color: #4D3546;
}
</style>