Shades of Loulou #4D3345
Tints of Loulou #4D3345
RGB
CMYK
RGB Variations
Color information
#4D3345 (or 0x4D3345) is known color: Loulou. HEX triplet: 4D, 33 and 45. RGB value is (77,51,69). Sum of RGB (Red+Green+Blue) = 77+51+69=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3345 is #B2CCBA. Grayscale: #3C3C3C. Windows color (decimal): -11717819 or 4535117. OLE color: 4535117.
HSL color Cylindrical-coordinate representation of color #4D3345: hue angle of 318.46º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D3345 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 51 | 69 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.70 |
| HSL | 318.46º | 0.2% | 0.25% | - |
| HSV(B) | 318.46º | 0.34% | 0.3% | - |
| XYZ | 5.32 | 4.38 | 6.19 | - |
| YUV | 60.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 69 | 0 | 0.34 | 0.10 | 0.70 | 318.46 | 0.2 | 0.25 |
| Hex | 4D | 33 | 45 | 0 | 22 | A | 46 | 13E | 14 | 19 |
| Octal | 115 | 63 | 105 | 0 | 42 | 12 | 106 | 476 | 24 | 31 |
| Binary | 1001101 | 110011 | 1000101 | 0 | 100010 | 1010 | 1000110 | 100111110 | 10100 | 11001 |
Color Harmonies of #4D3345
Complementary color
Monochromatic Colors of #4D3345
Black with #4D3345
Text Example
Text Example
White with #4D3345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3345; }
p { color: rgb(77,51,69); }
H1.HeaderClassName
{
color: #4D3345;
}
.AnyTagClassName
{
color: #4D3345;
}
</style>
background-color css
<style>
a { background-color: #4D3345; }
a { background-color: rgb(77,51,69); }
div.DivClassName
{
background-color: #4D3345;
}
.BgClassName
{
background-color: #4D3345;
}
</style>
border-color css
<style>
span { border-color: #4D3345; }
span { border-color: rgb(77,51,69); }
td.TdClassName
{
border-color: #4D3345;
}
.TagClassName
{
border-color: #4D3345;
}
</style>