Shades of Loulou #4D2047
Tints of Loulou #4D2047
RGB
CMYK
RGB Variations
Color information
#4D2047 (or 0x4D2047) is known color: Loulou. HEX triplet: 4D, 20 and 47. RGB value is (77,32,71). Sum of RGB (Red+Green+Blue) = 77+32+71=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2047 is #B2DFB8. Grayscale: #313131. Windows color (decimal): -11722681 or 4661325. OLE color: 4661325.
HSL color Cylindrical-coordinate representation of color #4D2047: hue angle of 308º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D2047 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 32 | 71 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.70 |
| HSL | 308º | 0.41% | 0.21% | - |
| HSV(B) | 308º | 0.58% | 0.3% | - |
| XYZ | 4.71 | 3.07 | 6.3 | - |
| YUV | 49.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 32 | 71 | 0 | 0.58 | 0.08 | 0.70 | 308 | 0.41 | 0.21 |
| Hex | 4D | 20 | 47 | 0 | 3A | 8 | 46 | 134 | 29 | 15 |
| Octal | 115 | 40 | 107 | 0 | 72 | 10 | 106 | 464 | 51 | 25 |
| Binary | 1001101 | 100000 | 1000111 | 0 | 111010 | 1000 | 1000110 | 100110100 | 101001 | 10101 |
Color Harmonies of #4D2047
Complementary color
Monochromatic Colors of #4D2047
Black with #4D2047
Text Example
Text Example
White with #4D2047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2047; }
p { color: rgb(77,32,71); }
H1.HeaderClassName
{
color: #4D2047;
}
.AnyTagClassName
{
color: #4D2047;
}
</style>
background-color css
<style>
a { background-color: #4D2047; }
a { background-color: rgb(77,32,71); }
div.DivClassName
{
background-color: #4D2047;
}
.BgClassName
{
background-color: #4D2047;
}
</style>
border-color css
<style>
span { border-color: #4D2047; }
span { border-color: rgb(77,32,71); }
td.TdClassName
{
border-color: #4D2047;
}
.TagClassName
{
border-color: #4D2047;
}
</style>