Shades of Loulou #4E2642
Tints of Loulou #4E2642
RGB
CMYK
RGB Variations
Color information
#4E2642 (or 0x4E2642) is known color: Loulou. HEX triplet: 4E, 26 and 42. RGB value is (78,38,66). Sum of RGB (Red+Green+Blue) = 78+38+66=182 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.86% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2642 is #B1D9BD. Grayscale: #353535. Windows color (decimal): -11655614 or 4335182. OLE color: 4335182.
HSL color Cylindrical-coordinate representation of color #4E2642: hue angle of 318º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E2642 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 38 | 66 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.69 |
| HSL | 318º | 0.34% | 0.23% | - |
| HSV(B) | 318º | 0.51% | 0.31% | - |
| XYZ | 4.82 | 3.4 | 5.56 | - |
| YUV | 53.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 38 | 66 | 0 | 0.51 | 0.15 | 0.69 | 318 | 0.34 | 0.23 |
| Hex | 4E | 26 | 42 | 0 | 33 | F | 45 | 13E | 22 | 17 |
| Octal | 116 | 46 | 102 | 0 | 63 | 17 | 105 | 476 | 42 | 27 |
| Binary | 1001110 | 100110 | 1000010 | 0 | 110011 | 1111 | 1000101 | 100111110 | 100010 | 10111 |
Color Harmonies of #4E2642
Complementary color
Monochromatic Colors of #4E2642
Black with #4E2642
Text Example
Text Example
White with #4E2642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2642; }
p { color: rgb(78,38,66); }
H1.HeaderClassName
{
color: #4E2642;
}
.AnyTagClassName
{
color: #4E2642;
}
</style>
background-color css
<style>
a { background-color: #4E2642; }
a { background-color: rgb(78,38,66); }
div.DivClassName
{
background-color: #4E2642;
}
.BgClassName
{
background-color: #4E2642;
}
</style>
border-color css
<style>
span { border-color: #4E2642; }
span { border-color: rgb(78,38,66); }
td.TdClassName
{
border-color: #4E2642;
}
.TagClassName
{
border-color: #4E2642;
}
</style>