Shades of Loulou #4D2744
Tints of Loulou #4D2744
RGB
CMYK
RGB Variations
Color information
#4D2744 (or 0x4D2744) is known color: Loulou. HEX triplet: 4D, 27 and 44. RGB value is (77,39,68). Sum of RGB (Red+Green+Blue) = 77+39+68=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2744 is #B2D8BB. Grayscale: #353535. Windows color (decimal): -11720892 or 4466509. OLE color: 4466509.
HSL color Cylindrical-coordinate representation of color #4D2744: hue angle of 314.21º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D2744 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 39 | 68 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.70 |
| HSL | 314.21º | 0.33% | 0.23% | - |
| HSV(B) | 314.21º | 0.49% | 0.3% | - |
| XYZ | 4.83 | 3.45 | 5.88 | - |
| YUV | 53.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 68 | 0 | 0.49 | 0.12 | 0.70 | 314.21 | 0.33 | 0.23 |
| Hex | 4D | 27 | 44 | 0 | 31 | C | 46 | 13A | 21 | 17 |
| Octal | 115 | 47 | 104 | 0 | 61 | 14 | 106 | 472 | 41 | 27 |
| Binary | 1001101 | 100111 | 1000100 | 0 | 110001 | 1100 | 1000110 | 100111010 | 100001 | 10111 |
Color Harmonies of #4D2744
Complementary color
Monochromatic Colors of #4D2744
Black with #4D2744
Text Example
Text Example
White with #4D2744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2744; }
p { color: rgb(77,39,68); }
H1.HeaderClassName
{
color: #4D2744;
}
.AnyTagClassName
{
color: #4D2744;
}
</style>
background-color css
<style>
a { background-color: #4D2744; }
a { background-color: rgb(77,39,68); }
div.DivClassName
{
background-color: #4D2744;
}
.BgClassName
{
background-color: #4D2744;
}
</style>
border-color css
<style>
span { border-color: #4D2744; }
span { border-color: rgb(77,39,68); }
td.TdClassName
{
border-color: #4D2744;
}
.TagClassName
{
border-color: #4D2744;
}
</style>