Shades of Loulou #4E2845
Tints of Loulou #4E2845
RGB
CMYK
RGB Variations
Color information
#4E2845 (or 0x4E2845) is known color: Loulou. HEX triplet: 4E, 28 and 45. RGB value is (78,40,69). Sum of RGB (Red+Green+Blue) = 78+40+69=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2845 is #B1D7BA. Grayscale: #363636. Windows color (decimal): -11655099 or 4532302. OLE color: 4532302.
HSL color Cylindrical-coordinate representation of color #4E2845: hue angle of 314.21º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E2845 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 40 | 69 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.69 |
| HSL | 314.21º | 0.32% | 0.23% | - |
| HSV(B) | 314.21º | 0.49% | 0.31% | - |
| XYZ | 4.97 | 3.57 | 6.06 | - |
| YUV | 54.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 40 | 69 | 0 | 0.49 | 0.12 | 0.69 | 314.21 | 0.32 | 0.23 |
| Hex | 4E | 28 | 45 | 0 | 31 | C | 45 | 13A | 20 | 17 |
| Octal | 116 | 50 | 105 | 0 | 61 | 14 | 105 | 472 | 40 | 27 |
| Binary | 1001110 | 101000 | 1000101 | 0 | 110001 | 1100 | 1000101 | 100111010 | 100000 | 10111 |
Color Harmonies of #4E2845
Complementary color
Monochromatic Colors of #4E2845
Black with #4E2845
Text Example
Text Example
White with #4E2845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2845; }
p { color: rgb(78,40,69); }
H1.HeaderClassName
{
color: #4E2845;
}
.AnyTagClassName
{
color: #4E2845;
}
</style>
background-color css
<style>
a { background-color: #4E2845; }
a { background-color: rgb(78,40,69); }
div.DivClassName
{
background-color: #4E2845;
}
.BgClassName
{
background-color: #4E2845;
}
</style>
border-color css
<style>
span { border-color: #4E2845; }
span { border-color: rgb(78,40,69); }
td.TdClassName
{
border-color: #4E2845;
}
.TagClassName
{
border-color: #4E2845;
}
</style>