Shades of Loulou #4D3848
Tints of Loulou #4D3848
RGB
CMYK
RGB Variations
Color information
#4D3848 (or 0x4D3848) is known color: Loulou. HEX triplet: 4D, 38 and 48. RGB value is (77,56,72). Sum of RGB (Red+Green+Blue) = 77+56+72=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3848 is #B2C7B7. Grayscale: #404040. Windows color (decimal): -11716536 or 4733005. OLE color: 4733005.
HSL color Cylindrical-coordinate representation of color #4D3848: hue angle of 314.29º 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 #4D3848 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 56 | 72 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.70 |
| HSL | 314.29º | 0.16% | 0.26% | - |
| HSV(B) | 314.29º | 0.27% | 0.3% | - |
| XYZ | 5.64 | 4.87 | 6.77 | - |
| YUV | 64.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 72 | 0 | 0.27 | 0.06 | 0.70 | 314.29 | 0.16 | 0.26 |
| Hex | 4D | 38 | 48 | 0 | 1B | 6 | 46 | 13A | 10 | 1A |
| Octal | 115 | 70 | 110 | 0 | 33 | 6 | 106 | 472 | 20 | 32 |
| Binary | 1001101 | 111000 | 1001000 | 0 | 11011 | 110 | 1000110 | 100111010 | 10000 | 11010 |
Color Harmonies of #4D3848
Complementary color
Monochromatic Colors of #4D3848
Black with #4D3848
Text Example
Text Example
White with #4D3848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3848; }
p { color: rgb(77,56,72); }
H1.HeaderClassName
{
color: #4D3848;
}
.AnyTagClassName
{
color: #4D3848;
}
</style>
background-color css
<style>
a { background-color: #4D3848; }
a { background-color: rgb(77,56,72); }
div.DivClassName
{
background-color: #4D3848;
}
.BgClassName
{
background-color: #4D3848;
}
</style>
border-color css
<style>
span { border-color: #4D3848; }
span { border-color: rgb(77,56,72); }
td.TdClassName
{
border-color: #4D3848;
}
.TagClassName
{
border-color: #4D3848;
}
</style>