Shades of Loulou #4E1D42
Tints of Loulou #4E1D42
RGB
CMYK
RGB Variations
Color information
#4E1D42 (or 0x4E1D42) is known color: Loulou. HEX triplet: 4E, 1D and 42. RGB value is (78,29,66). Sum of RGB (Red+Green+Blue) = 78+29+66=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1D42 is #B1E2BD. Grayscale: #2F2F2F. Windows color (decimal): -11657918 or 4332878. OLE color: 4332878.
HSL color Cylindrical-coordinate representation of color #4E1D42: hue angle of 314.69º 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 #4E1D42 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 29 | 66 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.69 |
| HSL | 314.69º | 0.46% | 0.21% | - |
| HSV(B) | 314.69º | 0.63% | 0.31% | - |
| XYZ | 4.56 | 2.89 | 5.47 | - |
| YUV | 47.87 | 138.23 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 29 | 66 | 0 | 0.63 | 0.15 | 0.69 | 314.69 | 0.46 | 0.21 |
| Hex | 4E | 1D | 42 | 0 | 3F | F | 45 | 13B | 2E | 15 |
| Octal | 116 | 35 | 102 | 0 | 77 | 17 | 105 | 473 | 56 | 25 |
| Binary | 1001110 | 11101 | 1000010 | 0 | 111111 | 1111 | 1000101 | 100111011 | 101110 | 10101 |
Color Harmonies of #4E1D42
Complementary color
Monochromatic Colors of #4E1D42
Black with #4E1D42
Text Example
Text Example
White with #4E1D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1D42; }
p { color: rgb(78,29,66); }
H1.HeaderClassName
{
color: #4E1D42;
}
.AnyTagClassName
{
color: #4E1D42;
}
</style>
background-color css
<style>
a { background-color: #4E1D42; }
a { background-color: rgb(78,29,66); }
div.DivClassName
{
background-color: #4E1D42;
}
.BgClassName
{
background-color: #4E1D42;
}
</style>
border-color css
<style>
span { border-color: #4E1D42; }
span { border-color: rgb(78,29,66); }
td.TdClassName
{
border-color: #4E1D42;
}
.TagClassName
{
border-color: #4E1D42;
}
</style>