Shades of Loulou #4D3149
Tints of Loulou #4D3149
RGB
CMYK
RGB Variations
Color information
#4D3149 (or 0x4D3149) is known color: Loulou. HEX triplet: 4D, 31 and 49. RGB value is (77,49,73). Sum of RGB (Red+Green+Blue) = 77+49+73=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3149 is #B2CEB6. Grayscale: #3C3C3C. Windows color (decimal): -11718327 or 4796749. OLE color: 4796749.
HSL color Cylindrical-coordinate representation of color #4D3149: hue angle of 308.57º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D3149 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 49 | 73 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.70 |
| HSL | 308.57º | 0.22% | 0.25% | - |
| HSV(B) | 308.57º | 0.36% | 0.3% | - |
| XYZ | 5.36 | 4.26 | 6.84 | - |
| YUV | 60.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 49 | 73 | 0 | 0.36 | 0.05 | 0.70 | 308.57 | 0.22 | 0.25 |
| Hex | 4D | 31 | 49 | 0 | 24 | 5 | 46 | 135 | 16 | 19 |
| Octal | 115 | 61 | 111 | 0 | 44 | 5 | 106 | 465 | 26 | 31 |
| Binary | 1001101 | 110001 | 1001001 | 0 | 100100 | 101 | 1000110 | 100110101 | 10110 | 11001 |
Color Harmonies of #4D3149
Complementary color
Monochromatic Colors of #4D3149
Black with #4D3149
Text Example
Text Example
White with #4D3149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3149; }
p { color: rgb(77,49,73); }
H1.HeaderClassName
{
color: #4D3149;
}
.AnyTagClassName
{
color: #4D3149;
}
</style>
background-color css
<style>
a { background-color: #4D3149; }
a { background-color: rgb(77,49,73); }
div.DivClassName
{
background-color: #4D3149;
}
.BgClassName
{
background-color: #4D3149;
}
</style>
border-color css
<style>
span { border-color: #4D3149; }
span { border-color: rgb(77,49,73); }
td.TdClassName
{
border-color: #4D3149;
}
.TagClassName
{
border-color: #4D3149;
}
</style>