Shades of Loulou #4D2643
Tints of Loulou #4D2643
RGB
CMYK
RGB Variations
Color information
#4D2643 (or 0x4D2643) is known color: Loulou. HEX triplet: 4D, 26 and 43. RGB value is (77,38,67). Sum of RGB (Red+Green+Blue) = 77+38+67=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2643 is #B2D9BC. Grayscale: #343434. Windows color (decimal): -11721149 or 4400717. OLE color: 4400717.
HSL color Cylindrical-coordinate representation of color #4D2643: hue angle of 315.38º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D2643 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 38 | 67 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.70 |
| HSL | 315.38º | 0.34% | 0.23% | - |
| HSV(B) | 315.38º | 0.51% | 0.3% | - |
| XYZ | 4.77 | 3.37 | 5.71 | - |
| YUV | 52.97 | 135.92 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 38 | 67 | 0 | 0.51 | 0.13 | 0.70 | 315.38 | 0.34 | 0.23 |
| Hex | 4D | 26 | 43 | 0 | 33 | D | 46 | 13B | 22 | 17 |
| Octal | 115 | 46 | 103 | 0 | 63 | 15 | 106 | 473 | 42 | 27 |
| Binary | 1001101 | 100110 | 1000011 | 0 | 110011 | 1101 | 1000110 | 100111011 | 100010 | 10111 |
Color Harmonies of #4D2643
Complementary color
Monochromatic Colors of #4D2643
Black with #4D2643
Text Example
Text Example
White with #4D2643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2643; }
p { color: rgb(77,38,67); }
H1.HeaderClassName
{
color: #4D2643;
}
.AnyTagClassName
{
color: #4D2643;
}
</style>
background-color css
<style>
a { background-color: #4D2643; }
a { background-color: rgb(77,38,67); }
div.DivClassName
{
background-color: #4D2643;
}
.BgClassName
{
background-color: #4D2643;
}
</style>
border-color css
<style>
span { border-color: #4D2643; }
span { border-color: rgb(77,38,67); }
td.TdClassName
{
border-color: #4D2643;
}
.TagClassName
{
border-color: #4D2643;
}
</style>