Shades of Loulou #4D2144
Tints of Loulou #4D2144
RGB
CMYK
RGB Variations
Color information
#4D2144 (or 0x4D2144) is known color: Loulou. HEX triplet: 4D, 21 and 44. RGB value is (77,33,68). Sum of RGB (Red+Green+Blue) = 77+33+68=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2144 is #B2DEBB. Grayscale: #323232. Windows color (decimal): -11722428 or 4464973. OLE color: 4464973.
HSL color Cylindrical-coordinate representation of color #4D2144: hue angle of 312.27º 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 #4D2144 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 33 | 68 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.70 |
| HSL | 312.27º | 0.4% | 0.22% | - |
| HSV(B) | 312.27º | 0.57% | 0.3% | - |
| XYZ | 4.65 | 3.08 | 5.82 | - |
| YUV | 50.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 68 | 0 | 0.57 | 0.12 | 0.70 | 312.27 | 0.4 | 0.22 |
| Hex | 4D | 21 | 44 | 0 | 39 | C | 46 | 138 | 28 | 16 |
| Octal | 115 | 41 | 104 | 0 | 71 | 14 | 106 | 470 | 50 | 26 |
| Binary | 1001101 | 100001 | 1000100 | 0 | 111001 | 1100 | 1000110 | 100111000 | 101000 | 10110 |
Color Harmonies of #4D2144
Complementary color
Monochromatic Colors of #4D2144
Black with #4D2144
Text Example
Text Example
White with #4D2144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2144; }
p { color: rgb(77,33,68); }
H1.HeaderClassName
{
color: #4D2144;
}
.AnyTagClassName
{
color: #4D2144;
}
</style>
background-color css
<style>
a { background-color: #4D2144; }
a { background-color: rgb(77,33,68); }
div.DivClassName
{
background-color: #4D2144;
}
.BgClassName
{
background-color: #4D2144;
}
</style>
border-color css
<style>
span { border-color: #4D2144; }
span { border-color: rgb(77,33,68); }
td.TdClassName
{
border-color: #4D2144;
}
.TagClassName
{
border-color: #4D2144;
}
</style>