Shades of Loulou #4E2344
Tints of Loulou #4E2344
RGB
CMYK
RGB Variations
Color information
#4E2344 (or 0x4E2344) is known color: Loulou. HEX triplet: 4E, 23 and 44. RGB value is (78,35,68). Sum of RGB (Red+Green+Blue) = 78+35+68=181 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.09% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2344 is #B1DCBB. Grayscale: #333333. Windows color (decimal): -11656380 or 4465486. OLE color: 4465486.
HSL color Cylindrical-coordinate representation of color #4E2344: hue angle of 313.95º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E2344 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 35 | 68 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.69 |
| HSL | 313.95º | 0.38% | 0.22% | - |
| HSV(B) | 313.95º | 0.55% | 0.31% | - |
| XYZ | 4.79 | 3.24 | 5.84 | - |
| YUV | 51.62 | 137.25 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 35 | 68 | 0 | 0.55 | 0.13 | 0.69 | 313.95 | 0.38 | 0.22 |
| Hex | 4E | 23 | 44 | 0 | 37 | D | 45 | 13A | 26 | 16 |
| Octal | 116 | 43 | 104 | 0 | 67 | 15 | 105 | 472 | 46 | 26 |
| Binary | 1001110 | 100011 | 1000100 | 0 | 110111 | 1101 | 1000101 | 100111010 | 100110 | 10110 |
Color Harmonies of #4E2344
Complementary color
Monochromatic Colors of #4E2344
Black with #4E2344
Text Example
Text Example
White with #4E2344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2344; }
p { color: rgb(78,35,68); }
H1.HeaderClassName
{
color: #4E2344;
}
.AnyTagClassName
{
color: #4E2344;
}
</style>
background-color css
<style>
a { background-color: #4E2344; }
a { background-color: rgb(78,35,68); }
div.DivClassName
{
background-color: #4E2344;
}
.BgClassName
{
background-color: #4E2344;
}
</style>
border-color css
<style>
span { border-color: #4E2344; }
span { border-color: rgb(78,35,68); }
td.TdClassName
{
border-color: #4E2344;
}
.TagClassName
{
border-color: #4E2344;
}
</style>