Shades of Loulou #4D2C44
Tints of Loulou #4D2C44
RGB
CMYK
RGB Variations
Color information
#4D2C44 (or 0x4D2C44) is known color: Loulou. HEX triplet: 4D, 2C and 44. RGB value is (77,44,68). Sum of RGB (Red+Green+Blue) = 77+44+68=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2C44 is #B2D3BB. Grayscale: #383838. Windows color (decimal): -11719612 or 4467789. OLE color: 4467789.
HSL color Cylindrical-coordinate representation of color #4D2C44: hue angle of 316.36º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D2C44 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 44 | 68 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.70 |
| HSL | 316.36º | 0.27% | 0.24% | - |
| HSV(B) | 316.36º | 0.43% | 0.3% | - |
| XYZ | 5 | 3.8 | 5.94 | - |
| YUV | 56.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 44 | 68 | 0 | 0.43 | 0.12 | 0.70 | 316.36 | 0.27 | 0.24 |
| Hex | 4D | 2C | 44 | 0 | 2B | C | 46 | 13C | 1B | 18 |
| Octal | 115 | 54 | 104 | 0 | 53 | 14 | 106 | 474 | 33 | 30 |
| Binary | 1001101 | 101100 | 1000100 | 0 | 101011 | 1100 | 1000110 | 100111100 | 11011 | 11000 |
Color Harmonies of #4D2C44
Complementary color
Monochromatic Colors of #4D2C44
Black with #4D2C44
Text Example
Text Example
White with #4D2C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2C44; }
p { color: rgb(77,44,68); }
H1.HeaderClassName
{
color: #4D2C44;
}
.AnyTagClassName
{
color: #4D2C44;
}
</style>
background-color css
<style>
a { background-color: #4D2C44; }
a { background-color: rgb(77,44,68); }
div.DivClassName
{
background-color: #4D2C44;
}
.BgClassName
{
background-color: #4D2C44;
}
</style>
border-color css
<style>
span { border-color: #4D2C44; }
span { border-color: rgb(77,44,68); }
td.TdClassName
{
border-color: #4D2C44;
}
.TagClassName
{
border-color: #4D2C44;
}
</style>