Shades of Loulou #4D2042
Tints of Loulou #4D2042
RGB
CMYK
RGB Variations
Color information
#4D2042 (or 0x4D2042) is known color: Loulou. HEX triplet: 4D, 20 and 42. RGB value is (77,32,66). Sum of RGB (Red+Green+Blue) = 77+32+66=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2042 is #B2DFBD. Grayscale: #313131. Windows color (decimal): -11722686 or 4333645. OLE color: 4333645.
HSL color Cylindrical-coordinate representation of color #4D2042: hue angle of 314.67º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D2042 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 32 | 66 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.70 |
| HSL | 314.67º | 0.41% | 0.21% | - |
| HSV(B) | 314.67º | 0.58% | 0.3% | - |
| XYZ | 4.56 | 3 | 5.49 | - |
| YUV | 49.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 32 | 66 | 0 | 0.58 | 0.14 | 0.70 | 314.67 | 0.41 | 0.21 |
| Hex | 4D | 20 | 42 | 0 | 3A | E | 46 | 13B | 29 | 15 |
| Octal | 115 | 40 | 102 | 0 | 72 | 16 | 106 | 473 | 51 | 25 |
| Binary | 1001101 | 100000 | 1000010 | 0 | 111010 | 1110 | 1000110 | 100111011 | 101001 | 10101 |
Color Harmonies of #4D2042
Complementary color
Monochromatic Colors of #4D2042
Black with #4D2042
Text Example
Text Example
White with #4D2042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2042; }
p { color: rgb(77,32,66); }
H1.HeaderClassName
{
color: #4D2042;
}
.AnyTagClassName
{
color: #4D2042;
}
</style>
background-color css
<style>
a { background-color: #4D2042; }
a { background-color: rgb(77,32,66); }
div.DivClassName
{
background-color: #4D2042;
}
.BgClassName
{
background-color: #4D2042;
}
</style>
border-color css
<style>
span { border-color: #4D2042; }
span { border-color: rgb(77,32,66); }
td.TdClassName
{
border-color: #4D2042;
}
.TagClassName
{
border-color: #4D2042;
}
</style>