Shades of Loulou #4D2944
Tints of Loulou #4D2944
RGB
CMYK
RGB Variations
Color information
#4D2944 (or 0x4D2944) is known color: Loulou. HEX triplet: 4D, 29 and 44. RGB value is (77,41,68). Sum of RGB (Red+Green+Blue) = 77+41+68=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2944 is #B2D6BB. Grayscale: #363636. Windows color (decimal): -11720380 or 4467021. OLE color: 4467021.
HSL color Cylindrical-coordinate representation of color #4D2944: hue angle of 315º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D2944 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 41 | 68 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.70 |
| HSL | 315º | 0.31% | 0.23% | - |
| HSV(B) | 315º | 0.47% | 0.3% | - |
| XYZ | 4.9 | 3.58 | 5.9 | - |
| YUV | 54.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 41 | 68 | 0 | 0.47 | 0.12 | 0.70 | 315 | 0.31 | 0.23 |
| Hex | 4D | 29 | 44 | 0 | 2F | C | 46 | 13B | 1F | 17 |
| Octal | 115 | 51 | 104 | 0 | 57 | 14 | 106 | 473 | 37 | 27 |
| Binary | 1001101 | 101001 | 1000100 | 0 | 101111 | 1100 | 1000110 | 100111011 | 11111 | 10111 |
Color Harmonies of #4D2944
Complementary color
Monochromatic Colors of #4D2944
Black with #4D2944
Text Example
Text Example
White with #4D2944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2944; }
p { color: rgb(77,41,68); }
H1.HeaderClassName
{
color: #4D2944;
}
.AnyTagClassName
{
color: #4D2944;
}
</style>
background-color css
<style>
a { background-color: #4D2944; }
a { background-color: rgb(77,41,68); }
div.DivClassName
{
background-color: #4D2944;
}
.BgClassName
{
background-color: #4D2944;
}
</style>
border-color css
<style>
span { border-color: #4D2944; }
span { border-color: rgb(77,41,68); }
td.TdClassName
{
border-color: #4D2944;
}
.TagClassName
{
border-color: #4D2944;
}
</style>