Shades of Loulou #4D2E44
Tints of Loulou #4D2E44
RGB
CMYK
RGB Variations
Color information
#4D2E44 (or 0x4D2E44) is known color: Loulou. HEX triplet: 4D, 2E and 44. RGB value is (77,46,68). Sum of RGB (Red+Green+Blue) = 77+46+68=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2E44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2E44 is #B2D1BB. Grayscale: #393939. Windows color (decimal): -11719100 or 4468301. OLE color: 4468301.
HSL color Cylindrical-coordinate representation of color #4D2E44: hue angle of 317.42º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D2E44 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 46 | 68 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.70 |
| HSL | 317.42º | 0.25% | 0.24% | - |
| HSV(B) | 317.42º | 0.4% | 0.3% | - |
| XYZ | 5.08 | 3.95 | 5.96 | - |
| YUV | 57.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 46 | 68 | 0 | 0.40 | 0.12 | 0.70 | 317.42 | 0.25 | 0.24 |
| Hex | 4D | 2E | 44 | 0 | 28 | C | 46 | 13D | 19 | 18 |
| Octal | 115 | 56 | 104 | 0 | 50 | 14 | 106 | 475 | 31 | 30 |
| Binary | 1001101 | 101110 | 1000100 | 0 | 101000 | 1100 | 1000110 | 100111101 | 11001 | 11000 |
Color Harmonies of #4D2E44
Complementary color
Monochromatic Colors of #4D2E44
Black with #4D2E44
Text Example
Text Example
White with #4D2E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2E44; }
p { color: rgb(77,46,68); }
H1.HeaderClassName
{
color: #4D2E44;
}
.AnyTagClassName
{
color: #4D2E44;
}
</style>
background-color css
<style>
a { background-color: #4D2E44; }
a { background-color: rgb(77,46,68); }
div.DivClassName
{
background-color: #4D2E44;
}
.BgClassName
{
background-color: #4D2E44;
}
</style>
border-color css
<style>
span { border-color: #4D2E44; }
span { border-color: rgb(77,46,68); }
td.TdClassName
{
border-color: #4D2E44;
}
.TagClassName
{
border-color: #4D2E44;
}
</style>