Shades of Loulou #4D2244
Tints of Loulou #4D2244
RGB
CMYK
RGB Variations
Color information
#4D2244 (or 0x4D2244) is known color: Loulou. HEX triplet: 4D, 22 and 44. RGB value is (77,34,68). Sum of RGB (Red+Green+Blue) = 77+34+68=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2244 is #B2DDBB. Grayscale: #323232. Windows color (decimal): -11722172 or 4465229. OLE color: 4465229.
HSL color Cylindrical-coordinate representation of color #4D2244: hue angle of 312.56º 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 #4D2244 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 34 | 68 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.70 |
| HSL | 312.56º | 0.39% | 0.22% | - |
| HSV(B) | 312.56º | 0.56% | 0.3% | - |
| XYZ | 4.68 | 3.14 | 5.83 | - |
| YUV | 50.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 68 | 0 | 0.56 | 0.12 | 0.70 | 312.56 | 0.39 | 0.22 |
| Hex | 4D | 22 | 44 | 0 | 38 | C | 46 | 139 | 27 | 16 |
| Octal | 115 | 42 | 104 | 0 | 70 | 14 | 106 | 471 | 47 | 26 |
| Binary | 1001101 | 100010 | 1000100 | 0 | 111000 | 1100 | 1000110 | 100111001 | 100111 | 10110 |
Color Harmonies of #4D2244
Complementary color
Monochromatic Colors of #4D2244
Black with #4D2244
Text Example
Text Example
White with #4D2244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2244; }
p { color: rgb(77,34,68); }
H1.HeaderClassName
{
color: #4D2244;
}
.AnyTagClassName
{
color: #4D2244;
}
</style>
background-color css
<style>
a { background-color: #4D2244; }
a { background-color: rgb(77,34,68); }
div.DivClassName
{
background-color: #4D2244;
}
.BgClassName
{
background-color: #4D2244;
}
</style>
border-color css
<style>
span { border-color: #4D2244; }
span { border-color: rgb(77,34,68); }
td.TdClassName
{
border-color: #4D2244;
}
.TagClassName
{
border-color: #4D2244;
}
</style>