Shades of Loulou #4D1749
Tints of Loulou #4D1749
RGB
CMYK
RGB Variations
Color information
#4D1749 (or 0x4D1749) is known color: Loulou. HEX triplet: 4D, 17 and 49. RGB value is (77,23,73). Sum of RGB (Red+Green+Blue) = 77+23+73=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1749 is #B2E8B6. Grayscale: #2C2C2C. Windows color (decimal): -11724983 or 4790093. OLE color: 4790093.
HSL color Cylindrical-coordinate representation of color #4D1749: hue angle of 304.44º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D1749 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 23 | 73 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.70 |
| HSL | 304.44º | 0.54% | 0.2% | - |
| HSV(B) | 304.44º | 0.7% | 0.3% | - |
| XYZ | 4.57 | 2.67 | 6.58 | - |
| YUV | 44.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 73 | 0 | 0.70 | 0.05 | 0.70 | 304.44 | 0.54 | 0.2 |
| Hex | 4D | 17 | 49 | 0 | 46 | 5 | 46 | 130 | 36 | 14 |
| Octal | 115 | 27 | 111 | 0 | 106 | 5 | 106 | 460 | 66 | 24 |
| Binary | 1001101 | 10111 | 1001001 | 0 | 1000110 | 101 | 1000110 | 100110000 | 110110 | 10100 |
Color Harmonies of #4D1749
Complementary color
Monochromatic Colors of #4D1749
Black with #4D1749
Text Example
Text Example
White with #4D1749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1749; }
p { color: rgb(77,23,73); }
H1.HeaderClassName
{
color: #4D1749;
}
.AnyTagClassName
{
color: #4D1749;
}
</style>
background-color css
<style>
a { background-color: #4D1749; }
a { background-color: rgb(77,23,73); }
div.DivClassName
{
background-color: #4D1749;
}
.BgClassName
{
background-color: #4D1749;
}
</style>
border-color css
<style>
span { border-color: #4D1749; }
span { border-color: rgb(77,23,73); }
td.TdClassName
{
border-color: #4D1749;
}
.TagClassName
{
border-color: #4D1749;
}
</style>