Shades of Loulou #4D1143
Tints of Loulou #4D1143
RGB
CMYK
RGB Variations
Color information
#4D1143 (or 0x4D1143) is known color: Loulou. HEX triplet: 4D, 11 and 43. RGB value is (77,17,67). Sum of RGB (Red+Green+Blue) = 77+17+67=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1143 is #B2EEBC. Grayscale: #282828. Windows color (decimal): -11726525 or 4395341. OLE color: 4395341.
HSL color Cylindrical-coordinate representation of color #4D1143: hue angle of 310º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D1143 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 17 | 67 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.70 |
| HSL | 310º | 0.64% | 0.18% | - |
| HSV(B) | 310º | 0.78% | 0.3% | - |
| XYZ | 4.27 | 2.38 | 5.55 | - |
| YUV | 40.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 67 | 0 | 0.78 | 0.13 | 0.70 | 310 | 0.64 | 0.18 |
| Hex | 4D | 11 | 43 | 0 | 4E | D | 46 | 136 | 40 | 12 |
| Octal | 115 | 21 | 103 | 0 | 116 | 15 | 106 | 466 | 100 | 22 |
| Binary | 1001101 | 10001 | 1000011 | 0 | 1001110 | 1101 | 1000110 | 100110110 | 1000000 | 10010 |
Color Harmonies of #4D1143
Complementary color
Monochromatic Colors of #4D1143
Black with #4D1143
Text Example
Text Example
White with #4D1143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1143; }
p { color: rgb(77,17,67); }
H1.HeaderClassName
{
color: #4D1143;
}
.AnyTagClassName
{
color: #4D1143;
}
</style>
background-color css
<style>
a { background-color: #4D1143; }
a { background-color: rgb(77,17,67); }
div.DivClassName
{
background-color: #4D1143;
}
.BgClassName
{
background-color: #4D1143;
}
</style>
border-color css
<style>
span { border-color: #4D1143; }
span { border-color: rgb(77,17,67); }
td.TdClassName
{
border-color: #4D1143;
}
.TagClassName
{
border-color: #4D1143;
}
</style>