Shades of Loulou #4D1E43
Tints of Loulou #4D1E43
RGB
CMYK
RGB Variations
Color information
#4D1E43 (or 0x4D1E43) is known color: Loulou. HEX triplet: 4D, 1E and 43. RGB value is (77,30,67). Sum of RGB (Red+Green+Blue) = 77+30+67=174 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44.25% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 67 (26.56% from 255 or 38.51% from 174); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1E43 is #B2E1BC. Grayscale: #303030. Windows color (decimal): -11723197 or 4398669. OLE color: 4398669.
HSL color Cylindrical-coordinate representation of color #4D1E43: hue angle of 312.77º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D1E43 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 30 | 67 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.70 |
| HSL | 312.77º | 0.44% | 0.21% | - |
| HSV(B) | 312.77º | 0.61% | 0.3% | - |
| XYZ | 4.54 | 2.91 | 5.63 | - |
| YUV | 48.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 30 | 67 | 0 | 0.61 | 0.13 | 0.70 | 312.77 | 0.44 | 0.21 |
| Hex | 4D | 1E | 43 | 0 | 3D | D | 46 | 139 | 2C | 15 |
| Octal | 115 | 36 | 103 | 0 | 75 | 15 | 106 | 471 | 54 | 25 |
| Binary | 1001101 | 11110 | 1000011 | 0 | 111101 | 1101 | 1000110 | 100111001 | 101100 | 10101 |
Color Harmonies of #4D1E43
Complementary color
Monochromatic Colors of #4D1E43
Black with #4D1E43
Text Example
Text Example
White with #4D1E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1E43; }
p { color: rgb(77,30,67); }
H1.HeaderClassName
{
color: #4D1E43;
}
.AnyTagClassName
{
color: #4D1E43;
}
</style>
background-color css
<style>
a { background-color: #4D1E43; }
a { background-color: rgb(77,30,67); }
div.DivClassName
{
background-color: #4D1E43;
}
.BgClassName
{
background-color: #4D1E43;
}
</style>
border-color css
<style>
span { border-color: #4D1E43; }
span { border-color: rgb(77,30,67); }
td.TdClassName
{
border-color: #4D1E43;
}
.TagClassName
{
border-color: #4D1E43;
}
</style>