Shades of Loulou #4D2142
Tints of Loulou #4D2142
RGB
CMYK
RGB Variations
Color information
#4D2142 (or 0x4D2142) is known color: Loulou. HEX triplet: 4D, 21 and 42. RGB value is (77,33,66). Sum of RGB (Red+Green+Blue) = 77+33+66=176 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.75% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2142 is #B2DEBD. Grayscale: #313131. Windows color (decimal): -11722430 or 4333901. OLE color: 4333901.
HSL color Cylindrical-coordinate representation of color #4D2142: hue angle of 315º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D2142 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 33 | 66 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.70 |
| HSL | 315º | 0.4% | 0.22% | - |
| HSV(B) | 315º | 0.57% | 0.3% | - |
| XYZ | 4.59 | 3.06 | 5.5 | - |
| YUV | 49.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 66 | 0 | 0.57 | 0.14 | 0.70 | 315 | 0.4 | 0.22 |
| Hex | 4D | 21 | 42 | 0 | 39 | E | 46 | 13B | 28 | 16 |
| Octal | 115 | 41 | 102 | 0 | 71 | 16 | 106 | 473 | 50 | 26 |
| Binary | 1001101 | 100001 | 1000010 | 0 | 111001 | 1110 | 1000110 | 100111011 | 101000 | 10110 |
Color Harmonies of #4D2142
Complementary color
Monochromatic Colors of #4D2142
Black with #4D2142
Text Example
Text Example
White with #4D2142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2142; }
p { color: rgb(77,33,66); }
H1.HeaderClassName
{
color: #4D2142;
}
.AnyTagClassName
{
color: #4D2142;
}
</style>
background-color css
<style>
a { background-color: #4D2142; }
a { background-color: rgb(77,33,66); }
div.DivClassName
{
background-color: #4D2142;
}
.BgClassName
{
background-color: #4D2142;
}
</style>
border-color css
<style>
span { border-color: #4D2142; }
span { border-color: rgb(77,33,66); }
td.TdClassName
{
border-color: #4D2142;
}
.TagClassName
{
border-color: #4D2142;
}
</style>