Shades of Loulou #4E1343
Tints of Loulou #4E1343
RGB
CMYK
RGB Variations
Color information
#4E1343 (or 0x4E1343) is known color: Loulou. HEX triplet: 4E, 13 and 43. RGB value is (78,19,67). Sum of RGB (Red+Green+Blue) = 78+19+67=164 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.56% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 67 (26.56% from 255 or 40.85% from 164); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1343 is #B1ECBC. Grayscale: #292929. Windows color (decimal): -11660477 or 4395854. OLE color: 4395854.
HSL color Cylindrical-coordinate representation of color #4E1343: hue angle of 311.19º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E1343 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 19 | 67 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.69 |
| HSL | 311.19º | 0.61% | 0.19% | - |
| HSV(B) | 311.19º | 0.76% | 0.31% | - |
| XYZ | 4.39 | 2.49 | 5.56 | - |
| YUV | 42.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 19 | 67 | 0 | 0.76 | 0.14 | 0.69 | 311.19 | 0.61 | 0.19 |
| Hex | 4E | 13 | 43 | 0 | 4C | E | 45 | 137 | 3D | 13 |
| Octal | 116 | 23 | 103 | 0 | 114 | 16 | 105 | 467 | 75 | 23 |
| Binary | 1001110 | 10011 | 1000011 | 0 | 1001100 | 1110 | 1000101 | 100110111 | 111101 | 10011 |
Color Harmonies of #4E1343
Complementary color
Monochromatic Colors of #4E1343
Black with #4E1343
Text Example
Text Example
White with #4E1343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1343; }
p { color: rgb(78,19,67); }
H1.HeaderClassName
{
color: #4E1343;
}
.AnyTagClassName
{
color: #4E1343;
}
</style>
background-color css
<style>
a { background-color: #4E1343; }
a { background-color: rgb(78,19,67); }
div.DivClassName
{
background-color: #4E1343;
}
.BgClassName
{
background-color: #4E1343;
}
</style>
border-color css
<style>
span { border-color: #4E1343; }
span { border-color: rgb(78,19,67); }
td.TdClassName
{
border-color: #4E1343;
}
.TagClassName
{
border-color: #4E1343;
}
</style>