Shades of Loulou #4D2748
Tints of Loulou #4D2748
RGB
CMYK
RGB Variations
Color information
#4D2748 (or 0x4D2748) is known color: Loulou. HEX triplet: 4D, 27 and 48. RGB value is (77,39,72). Sum of RGB (Red+Green+Blue) = 77+39+72=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2748 is #B2D8B7. Grayscale: #363636. Windows color (decimal): -11720888 or 4728653. OLE color: 4728653.
HSL color Cylindrical-coordinate representation of color #4D2748: hue angle of 307.89º 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 #4D2748 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 39 | 72 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.70 |
| HSL | 307.89º | 0.33% | 0.23% | - |
| HSV(B) | 307.89º | 0.49% | 0.3% | - |
| XYZ | 4.96 | 3.5 | 6.54 | - |
| YUV | 54.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 72 | 0 | 0.49 | 0.06 | 0.70 | 307.89 | 0.33 | 0.23 |
| Hex | 4D | 27 | 48 | 0 | 31 | 6 | 46 | 134 | 21 | 17 |
| Octal | 115 | 47 | 110 | 0 | 61 | 6 | 106 | 464 | 41 | 27 |
| Binary | 1001101 | 100111 | 1001000 | 0 | 110001 | 110 | 1000110 | 100110100 | 100001 | 10111 |
Color Harmonies of #4D2748
Complementary color
Monochromatic Colors of #4D2748
Black with #4D2748
Text Example
Text Example
White with #4D2748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2748; }
p { color: rgb(77,39,72); }
H1.HeaderClassName
{
color: #4D2748;
}
.AnyTagClassName
{
color: #4D2748;
}
</style>
background-color css
<style>
a { background-color: #4D2748; }
a { background-color: rgb(77,39,72); }
div.DivClassName
{
background-color: #4D2748;
}
.BgClassName
{
background-color: #4D2748;
}
</style>
border-color css
<style>
span { border-color: #4D2748; }
span { border-color: rgb(77,39,72); }
td.TdClassName
{
border-color: #4D2748;
}
.TagClassName
{
border-color: #4D2748;
}
</style>