Shades of Loulou #4E1843
Tints of Loulou #4E1843
RGB
CMYK
RGB Variations
Color information
#4E1843 (or 0x4E1843) is known color: Loulou. HEX triplet: 4E, 18 and 43. RGB value is (78,24,67). Sum of RGB (Red+Green+Blue) = 78+24+67=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1843 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1843 is #B1E7BC. Grayscale: #2C2C2C. Windows color (decimal): -11659197 or 4397134. OLE color: 4397134.
HSL color Cylindrical-coordinate representation of color #4E1843: hue angle of 312.22º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E1843 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 24 | 67 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.69 |
| HSL | 312.22º | 0.53% | 0.2% | - |
| HSV(B) | 312.22º | 0.69% | 0.31% | - |
| XYZ | 4.48 | 2.68 | 5.59 | - |
| YUV | 45.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 24 | 67 | 0 | 0.69 | 0.14 | 0.69 | 312.22 | 0.53 | 0.2 |
| Hex | 4E | 18 | 43 | 0 | 45 | E | 45 | 138 | 35 | 14 |
| Octal | 116 | 30 | 103 | 0 | 105 | 16 | 105 | 470 | 65 | 24 |
| Binary | 1001110 | 11000 | 1000011 | 0 | 1000101 | 1110 | 1000101 | 100111000 | 110101 | 10100 |
Color Harmonies of #4E1843
Complementary color
Monochromatic Colors of #4E1843
Black with #4E1843
Text Example
Text Example
White with #4E1843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1843; }
p { color: rgb(78,24,67); }
H1.HeaderClassName
{
color: #4E1843;
}
.AnyTagClassName
{
color: #4E1843;
}
</style>
background-color css
<style>
a { background-color: #4E1843; }
a { background-color: rgb(78,24,67); }
div.DivClassName
{
background-color: #4E1843;
}
.BgClassName
{
background-color: #4E1843;
}
</style>
border-color css
<style>
span { border-color: #4E1843; }
span { border-color: rgb(78,24,67); }
td.TdClassName
{
border-color: #4E1843;
}
.TagClassName
{
border-color: #4E1843;
}
</style>