Shades of Loulou #4D2544
Tints of Loulou #4D2544
RGB
CMYK
RGB Variations
Color information
#4D2544 (or 0x4D2544) is known color: Loulou. HEX triplet: 4D, 25 and 44. RGB value is (77,37,68). Sum of RGB (Red+Green+Blue) = 77+37+68=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2544 is #B2DABB. Grayscale: #343434. Windows color (decimal): -11721404 or 4465997. OLE color: 4465997.
HSL color Cylindrical-coordinate representation of color #4D2544: hue angle of 313.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D2544 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 37 | 68 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.70 |
| HSL | 313.5º | 0.35% | 0.22% | - |
| HSV(B) | 313.5º | 0.52% | 0.3% | - |
| XYZ | 4.77 | 3.32 | 5.86 | - |
| YUV | 52.49 | 136.75 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 68 | 0 | 0.52 | 0.12 | 0.70 | 313.5 | 0.35 | 0.22 |
| Hex | 4D | 25 | 44 | 0 | 34 | C | 46 | 13A | 23 | 16 |
| Octal | 115 | 45 | 104 | 0 | 64 | 14 | 106 | 472 | 43 | 26 |
| Binary | 1001101 | 100101 | 1000100 | 0 | 110100 | 1100 | 1000110 | 100111010 | 100011 | 10110 |
Color Harmonies of #4D2544
Complementary color
Monochromatic Colors of #4D2544
Black with #4D2544
Text Example
Text Example
White with #4D2544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2544; }
p { color: rgb(77,37,68); }
H1.HeaderClassName
{
color: #4D2544;
}
.AnyTagClassName
{
color: #4D2544;
}
</style>
background-color css
<style>
a { background-color: #4D2544; }
a { background-color: rgb(77,37,68); }
div.DivClassName
{
background-color: #4D2544;
}
.BgClassName
{
background-color: #4D2544;
}
</style>
border-color css
<style>
span { border-color: #4D2544; }
span { border-color: rgb(77,37,68); }
td.TdClassName
{
border-color: #4D2544;
}
.TagClassName
{
border-color: #4D2544;
}
</style>