Shades of Loulou #4D3144
Tints of Loulou #4D3144
RGB
CMYK
RGB Variations
Color information
#4D3144 (or 0x4D3144) is known color: Loulou. HEX triplet: 4D, 31 and 44. RGB value is (77,49,68). Sum of RGB (Red+Green+Blue) = 77+49+68=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3144 is #B2CEBB. Grayscale: #3B3B3B. Windows color (decimal): -11718332 or 4469069. OLE color: 4469069.
HSL color Cylindrical-coordinate representation of color #4D3144: hue angle of 319.29º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D3144 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 49 | 68 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.70 |
| HSL | 319.29º | 0.22% | 0.25% | - |
| HSV(B) | 319.29º | 0.36% | 0.3% | - |
| XYZ | 5.2 | 4.19 | 6 | - |
| YUV | 59.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 49 | 68 | 0 | 0.36 | 0.12 | 0.70 | 319.29 | 0.22 | 0.25 |
| Hex | 4D | 31 | 44 | 0 | 24 | C | 46 | 13F | 16 | 19 |
| Octal | 115 | 61 | 104 | 0 | 44 | 14 | 106 | 477 | 26 | 31 |
| Binary | 1001101 | 110001 | 1000100 | 0 | 100100 | 1100 | 1000110 | 100111111 | 10110 | 11001 |
Color Harmonies of #4D3144
Complementary color
Monochromatic Colors of #4D3144
Black with #4D3144
Text Example
Text Example
White with #4D3144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3144; }
p { color: rgb(77,49,68); }
H1.HeaderClassName
{
color: #4D3144;
}
.AnyTagClassName
{
color: #4D3144;
}
</style>
background-color css
<style>
a { background-color: #4D3144; }
a { background-color: rgb(77,49,68); }
div.DivClassName
{
background-color: #4D3144;
}
.BgClassName
{
background-color: #4D3144;
}
</style>
border-color css
<style>
span { border-color: #4D3144; }
span { border-color: rgb(77,49,68); }
td.TdClassName
{
border-color: #4D3144;
}
.TagClassName
{
border-color: #4D3144;
}
</style>