Shades of Loulou #4D2345
Tints of Loulou #4D2345
RGB
CMYK
RGB Variations
Color information
#4D2345 (or 0x4D2345) is known color: Loulou. HEX triplet: 4D, 23 and 45. RGB value is (77,35,69). Sum of RGB (Red+Green+Blue) = 77+35+69=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2345 is #B2DCBA. Grayscale: #333333. Windows color (decimal): -11721915 or 4531021. OLE color: 4531021.
HSL color Cylindrical-coordinate representation of color #4D2345: hue angle of 311.43º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D2345 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 35 | 69 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.70 |
| HSL | 311.43º | 0.38% | 0.22% | - |
| HSV(B) | 311.43º | 0.55% | 0.3% | - |
| XYZ | 4.74 | 3.21 | 6 | - |
| YUV | 51.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 69 | 0 | 0.55 | 0.10 | 0.70 | 311.43 | 0.38 | 0.22 |
| Hex | 4D | 23 | 45 | 0 | 37 | A | 46 | 137 | 26 | 16 |
| Octal | 115 | 43 | 105 | 0 | 67 | 12 | 106 | 467 | 46 | 26 |
| Binary | 1001101 | 100011 | 1000101 | 0 | 110111 | 1010 | 1000110 | 100110111 | 100110 | 10110 |
Color Harmonies of #4D2345
Complementary color
Monochromatic Colors of #4D2345
Black with #4D2345
Text Example
Text Example
White with #4D2345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2345; }
p { color: rgb(77,35,69); }
H1.HeaderClassName
{
color: #4D2345;
}
.AnyTagClassName
{
color: #4D2345;
}
</style>
background-color css
<style>
a { background-color: #4D2345; }
a { background-color: rgb(77,35,69); }
div.DivClassName
{
background-color: #4D2345;
}
.BgClassName
{
background-color: #4D2345;
}
</style>
border-color css
<style>
span { border-color: #4D2345; }
span { border-color: rgb(77,35,69); }
td.TdClassName
{
border-color: #4D2345;
}
.TagClassName
{
border-color: #4D2345;
}
</style>