Shades of Loulou #4D3849
Tints of Loulou #4D3849
RGB
CMYK
RGB Variations
Color information
#4D3849 (or 0x4D3849) is known color: Loulou. HEX triplet: 4D, 38 and 49. RGB value is (77,56,73). Sum of RGB (Red+Green+Blue) = 77+56+73=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3849 is #B2C7B6. Grayscale: #404040. Windows color (decimal): -11716535 or 4798541. OLE color: 4798541.
HSL color Cylindrical-coordinate representation of color #4D3849: hue angle of 311.43º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D3849 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 56 | 73 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.70 |
| HSL | 311.43º | 0.16% | 0.26% | - |
| HSV(B) | 311.43º | 0.27% | 0.3% | - |
| XYZ | 5.68 | 4.89 | 6.95 | - |
| YUV | 64.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 73 | 0 | 0.27 | 0.05 | 0.70 | 311.43 | 0.16 | 0.26 |
| Hex | 4D | 38 | 49 | 0 | 1B | 5 | 46 | 137 | 10 | 1A |
| Octal | 115 | 70 | 111 | 0 | 33 | 5 | 106 | 467 | 20 | 32 |
| Binary | 1001101 | 111000 | 1001001 | 0 | 11011 | 101 | 1000110 | 100110111 | 10000 | 11010 |
Color Harmonies of #4D3849
Complementary color
Monochromatic Colors of #4D3849
Black with #4D3849
Text Example
Text Example
White with #4D3849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3849; }
p { color: rgb(77,56,73); }
H1.HeaderClassName
{
color: #4D3849;
}
.AnyTagClassName
{
color: #4D3849;
}
</style>
background-color css
<style>
a { background-color: #4D3849; }
a { background-color: rgb(77,56,73); }
div.DivClassName
{
background-color: #4D3849;
}
.BgClassName
{
background-color: #4D3849;
}
</style>
border-color css
<style>
span { border-color: #4D3849; }
span { border-color: rgb(77,56,73); }
td.TdClassName
{
border-color: #4D3849;
}
.TagClassName
{
border-color: #4D3849;
}
</style>