Shades of Loulou #4D1647
Tints of Loulou #4D1647
RGB
CMYK
RGB Variations
Color information
#4D1647 (or 0x4D1647) is known color: Loulou. HEX triplet: 4D, 16 and 47. RGB value is (77,22,71). Sum of RGB (Red+Green+Blue) = 77+22+71=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1647 is #B2E9B8. Grayscale: #2B2B2B. Windows color (decimal): -11725241 or 4658765. OLE color: 4658765.
HSL color Cylindrical-coordinate representation of color #4D1647: hue angle of 306.55º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D1647 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 22 | 71 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.70 |
| HSL | 306.55º | 0.56% | 0.19% | - |
| HSV(B) | 306.55º | 0.71% | 0.3% | - |
| XYZ | 4.48 | 2.61 | 6.23 | - |
| YUV | 44.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 71 | 0 | 0.71 | 0.08 | 0.70 | 306.55 | 0.56 | 0.19 |
| Hex | 4D | 16 | 47 | 0 | 47 | 8 | 46 | 133 | 38 | 13 |
| Octal | 115 | 26 | 107 | 0 | 107 | 10 | 106 | 463 | 70 | 23 |
| Binary | 1001101 | 10110 | 1000111 | 0 | 1000111 | 1000 | 1000110 | 100110011 | 111000 | 10011 |
Color Harmonies of #4D1647
Complementary color
Monochromatic Colors of #4D1647
Black with #4D1647
Text Example
Text Example
White with #4D1647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1647; }
p { color: rgb(77,22,71); }
H1.HeaderClassName
{
color: #4D1647;
}
.AnyTagClassName
{
color: #4D1647;
}
</style>
background-color css
<style>
a { background-color: #4D1647; }
a { background-color: rgb(77,22,71); }
div.DivClassName
{
background-color: #4D1647;
}
.BgClassName
{
background-color: #4D1647;
}
</style>
border-color css
<style>
span { border-color: #4D1647; }
span { border-color: rgb(77,22,71); }
td.TdClassName
{
border-color: #4D1647;
}
.TagClassName
{
border-color: #4D1647;
}
</style>