Shades of Loulou #4D2445
Tints of Loulou #4D2445
RGB
CMYK
RGB Variations
Color information
#4D2445 (or 0x4D2445) is known color: Loulou. HEX triplet: 4D, 24 and 45. RGB value is (77,36,69). Sum of RGB (Red+Green+Blue) = 77+36+69=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2445 is #B2DBBA. Grayscale: #333333. Windows color (decimal): -11721659 or 4531277. OLE color: 4531277.
HSL color Cylindrical-coordinate representation of color #4D2445: hue angle of 311.71º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D2445 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 36 | 69 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.70 |
| HSL | 311.71º | 0.36% | 0.22% | - |
| HSV(B) | 311.71º | 0.53% | 0.3% | - |
| XYZ | 4.77 | 3.27 | 6.01 | - |
| YUV | 52.02 | 137.58 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 36 | 69 | 0 | 0.53 | 0.10 | 0.70 | 311.71 | 0.36 | 0.22 |
| Hex | 4D | 24 | 45 | 0 | 35 | A | 46 | 138 | 24 | 16 |
| Octal | 115 | 44 | 105 | 0 | 65 | 12 | 106 | 470 | 44 | 26 |
| Binary | 1001101 | 100100 | 1000101 | 0 | 110101 | 1010 | 1000110 | 100111000 | 100100 | 10110 |
Color Harmonies of #4D2445
Complementary color
Monochromatic Colors of #4D2445
Black with #4D2445
Text Example
Text Example
White with #4D2445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2445; }
p { color: rgb(77,36,69); }
H1.HeaderClassName
{
color: #4D2445;
}
.AnyTagClassName
{
color: #4D2445;
}
</style>
background-color css
<style>
a { background-color: #4D2445; }
a { background-color: rgb(77,36,69); }
div.DivClassName
{
background-color: #4D2445;
}
.BgClassName
{
background-color: #4D2445;
}
</style>
border-color css
<style>
span { border-color: #4D2445; }
span { border-color: rgb(77,36,69); }
td.TdClassName
{
border-color: #4D2445;
}
.TagClassName
{
border-color: #4D2445;
}
</style>