Shades of Loulou #4D2343
Tints of Loulou #4D2343
RGB
CMYK
RGB Variations
Color information
#4D2343 (or 0x4D2343) is known color: Loulou. HEX triplet: 4D, 23 and 43. RGB value is (77,35,67). Sum of RGB (Red+Green+Blue) = 77+35+67=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 67 (26.56% from 255 or 37.43% from 179); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2343 is #B2DCBC. Grayscale: #333333. Windows color (decimal): -11721917 or 4399949. OLE color: 4399949.
HSL color Cylindrical-coordinate representation of color #4D2343: hue angle of 314.29º 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 #4D2343 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 35 | 67 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.70 |
| HSL | 314.29º | 0.38% | 0.22% | - |
| HSV(B) | 314.29º | 0.55% | 0.3% | - |
| XYZ | 4.67 | 3.19 | 5.68 | - |
| YUV | 51.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 67 | 0 | 0.55 | 0.13 | 0.70 | 314.29 | 0.38 | 0.22 |
| Hex | 4D | 23 | 43 | 0 | 37 | D | 46 | 13A | 26 | 16 |
| Octal | 115 | 43 | 103 | 0 | 67 | 15 | 106 | 472 | 46 | 26 |
| Binary | 1001101 | 100011 | 1000011 | 0 | 110111 | 1101 | 1000110 | 100111010 | 100110 | 10110 |
Color Harmonies of #4D2343
Complementary color
Monochromatic Colors of #4D2343
Black with #4D2343
Text Example
Text Example
White with #4D2343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2343; }
p { color: rgb(77,35,67); }
H1.HeaderClassName
{
color: #4D2343;
}
.AnyTagClassName
{
color: #4D2343;
}
</style>
background-color css
<style>
a { background-color: #4D2343; }
a { background-color: rgb(77,35,67); }
div.DivClassName
{
background-color: #4D2343;
}
.BgClassName
{
background-color: #4D2343;
}
</style>
border-color css
<style>
span { border-color: #4D2343; }
span { border-color: rgb(77,35,67); }
td.TdClassName
{
border-color: #4D2343;
}
.TagClassName
{
border-color: #4D2343;
}
</style>