Shades of Loulou #4D2249
Tints of Loulou #4D2249
RGB
CMYK
RGB Variations
Color information
#4D2249 (or 0x4D2249) is known color: Loulou. HEX triplet: 4D, 22 and 49. RGB value is (77,34,73). Sum of RGB (Red+Green+Blue) = 77+34+73=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 73 (28.91% from 255 or 39.67% from 184); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2249 is #B2DDB6. Grayscale: #333333. Windows color (decimal): -11722167 or 4792909. OLE color: 4792909.
HSL color Cylindrical-coordinate representation of color #4D2249: hue angle of 305.58º 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 #4D2249 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 34 | 73 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.70 |
| HSL | 305.58º | 0.39% | 0.22% | - |
| HSV(B) | 305.58º | 0.56% | 0.3% | - |
| XYZ | 4.84 | 3.2 | 6.67 | - |
| YUV | 51.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 73 | 0 | 0.56 | 0.05 | 0.70 | 305.58 | 0.39 | 0.22 |
| Hex | 4D | 22 | 49 | 0 | 38 | 5 | 46 | 132 | 27 | 16 |
| Octal | 115 | 42 | 111 | 0 | 70 | 5 | 106 | 462 | 47 | 26 |
| Binary | 1001101 | 100010 | 1001001 | 0 | 111000 | 101 | 1000110 | 100110010 | 100111 | 10110 |
Color Harmonies of #4D2249
Complementary color
Monochromatic Colors of #4D2249
Black with #4D2249
Text Example
Text Example
White with #4D2249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2249; }
p { color: rgb(77,34,73); }
H1.HeaderClassName
{
color: #4D2249;
}
.AnyTagClassName
{
color: #4D2249;
}
</style>
background-color css
<style>
a { background-color: #4D2249; }
a { background-color: rgb(77,34,73); }
div.DivClassName
{
background-color: #4D2249;
}
.BgClassName
{
background-color: #4D2249;
}
</style>
border-color css
<style>
span { border-color: #4D2249; }
span { border-color: rgb(77,34,73); }
td.TdClassName
{
border-color: #4D2249;
}
.TagClassName
{
border-color: #4D2249;
}
</style>