Shades of Loulou #4D3444
Tints of Loulou #4D3444
RGB
CMYK
RGB Variations
Color information
#4D3444 (or 0x4D3444) is known color: Loulou. HEX triplet: 4D, 34 and 44. RGB value is (77,52,68). Sum of RGB (Red+Green+Blue) = 77+52+68=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3444 is #B2CBBB. Grayscale: #3D3D3D. Windows color (decimal): -11717564 or 4469837. OLE color: 4469837.
HSL color Cylindrical-coordinate representation of color #4D3444: hue angle of 321.6º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D3444 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 52 | 68 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.70 |
| HSL | 321.6º | 0.19% | 0.25% | - |
| HSV(B) | 321.6º | 0.32% | 0.3% | - |
| XYZ | 5.33 | 4.45 | 6.05 | - |
| YUV | 61.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 68 | 0 | 0.32 | 0.12 | 0.70 | 321.6 | 0.19 | 0.25 |
| Hex | 4D | 34 | 44 | 0 | 20 | C | 46 | 142 | 13 | 19 |
| Octal | 115 | 64 | 104 | 0 | 40 | 14 | 106 | 502 | 23 | 31 |
| Binary | 1001101 | 110100 | 1000100 | 0 | 100000 | 1100 | 1000110 | 101000010 | 10011 | 11001 |
Color Harmonies of #4D3444
Complementary color
Monochromatic Colors of #4D3444
Black with #4D3444
Text Example
Text Example
White with #4D3444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3444; }
p { color: rgb(77,52,68); }
H1.HeaderClassName
{
color: #4D3444;
}
.AnyTagClassName
{
color: #4D3444;
}
</style>
background-color css
<style>
a { background-color: #4D3444; }
a { background-color: rgb(77,52,68); }
div.DivClassName
{
background-color: #4D3444;
}
.BgClassName
{
background-color: #4D3444;
}
</style>
border-color css
<style>
span { border-color: #4D3444; }
span { border-color: rgb(77,52,68); }
td.TdClassName
{
border-color: #4D3444;
}
.TagClassName
{
border-color: #4D3444;
}
</style>