Shades of Loulou #4D1844
Tints of Loulou #4D1844
RGB
CMYK
RGB Variations
Color information
#4D1844 (or 0x4D1844) is known color: Loulou. HEX triplet: 4D, 18 and 44. RGB value is (77,24,68). Sum of RGB (Red+Green+Blue) = 77+24+68=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 68 (26.95% from 255 or 40.24% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1844 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1844 is #B2E7BB. Grayscale: #2C2C2C. Windows color (decimal): -11724732 or 4462669. OLE color: 4462669.
HSL color Cylindrical-coordinate representation of color #4D1844: hue angle of 310.19º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D1844 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 24 | 68 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.70 |
| HSL | 310.19º | 0.52% | 0.2% | - |
| HSV(B) | 310.19º | 0.69% | 0.3% | - |
| XYZ | 4.43 | 2.65 | 5.75 | - |
| YUV | 44.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 68 | 0 | 0.69 | 0.12 | 0.70 | 310.19 | 0.52 | 0.2 |
| Hex | 4D | 18 | 44 | 0 | 45 | C | 46 | 136 | 34 | 14 |
| Octal | 115 | 30 | 104 | 0 | 105 | 14 | 106 | 466 | 64 | 24 |
| Binary | 1001101 | 11000 | 1000100 | 0 | 1000101 | 1100 | 1000110 | 100110110 | 110100 | 10100 |
Color Harmonies of #4D1844
Complementary color
Monochromatic Colors of #4D1844
Black with #4D1844
Text Example
Text Example
White with #4D1844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1844; }
p { color: rgb(77,24,68); }
H1.HeaderClassName
{
color: #4D1844;
}
.AnyTagClassName
{
color: #4D1844;
}
</style>
background-color css
<style>
a { background-color: #4D1844; }
a { background-color: rgb(77,24,68); }
div.DivClassName
{
background-color: #4D1844;
}
.BgClassName
{
background-color: #4D1844;
}
</style>
border-color css
<style>
span { border-color: #4D1844; }
span { border-color: rgb(77,24,68); }
td.TdClassName
{
border-color: #4D1844;
}
.TagClassName
{
border-color: #4D1844;
}
</style>