Shades of Loulou #4D2B49
Tints of Loulou #4D2B49
RGB
CMYK
RGB Variations
Color information
#4D2B49 (or 0x4D2B49) is known color: Loulou. HEX triplet: 4D, 2B and 49. RGB value is (77,43,73). Sum of RGB (Red+Green+Blue) = 77+43+73=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2B49 is #B2D4B6. Grayscale: #383838. Windows color (decimal): -11719863 or 4795213. OLE color: 4795213.
HSL color Cylindrical-coordinate representation of color #4D2B49: hue angle of 307.06º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D2B49 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 43 | 73 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.70 |
| HSL | 307.06º | 0.28% | 0.24% | - |
| HSV(B) | 307.06º | 0.44% | 0.3% | - |
| XYZ | 5.13 | 3.79 | 6.76 | - |
| YUV | 56.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 43 | 73 | 0 | 0.44 | 0.05 | 0.70 | 307.06 | 0.28 | 0.24 |
| Hex | 4D | 2B | 49 | 0 | 2C | 5 | 46 | 133 | 1C | 18 |
| Octal | 115 | 53 | 111 | 0 | 54 | 5 | 106 | 463 | 34 | 30 |
| Binary | 1001101 | 101011 | 1001001 | 0 | 101100 | 101 | 1000110 | 100110011 | 11100 | 11000 |
Color Harmonies of #4D2B49
Complementary color
Monochromatic Colors of #4D2B49
Black with #4D2B49
Text Example
Text Example
White with #4D2B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2B49; }
p { color: rgb(77,43,73); }
H1.HeaderClassName
{
color: #4D2B49;
}
.AnyTagClassName
{
color: #4D2B49;
}
</style>
background-color css
<style>
a { background-color: #4D2B49; }
a { background-color: rgb(77,43,73); }
div.DivClassName
{
background-color: #4D2B49;
}
.BgClassName
{
background-color: #4D2B49;
}
</style>
border-color css
<style>
span { border-color: #4D2B49; }
span { border-color: rgb(77,43,73); }
td.TdClassName
{
border-color: #4D2B49;
}
.TagClassName
{
border-color: #4D2B49;
}
</style>