Shades of Loulou #4D1148
Tints of Loulou #4D1148
RGB
CMYK
RGB Variations
Color information
#4D1148 (or 0x4D1148) is known color: Loulou. HEX triplet: 4D, 11 and 48. RGB value is (77,17,72). Sum of RGB (Red+Green+Blue) = 77+17+72=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1148 is #B2EEB7. Grayscale: #292929. Windows color (decimal): -11726520 or 4723021. OLE color: 4723021.
HSL color Cylindrical-coordinate representation of color #4D1148: hue angle of 305º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D1148 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 17 | 72 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.70 |
| HSL | 305º | 0.64% | 0.18% | - |
| HSV(B) | 305º | 0.78% | 0.3% | - |
| XYZ | 4.43 | 2.45 | 6.37 | - |
| YUV | 41.21 | 145.38 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 72 | 0 | 0.78 | 0.06 | 0.70 | 305 | 0.64 | 0.18 |
| Hex | 4D | 11 | 48 | 0 | 4E | 6 | 46 | 131 | 40 | 12 |
| Octal | 115 | 21 | 110 | 0 | 116 | 6 | 106 | 461 | 100 | 22 |
| Binary | 1001101 | 10001 | 1001000 | 0 | 1001110 | 110 | 1000110 | 100110001 | 1000000 | 10010 |
Color Harmonies of #4D1148
Complementary color
Monochromatic Colors of #4D1148
Black with #4D1148
Text Example
Text Example
White with #4D1148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1148; }
p { color: rgb(77,17,72); }
H1.HeaderClassName
{
color: #4D1148;
}
.AnyTagClassName
{
color: #4D1148;
}
</style>
background-color css
<style>
a { background-color: #4D1148; }
a { background-color: rgb(77,17,72); }
div.DivClassName
{
background-color: #4D1148;
}
.BgClassName
{
background-color: #4D1148;
}
</style>
border-color css
<style>
span { border-color: #4D1148; }
span { border-color: rgb(77,17,72); }
td.TdClassName
{
border-color: #4D1148;
}
.TagClassName
{
border-color: #4D1148;
}
</style>