Shades of Loulou #4D3042
Tints of Loulou #4D3042
RGB
CMYK
RGB Variations
Color information
#4D3042 (or 0x4D3042) is known color: Loulou. HEX triplet: 4D, 30 and 42. RGB value is (77,48,66). Sum of RGB (Red+Green+Blue) = 77+48+66=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3042 is #B2CFBD. Grayscale: #3A3A3A. Windows color (decimal): -11718590 or 4337741. OLE color: 4337741.
HSL color Cylindrical-coordinate representation of color #4D3042: hue angle of 322.76º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D3042 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 48 | 66 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.70 |
| HSL | 322.76º | 0.23% | 0.25% | - |
| HSV(B) | 322.76º | 0.38% | 0.3% | - |
| XYZ | 5.1 | 4.09 | 5.67 | - |
| YUV | 58.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 48 | 66 | 0 | 0.38 | 0.14 | 0.70 | 322.76 | 0.23 | 0.25 |
| Hex | 4D | 30 | 42 | 0 | 26 | E | 46 | 143 | 17 | 19 |
| Octal | 115 | 60 | 102 | 0 | 46 | 16 | 106 | 503 | 27 | 31 |
| Binary | 1001101 | 110000 | 1000010 | 0 | 100110 | 1110 | 1000110 | 101000011 | 10111 | 11001 |
Color Harmonies of #4D3042
Complementary color
Monochromatic Colors of #4D3042
Black with #4D3042
Text Example
Text Example
White with #4D3042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3042; }
p { color: rgb(77,48,66); }
H1.HeaderClassName
{
color: #4D3042;
}
.AnyTagClassName
{
color: #4D3042;
}
</style>
background-color css
<style>
a { background-color: #4D3042; }
a { background-color: rgb(77,48,66); }
div.DivClassName
{
background-color: #4D3042;
}
.BgClassName
{
background-color: #4D3042;
}
</style>
border-color css
<style>
span { border-color: #4D3042; }
span { border-color: rgb(77,48,66); }
td.TdClassName
{
border-color: #4D3042;
}
.TagClassName
{
border-color: #4D3042;
}
</style>