Shades of Loulou #4D1644
Tints of Loulou #4D1644
RGB
CMYK
RGB Variations
Color information
#4D1644 (or 0x4D1644) is known color: Loulou. HEX triplet: 4D, 16 and 44. RGB value is (77,22,68). Sum of RGB (Red+Green+Blue) = 77+22+68=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1644 is #B2E9BB. Grayscale: #2B2B2B. Windows color (decimal): -11725244 or 4462157. OLE color: 4462157.
HSL color Cylindrical-coordinate representation of color #4D1644: hue angle of 309.82º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D1644 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 22 | 68 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.70 |
| HSL | 309.82º | 0.56% | 0.19% | - |
| HSV(B) | 309.82º | 0.71% | 0.3% | - |
| XYZ | 4.39 | 2.57 | 5.73 | - |
| YUV | 43.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 68 | 0 | 0.71 | 0.12 | 0.70 | 309.82 | 0.56 | 0.19 |
| Hex | 4D | 16 | 44 | 0 | 47 | C | 46 | 136 | 38 | 13 |
| Octal | 115 | 26 | 104 | 0 | 107 | 14 | 106 | 466 | 70 | 23 |
| Binary | 1001101 | 10110 | 1000100 | 0 | 1000111 | 1100 | 1000110 | 100110110 | 111000 | 10011 |
Color Harmonies of #4D1644
Complementary color
Monochromatic Colors of #4D1644
Black with #4D1644
Text Example
Text Example
White with #4D1644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1644; }
p { color: rgb(77,22,68); }
H1.HeaderClassName
{
color: #4D1644;
}
.AnyTagClassName
{
color: #4D1644;
}
</style>
background-color css
<style>
a { background-color: #4D1644; }
a { background-color: rgb(77,22,68); }
div.DivClassName
{
background-color: #4D1644;
}
.BgClassName
{
background-color: #4D1644;
}
</style>
border-color css
<style>
span { border-color: #4D1644; }
span { border-color: rgb(77,22,68); }
td.TdClassName
{
border-color: #4D1644;
}
.TagClassName
{
border-color: #4D1644;
}
</style>