Shades of Loulou #4D1344
Tints of Loulou #4D1344
RGB
CMYK
RGB Variations
Color information
#4D1344 (or 0x4D1344) is known color: Loulou. HEX triplet: 4D, 13 and 44. RGB value is (77,19,68). Sum of RGB (Red+Green+Blue) = 77+19+68=164 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.95% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 68 (26.95% from 255 or 41.46% from 164); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1344 is #B2ECBB. Grayscale: #292929. Windows color (decimal): -11726012 or 4461389. OLE color: 4461389.
HSL color Cylindrical-coordinate representation of color #4D1344: hue angle of 309.31º 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 #4D1344 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 19 | 68 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.70 |
| HSL | 309.31º | 0.6% | 0.19% | - |
| HSV(B) | 309.31º | 0.75% | 0.3% | - |
| XYZ | 4.34 | 2.46 | 5.72 | - |
| YUV | 41.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 68 | 0 | 0.75 | 0.12 | 0.70 | 309.31 | 0.6 | 0.19 |
| Hex | 4D | 13 | 44 | 0 | 4B | C | 46 | 135 | 3C | 13 |
| Octal | 115 | 23 | 104 | 0 | 113 | 14 | 106 | 465 | 74 | 23 |
| Binary | 1001101 | 10011 | 1000100 | 0 | 1001011 | 1100 | 1000110 | 100110101 | 111100 | 10011 |
Color Harmonies of #4D1344
Complementary color
Monochromatic Colors of #4D1344
Black with #4D1344
Text Example
Text Example
White with #4D1344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1344; }
p { color: rgb(77,19,68); }
H1.HeaderClassName
{
color: #4D1344;
}
.AnyTagClassName
{
color: #4D1344;
}
</style>
background-color css
<style>
a { background-color: #4D1344; }
a { background-color: rgb(77,19,68); }
div.DivClassName
{
background-color: #4D1344;
}
.BgClassName
{
background-color: #4D1344;
}
</style>
border-color css
<style>
span { border-color: #4D1344; }
span { border-color: rgb(77,19,68); }
td.TdClassName
{
border-color: #4D1344;
}
.TagClassName
{
border-color: #4D1344;
}
</style>