Shades of Loulou #4D3749
Tints of Loulou #4D3749
RGB
CMYK
RGB Variations
Color information
#4D3749 (or 0x4D3749) is known color: Loulou. HEX triplet: 4D, 37 and 49. RGB value is (77,55,73). Sum of RGB (Red+Green+Blue) = 77+55+73=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3749 is #B2C8B6. Grayscale: #3F3F3F. Windows color (decimal): -11716791 or 4798285. OLE color: 4798285.
HSL color Cylindrical-coordinate representation of color #4D3749: hue angle of 310.91º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D3749 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 55 | 73 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.70 |
| HSL | 310.91º | 0.17% | 0.26% | - |
| HSV(B) | 310.91º | 0.29% | 0.3% | - |
| XYZ | 5.63 | 4.79 | 6.93 | - |
| YUV | 63.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 73 | 0 | 0.29 | 0.05 | 0.70 | 310.91 | 0.17 | 0.26 |
| Hex | 4D | 37 | 49 | 0 | 1D | 5 | 46 | 137 | 11 | 1A |
| Octal | 115 | 67 | 111 | 0 | 35 | 5 | 106 | 467 | 21 | 32 |
| Binary | 1001101 | 110111 | 1001001 | 0 | 11101 | 101 | 1000110 | 100110111 | 10001 | 11010 |
Color Harmonies of #4D3749
Complementary color
Monochromatic Colors of #4D3749
Black with #4D3749
Text Example
Text Example
White with #4D3749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3749; }
p { color: rgb(77,55,73); }
H1.HeaderClassName
{
color: #4D3749;
}
.AnyTagClassName
{
color: #4D3749;
}
</style>
background-color css
<style>
a { background-color: #4D3749; }
a { background-color: rgb(77,55,73); }
div.DivClassName
{
background-color: #4D3749;
}
.BgClassName
{
background-color: #4D3749;
}
</style>
border-color css
<style>
span { border-color: #4D3749; }
span { border-color: rgb(77,55,73); }
td.TdClassName
{
border-color: #4D3749;
}
.TagClassName
{
border-color: #4D3749;
}
</style>