Shades of Loulou #4E2445
Tints of Loulou #4E2445
RGB
CMYK
RGB Variations
Color information
#4E2445 (or 0x4E2445) is known color: Loulou. HEX triplet: 4E, 24 and 45. RGB value is (78,36,69). Sum of RGB (Red+Green+Blue) = 78+36+69=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2445 is #B1DBBA. Grayscale: #343434. Windows color (decimal): -11656123 or 4531278. OLE color: 4531278.
HSL color Cylindrical-coordinate representation of color #4E2445: hue angle of 312.86º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E2445 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 36 | 69 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.69 |
| HSL | 312.86º | 0.37% | 0.22% | - |
| HSV(B) | 312.86º | 0.54% | 0.31% | - |
| XYZ | 4.85 | 3.31 | 6.01 | - |
| YUV | 52.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 36 | 69 | 0 | 0.54 | 0.12 | 0.69 | 312.86 | 0.37 | 0.22 |
| Hex | 4E | 24 | 45 | 0 | 36 | C | 45 | 139 | 25 | 16 |
| Octal | 116 | 44 | 105 | 0 | 66 | 14 | 105 | 471 | 45 | 26 |
| Binary | 1001110 | 100100 | 1000101 | 0 | 110110 | 1100 | 1000101 | 100111001 | 100101 | 10110 |
Color Harmonies of #4E2445
Complementary color
Monochromatic Colors of #4E2445
Black with #4E2445
Text Example
Text Example
White with #4E2445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2445; }
p { color: rgb(78,36,69); }
H1.HeaderClassName
{
color: #4E2445;
}
.AnyTagClassName
{
color: #4E2445;
}
</style>
background-color css
<style>
a { background-color: #4E2445; }
a { background-color: rgb(78,36,69); }
div.DivClassName
{
background-color: #4E2445;
}
.BgClassName
{
background-color: #4E2445;
}
</style>
border-color css
<style>
span { border-color: #4E2445; }
span { border-color: rgb(78,36,69); }
td.TdClassName
{
border-color: #4E2445;
}
.TagClassName
{
border-color: #4E2445;
}
</style>