Shades of Loulou #4D1445
Tints of Loulou #4D1445
RGB
CMYK
RGB Variations
Color information
#4D1445 (or 0x4D1445) is known color: Loulou. HEX triplet: 4D, 14 and 45. RGB value is (77,20,69). Sum of RGB (Red+Green+Blue) = 77+20+69=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1445 is #B2EBBA. Grayscale: #2A2A2A. Windows color (decimal): -11725755 or 4527181. OLE color: 4527181.
HSL color Cylindrical-coordinate representation of color #4D1445: hue angle of 308.42º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D1445 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 20 | 69 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.70 |
| HSL | 308.42º | 0.59% | 0.19% | - |
| HSV(B) | 308.42º | 0.74% | 0.3% | - |
| XYZ | 4.38 | 2.51 | 5.88 | - |
| YUV | 42.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 69 | 0 | 0.74 | 0.10 | 0.70 | 308.42 | 0.59 | 0.19 |
| Hex | 4D | 14 | 45 | 0 | 4A | A | 46 | 134 | 3B | 13 |
| Octal | 115 | 24 | 105 | 0 | 112 | 12 | 106 | 464 | 73 | 23 |
| Binary | 1001101 | 10100 | 1000101 | 0 | 1001010 | 1010 | 1000110 | 100110100 | 111011 | 10011 |
Color Harmonies of #4D1445
Complementary color
Monochromatic Colors of #4D1445
Black with #4D1445
Text Example
Text Example
White with #4D1445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1445; }
p { color: rgb(77,20,69); }
H1.HeaderClassName
{
color: #4D1445;
}
.AnyTagClassName
{
color: #4D1445;
}
</style>
background-color css
<style>
a { background-color: #4D1445; }
a { background-color: rgb(77,20,69); }
div.DivClassName
{
background-color: #4D1445;
}
.BgClassName
{
background-color: #4D1445;
}
</style>
border-color css
<style>
span { border-color: #4D1445; }
span { border-color: rgb(77,20,69); }
td.TdClassName
{
border-color: #4D1445;
}
.TagClassName
{
border-color: #4D1445;
}
</style>