Shades of Loulou #4D1244
Tints of Loulou #4D1244
RGB
CMYK
RGB Variations
Color information
#4D1244 (or 0x4D1244) is known color: Loulou. HEX triplet: 4D, 12 and 44. RGB value is (77,18,68). Sum of RGB (Red+Green+Blue) = 77+18+68=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1244 is #B2EDBB. Grayscale: #292929. Windows color (decimal): -11726268 or 4461133. OLE color: 4461133.
HSL color Cylindrical-coordinate representation of color #4D1244: hue angle of 309.15º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D1244 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 18 | 68 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.70 |
| HSL | 309.15º | 0.62% | 0.19% | - |
| HSV(B) | 309.15º | 0.77% | 0.3% | - |
| XYZ | 4.32 | 2.43 | 5.71 | - |
| YUV | 41.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 68 | 0 | 0.77 | 0.12 | 0.70 | 309.15 | 0.62 | 0.19 |
| Hex | 4D | 12 | 44 | 0 | 4D | C | 46 | 135 | 3E | 13 |
| Octal | 115 | 22 | 104 | 0 | 115 | 14 | 106 | 465 | 76 | 23 |
| Binary | 1001101 | 10010 | 1000100 | 0 | 1001101 | 1100 | 1000110 | 100110101 | 111110 | 10011 |
Color Harmonies of #4D1244
Complementary color
Monochromatic Colors of #4D1244
Black with #4D1244
Text Example
Text Example
White with #4D1244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1244; }
p { color: rgb(77,18,68); }
H1.HeaderClassName
{
color: #4D1244;
}
.AnyTagClassName
{
color: #4D1244;
}
</style>
background-color css
<style>
a { background-color: #4D1244; }
a { background-color: rgb(77,18,68); }
div.DivClassName
{
background-color: #4D1244;
}
.BgClassName
{
background-color: #4D1244;
}
</style>
border-color css
<style>
span { border-color: #4D1244; }
span { border-color: rgb(77,18,68); }
td.TdClassName
{
border-color: #4D1244;
}
.TagClassName
{
border-color: #4D1244;
}
</style>