Shades of Loulou #4D2845
Tints of Loulou #4D2845
RGB
CMYK
RGB Variations
Color information
#4D2845 (or 0x4D2845) is known color: Loulou. HEX triplet: 4D, 28 and 45. RGB value is (77,40,69). Sum of RGB (Red+Green+Blue) = 77+40+69=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2845 is #B2D7BA. Grayscale: #363636. Windows color (decimal): -11720635 or 4532301. OLE color: 4532301.
HSL color Cylindrical-coordinate representation of color #4D2845: hue angle of 312.97º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D2845 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 40 | 69 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.70 |
| HSL | 312.97º | 0.32% | 0.23% | - |
| HSV(B) | 312.97º | 0.48% | 0.3% | - |
| XYZ | 4.89 | 3.53 | 6.05 | - |
| YUV | 54.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 69 | 0 | 0.48 | 0.10 | 0.70 | 312.97 | 0.32 | 0.23 |
| Hex | 4D | 28 | 45 | 0 | 30 | A | 46 | 139 | 20 | 17 |
| Octal | 115 | 50 | 105 | 0 | 60 | 12 | 106 | 471 | 40 | 27 |
| Binary | 1001101 | 101000 | 1000101 | 0 | 110000 | 1010 | 1000110 | 100111001 | 100000 | 10111 |
Color Harmonies of #4D2845
Complementary color
Monochromatic Colors of #4D2845
Black with #4D2845
Text Example
Text Example
White with #4D2845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2845; }
p { color: rgb(77,40,69); }
H1.HeaderClassName
{
color: #4D2845;
}
.AnyTagClassName
{
color: #4D2845;
}
</style>
background-color css
<style>
a { background-color: #4D2845; }
a { background-color: rgb(77,40,69); }
div.DivClassName
{
background-color: #4D2845;
}
.BgClassName
{
background-color: #4D2845;
}
</style>
border-color css
<style>
span { border-color: #4D2845; }
span { border-color: rgb(77,40,69); }
td.TdClassName
{
border-color: #4D2845;
}
.TagClassName
{
border-color: #4D2845;
}
</style>