Shades of Loulou #4D1345
Tints of Loulou #4D1345
RGB
CMYK
RGB Variations
Color information
#4D1345 (or 0x4D1345) is known color: Loulou. HEX triplet: 4D, 13 and 45. RGB value is (77,19,69). Sum of RGB (Red+Green+Blue) = 77+19+69=165 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.67% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1345 is #B2ECBA. Grayscale: #292929. Windows color (decimal): -11726011 or 4526925. OLE color: 4526925.
HSL color Cylindrical-coordinate representation of color #4D1345: hue angle of 308.28º 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 #4D1345 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 19 | 69 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.70 |
| HSL | 308.28º | 0.6% | 0.19% | - |
| HSV(B) | 308.28º | 0.75% | 0.3% | - |
| XYZ | 4.37 | 2.47 | 5.88 | - |
| YUV | 42.04 | 143.22 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 69 | 0 | 0.75 | 0.10 | 0.70 | 308.28 | 0.6 | 0.19 |
| Hex | 4D | 13 | 45 | 0 | 4B | A | 46 | 134 | 3C | 13 |
| Octal | 115 | 23 | 105 | 0 | 113 | 12 | 106 | 464 | 74 | 23 |
| Binary | 1001101 | 10011 | 1000101 | 0 | 1001011 | 1010 | 1000110 | 100110100 | 111100 | 10011 |
Color Harmonies of #4D1345
Complementary color
Monochromatic Colors of #4D1345
Black with #4D1345
Text Example
Text Example
White with #4D1345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1345; }
p { color: rgb(77,19,69); }
H1.HeaderClassName
{
color: #4D1345;
}
.AnyTagClassName
{
color: #4D1345;
}
</style>
background-color css
<style>
a { background-color: #4D1345; }
a { background-color: rgb(77,19,69); }
div.DivClassName
{
background-color: #4D1345;
}
.BgClassName
{
background-color: #4D1345;
}
</style>
border-color css
<style>
span { border-color: #4D1345; }
span { border-color: rgb(77,19,69); }
td.TdClassName
{
border-color: #4D1345;
}
.TagClassName
{
border-color: #4D1345;
}
</style>