Shades of Loulou #4D1343
Tints of Loulou #4D1343
RGB
CMYK
RGB Variations
Color information
#4D1343 (or 0x4D1343) is known color: Loulou. HEX triplet: 4D, 13 and 43. RGB value is (77,19,67). Sum of RGB (Red+Green+Blue) = 77+19+67=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1343 is #B2ECBC. Grayscale: #292929. Windows color (decimal): -11726013 or 4395853. OLE color: 4395853.
HSL color Cylindrical-coordinate representation of color #4D1343: hue angle of 310.34º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D1343 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 19 | 67 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.70 |
| HSL | 310.34º | 0.6% | 0.19% | - |
| HSV(B) | 310.34º | 0.75% | 0.3% | - |
| XYZ | 4.31 | 2.45 | 5.56 | - |
| YUV | 41.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 67 | 0 | 0.75 | 0.13 | 0.70 | 310.34 | 0.6 | 0.19 |
| Hex | 4D | 13 | 43 | 0 | 4B | D | 46 | 136 | 3C | 13 |
| Octal | 115 | 23 | 103 | 0 | 113 | 15 | 106 | 466 | 74 | 23 |
| Binary | 1001101 | 10011 | 1000011 | 0 | 1001011 | 1101 | 1000110 | 100110110 | 111100 | 10011 |
Color Harmonies of #4D1343
Complementary color
Monochromatic Colors of #4D1343
Black with #4D1343
Text Example
Text Example
White with #4D1343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1343; }
p { color: rgb(77,19,67); }
H1.HeaderClassName
{
color: #4D1343;
}
.AnyTagClassName
{
color: #4D1343;
}
</style>
background-color css
<style>
a { background-color: #4D1343; }
a { background-color: rgb(77,19,67); }
div.DivClassName
{
background-color: #4D1343;
}
.BgClassName
{
background-color: #4D1343;
}
</style>
border-color css
<style>
span { border-color: #4D1343; }
span { border-color: rgb(77,19,67); }
td.TdClassName
{
border-color: #4D1343;
}
.TagClassName
{
border-color: #4D1343;
}
</style>