Shades of Loulou #4D2C48
Tints of Loulou #4D2C48
RGB
CMYK
RGB Variations
Color information
#4D2C48 (or 0x4D2C48) is known color: Loulou. HEX triplet: 4D, 2C and 48. RGB value is (77,44,72). Sum of RGB (Red+Green+Blue) = 77+44+72=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2C48 is #B2D3B7. Grayscale: #383838. Windows color (decimal): -11719608 or 4729933. OLE color: 4729933.
HSL color Cylindrical-coordinate representation of color #4D2C48: hue angle of 309.09º 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 #4D2C48 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 44 | 72 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.70 |
| HSL | 309.09º | 0.27% | 0.24% | - |
| HSV(B) | 309.09º | 0.43% | 0.3% | - |
| XYZ | 5.13 | 3.85 | 6.6 | - |
| YUV | 57.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 44 | 72 | 0 | 0.43 | 0.06 | 0.70 | 309.09 | 0.27 | 0.24 |
| Hex | 4D | 2C | 48 | 0 | 2B | 6 | 46 | 135 | 1B | 18 |
| Octal | 115 | 54 | 110 | 0 | 53 | 6 | 106 | 465 | 33 | 30 |
| Binary | 1001101 | 101100 | 1001000 | 0 | 101011 | 110 | 1000110 | 100110101 | 11011 | 11000 |
Color Harmonies of #4D2C48
Complementary color
Monochromatic Colors of #4D2C48
Black with #4D2C48
Text Example
Text Example
White with #4D2C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2C48; }
p { color: rgb(77,44,72); }
H1.HeaderClassName
{
color: #4D2C48;
}
.AnyTagClassName
{
color: #4D2C48;
}
</style>
background-color css
<style>
a { background-color: #4D2C48; }
a { background-color: rgb(77,44,72); }
div.DivClassName
{
background-color: #4D2C48;
}
.BgClassName
{
background-color: #4D2C48;
}
</style>
border-color css
<style>
span { border-color: #4D2C48; }
span { border-color: rgb(77,44,72); }
td.TdClassName
{
border-color: #4D2C48;
}
.TagClassName
{
border-color: #4D2C48;
}
</style>