Shades of Loulou #4D2E43
Tints of Loulou #4D2E43
RGB
CMYK
RGB Variations
Color information
#4D2E43 (or 0x4D2E43) is known color: Loulou. HEX triplet: 4D, 2E and 43. RGB value is (77,46,67). Sum of RGB (Red+Green+Blue) = 77+46+67=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2E43 is #B2D1BC. Grayscale: #393939. Windows color (decimal): -11719101 or 4402765. OLE color: 4402765.
HSL color Cylindrical-coordinate representation of color #4D2E43: hue angle of 319.35º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D2E43 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 46 | 67 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.70 |
| HSL | 319.35º | 0.25% | 0.24% | - |
| HSV(B) | 319.35º | 0.4% | 0.3% | - |
| XYZ | 5.05 | 3.94 | 5.8 | - |
| YUV | 57.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 46 | 67 | 0 | 0.40 | 0.13 | 0.70 | 319.35 | 0.25 | 0.24 |
| Hex | 4D | 2E | 43 | 0 | 28 | D | 46 | 13F | 19 | 18 |
| Octal | 115 | 56 | 103 | 0 | 50 | 15 | 106 | 477 | 31 | 30 |
| Binary | 1001101 | 101110 | 1000011 | 0 | 101000 | 1101 | 1000110 | 100111111 | 11001 | 11000 |
Color Harmonies of #4D2E43
Complementary color
Monochromatic Colors of #4D2E43
Black with #4D2E43
Text Example
Text Example
White with #4D2E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2E43; }
p { color: rgb(77,46,67); }
H1.HeaderClassName
{
color: #4D2E43;
}
.AnyTagClassName
{
color: #4D2E43;
}
</style>
background-color css
<style>
a { background-color: #4D2E43; }
a { background-color: rgb(77,46,67); }
div.DivClassName
{
background-color: #4D2E43;
}
.BgClassName
{
background-color: #4D2E43;
}
</style>
border-color css
<style>
span { border-color: #4D2E43; }
span { border-color: rgb(77,46,67); }
td.TdClassName
{
border-color: #4D2E43;
}
.TagClassName
{
border-color: #4D2E43;
}
</style>