Shades of Loulou #4D2F49
Tints of Loulou #4D2F49
RGB
CMYK
RGB Variations
Color information
#4D2F49 (or 0x4D2F49) is known color: Loulou. HEX triplet: 4D, 2F and 49. RGB value is (77,47,73). Sum of RGB (Red+Green+Blue) = 77+47+73=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2F49 is #B2D0B6. Grayscale: #3A3A3A. Windows color (decimal): -11718839 or 4796237. OLE color: 4796237.
HSL color Cylindrical-coordinate representation of color #4D2F49: hue angle of 308º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D2F49 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 47 | 73 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.70 |
| HSL | 308º | 0.24% | 0.24% | - |
| HSV(B) | 308º | 0.39% | 0.3% | - |
| XYZ | 5.28 | 4.09 | 6.81 | - |
| YUV | 58.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 47 | 73 | 0 | 0.39 | 0.05 | 0.70 | 308 | 0.24 | 0.24 |
| Hex | 4D | 2F | 49 | 0 | 27 | 5 | 46 | 134 | 18 | 18 |
| Octal | 115 | 57 | 111 | 0 | 47 | 5 | 106 | 464 | 30 | 30 |
| Binary | 1001101 | 101111 | 1001001 | 0 | 100111 | 101 | 1000110 | 100110100 | 11000 | 11000 |
Color Harmonies of #4D2F49
Complementary color
Monochromatic Colors of #4D2F49
Black with #4D2F49
Text Example
Text Example
White with #4D2F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2F49; }
p { color: rgb(77,47,73); }
H1.HeaderClassName
{
color: #4D2F49;
}
.AnyTagClassName
{
color: #4D2F49;
}
</style>
background-color css
<style>
a { background-color: #4D2F49; }
a { background-color: rgb(77,47,73); }
div.DivClassName
{
background-color: #4D2F49;
}
.BgClassName
{
background-color: #4D2F49;
}
</style>
border-color css
<style>
span { border-color: #4D2F49; }
span { border-color: rgb(77,47,73); }
td.TdClassName
{
border-color: #4D2F49;
}
.TagClassName
{
border-color: #4D2F49;
}
</style>