Shades of Loulou #4E1D43
Tints of Loulou #4E1D43
RGB
CMYK
RGB Variations
Color information
#4E1D43 (or 0x4E1D43) is known color: Loulou. HEX triplet: 4E, 1D and 43. RGB value is (78,29,67). Sum of RGB (Red+Green+Blue) = 78+29+67=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 67 (26.56% from 255 or 38.51% from 174); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1D43 is #B1E2BC. Grayscale: #2F2F2F. Windows color (decimal): -11657917 or 4398414. OLE color: 4398414.
HSL color Cylindrical-coordinate representation of color #4E1D43: hue angle of 313.47º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E1D43 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 29 | 67 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.69 |
| HSL | 313.47º | 0.46% | 0.21% | - |
| HSV(B) | 313.47º | 0.63% | 0.31% | - |
| XYZ | 4.59 | 2.9 | 5.63 | - |
| YUV | 47.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 29 | 67 | 0 | 0.63 | 0.14 | 0.69 | 313.47 | 0.46 | 0.21 |
| Hex | 4E | 1D | 43 | 0 | 3F | E | 45 | 139 | 2E | 15 |
| Octal | 116 | 35 | 103 | 0 | 77 | 16 | 105 | 471 | 56 | 25 |
| Binary | 1001110 | 11101 | 1000011 | 0 | 111111 | 1110 | 1000101 | 100111001 | 101110 | 10101 |
Color Harmonies of #4E1D43
Complementary color
Monochromatic Colors of #4E1D43
Black with #4E1D43
Text Example
Text Example
White with #4E1D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1D43; }
p { color: rgb(78,29,67); }
H1.HeaderClassName
{
color: #4E1D43;
}
.AnyTagClassName
{
color: #4E1D43;
}
</style>
background-color css
<style>
a { background-color: #4E1D43; }
a { background-color: rgb(78,29,67); }
div.DivClassName
{
background-color: #4E1D43;
}
.BgClassName
{
background-color: #4E1D43;
}
</style>
border-color css
<style>
span { border-color: #4E1D43; }
span { border-color: rgb(78,29,67); }
td.TdClassName
{
border-color: #4E1D43;
}
.TagClassName
{
border-color: #4E1D43;
}
</style>