Shades of Loulou #4D3445
Tints of Loulou #4D3445
RGB
CMYK
RGB Variations
Color information
#4D3445 (or 0x4D3445) is known color: Loulou. HEX triplet: 4D, 34 and 45. RGB value is (77,52,69). Sum of RGB (Red+Green+Blue) = 77+52+69=198 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.89% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3445 is #B2CBBA. Grayscale: #3D3D3D. Windows color (decimal): -11717563 or 4535373. OLE color: 4535373.
HSL color Cylindrical-coordinate representation of color #4D3445: hue angle of 319.2º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D3445 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 52 | 69 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.70 |
| HSL | 319.2º | 0.19% | 0.25% | - |
| HSV(B) | 319.2º | 0.32% | 0.3% | - |
| XYZ | 5.36 | 4.46 | 6.21 | - |
| YUV | 61.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 69 | 0 | 0.32 | 0.10 | 0.70 | 319.2 | 0.19 | 0.25 |
| Hex | 4D | 34 | 45 | 0 | 20 | A | 46 | 13F | 13 | 19 |
| Octal | 115 | 64 | 105 | 0 | 40 | 12 | 106 | 477 | 23 | 31 |
| Binary | 1001101 | 110100 | 1000101 | 0 | 100000 | 1010 | 1000110 | 100111111 | 10011 | 11001 |
Color Harmonies of #4D3445
Complementary color
Monochromatic Colors of #4D3445
Black with #4D3445
Text Example
Text Example
White with #4D3445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3445; }
p { color: rgb(77,52,69); }
H1.HeaderClassName
{
color: #4D3445;
}
.AnyTagClassName
{
color: #4D3445;
}
</style>
background-color css
<style>
a { background-color: #4D3445; }
a { background-color: rgb(77,52,69); }
div.DivClassName
{
background-color: #4D3445;
}
.BgClassName
{
background-color: #4D3445;
}
</style>
border-color css
<style>
span { border-color: #4D3445; }
span { border-color: rgb(77,52,69); }
td.TdClassName
{
border-color: #4D3445;
}
.TagClassName
{
border-color: #4D3445;
}
</style>