Shades of Loulou #4D2242
Tints of Loulou #4D2242
RGB
CMYK
RGB Variations
Color information
#4D2242 (or 0x4D2242) is known color: Loulou. HEX triplet: 4D, 22 and 42. RGB value is (77,34,66). Sum of RGB (Red+Green+Blue) = 77+34+66=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2242 is #B2DDBD. Grayscale: #323232. Windows color (decimal): -11722174 or 4334157. OLE color: 4334157.
HSL color Cylindrical-coordinate representation of color #4D2242: hue angle of 315.35º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D2242 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 34 | 66 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.70 |
| HSL | 315.35º | 0.39% | 0.22% | - |
| HSV(B) | 315.35º | 0.56% | 0.3% | - |
| XYZ | 4.62 | 3.12 | 5.51 | - |
| YUV | 50.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 66 | 0 | 0.56 | 0.14 | 0.70 | 315.35 | 0.39 | 0.22 |
| Hex | 4D | 22 | 42 | 0 | 38 | E | 46 | 13B | 27 | 16 |
| Octal | 115 | 42 | 102 | 0 | 70 | 16 | 106 | 473 | 47 | 26 |
| Binary | 1001101 | 100010 | 1000010 | 0 | 111000 | 1110 | 1000110 | 100111011 | 100111 | 10110 |
Color Harmonies of #4D2242
Complementary color
Monochromatic Colors of #4D2242
Black with #4D2242
Text Example
Text Example
White with #4D2242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2242; }
p { color: rgb(77,34,66); }
H1.HeaderClassName
{
color: #4D2242;
}
.AnyTagClassName
{
color: #4D2242;
}
</style>
background-color css
<style>
a { background-color: #4D2242; }
a { background-color: rgb(77,34,66); }
div.DivClassName
{
background-color: #4D2242;
}
.BgClassName
{
background-color: #4D2242;
}
</style>
border-color css
<style>
span { border-color: #4D2242; }
span { border-color: rgb(77,34,66); }
td.TdClassName
{
border-color: #4D2242;
}
.TagClassName
{
border-color: #4D2242;
}
</style>