Shades of Loulou #4E0F45
Tints of Loulou #4E0F45
RGB
CMYK
RGB Variations
Color information
#4E0F45 (or 0x4E0F45) is known color: Loulou. HEX triplet: 4E, 0F and 45. RGB value is (78,15,69). Sum of RGB (Red+Green+Blue) = 78+15+69=162 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.15% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0F45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0F45 is #B1F0BA. Grayscale: #272727. Windows color (decimal): -11661499 or 4525902. OLE color: 4525902.
HSL color Cylindrical-coordinate representation of color #4E0F45: hue angle of 308.57º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E0F45 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 15 | 69 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.69 |
| HSL | 308.57º | 0.68% | 0.18% | - |
| HSV(B) | 308.57º | 0.81% | 0.31% | - |
| XYZ | 4.39 | 2.39 | 5.86 | - |
| YUV | 39.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 15 | 69 | 0 | 0.81 | 0.12 | 0.69 | 308.57 | 0.68 | 0.18 |
| Hex | 4E | F | 45 | 0 | 51 | C | 45 | 135 | 44 | 12 |
| Octal | 116 | 17 | 105 | 0 | 121 | 14 | 105 | 465 | 104 | 22 |
| Binary | 1001110 | 1111 | 1000101 | 0 | 1010001 | 1100 | 1000101 | 100110101 | 1000100 | 10010 |
Color Harmonies of #4E0F45
Complementary color
Monochromatic Colors of #4E0F45
Black with #4E0F45
Text Example
Text Example
White with #4E0F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0F45; }
p { color: rgb(78,15,69); }
H1.HeaderClassName
{
color: #4E0F45;
}
.AnyTagClassName
{
color: #4E0F45;
}
</style>
background-color css
<style>
a { background-color: #4E0F45; }
a { background-color: rgb(78,15,69); }
div.DivClassName
{
background-color: #4E0F45;
}
.BgClassName
{
background-color: #4E0F45;
}
</style>
border-color css
<style>
span { border-color: #4E0F45; }
span { border-color: rgb(78,15,69); }
td.TdClassName
{
border-color: #4E0F45;
}
.TagClassName
{
border-color: #4E0F45;
}
</style>