Shades of Loulou #4D3846
Tints of Loulou #4D3846
RGB
CMYK
RGB Variations
Color information
#4D3846 (or 0x4D3846) is known color: Loulou. HEX triplet: 4D, 38 and 46. RGB value is (77,56,70). Sum of RGB (Red+Green+Blue) = 77+56+70=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3846 is #B2C7B9. Grayscale: #3F3F3F. Windows color (decimal): -11716538 or 4601933. OLE color: 4601933.
HSL color Cylindrical-coordinate representation of color #4D3846: hue angle of 320º 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 #4D3846 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 56 | 70 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.70 |
| HSL | 320º | 0.16% | 0.26% | - |
| HSV(B) | 320º | 0.27% | 0.3% | - |
| XYZ | 5.58 | 4.85 | 6.44 | - |
| YUV | 63.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 70 | 0 | 0.27 | 0.09 | 0.70 | 320 | 0.16 | 0.26 |
| Hex | 4D | 38 | 46 | 0 | 1B | 9 | 46 | 140 | 10 | 1A |
| Octal | 115 | 70 | 106 | 0 | 33 | 11 | 106 | 500 | 20 | 32 |
| Binary | 1001101 | 111000 | 1000110 | 0 | 11011 | 1001 | 1000110 | 101000000 | 10000 | 11010 |
Color Harmonies of #4D3846
Complementary color
Monochromatic Colors of #4D3846
Black with #4D3846
Text Example
Text Example
White with #4D3846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3846; }
p { color: rgb(77,56,70); }
H1.HeaderClassName
{
color: #4D3846;
}
.AnyTagClassName
{
color: #4D3846;
}
</style>
background-color css
<style>
a { background-color: #4D3846; }
a { background-color: rgb(77,56,70); }
div.DivClassName
{
background-color: #4D3846;
}
.BgClassName
{
background-color: #4D3846;
}
</style>
border-color css
<style>
span { border-color: #4D3846; }
span { border-color: rgb(77,56,70); }
td.TdClassName
{
border-color: #4D3846;
}
.TagClassName
{
border-color: #4D3846;
}
</style>