Shades of Loulou #4D1447
Tints of Loulou #4D1447
RGB
CMYK
RGB Variations
Color information
#4D1447 (or 0x4D1447) is known color: Loulou. HEX triplet: 4D, 14 and 47. RGB value is (77,20,71). Sum of RGB (Red+Green+Blue) = 77+20+71=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1447 is #B2EBB8. Grayscale: #2A2A2A. Windows color (decimal): -11725753 or 4658253. OLE color: 4658253.
HSL color Cylindrical-coordinate representation of color #4D1447: hue angle of 306.32º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D1447 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 20 | 71 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.70 |
| HSL | 306.32º | 0.59% | 0.19% | - |
| HSV(B) | 306.32º | 0.74% | 0.3% | - |
| XYZ | 4.45 | 2.53 | 6.22 | - |
| YUV | 42.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 71 | 0 | 0.74 | 0.08 | 0.70 | 306.32 | 0.59 | 0.19 |
| Hex | 4D | 14 | 47 | 0 | 4A | 8 | 46 | 132 | 3B | 13 |
| Octal | 115 | 24 | 107 | 0 | 112 | 10 | 106 | 462 | 73 | 23 |
| Binary | 1001101 | 10100 | 1000111 | 0 | 1001010 | 1000 | 1000110 | 100110010 | 111011 | 10011 |
Color Harmonies of #4D1447
Complementary color
Monochromatic Colors of #4D1447
Black with #4D1447
Text Example
Text Example
White with #4D1447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1447; }
p { color: rgb(77,20,71); }
H1.HeaderClassName
{
color: #4D1447;
}
.AnyTagClassName
{
color: #4D1447;
}
</style>
background-color css
<style>
a { background-color: #4D1447; }
a { background-color: rgb(77,20,71); }
div.DivClassName
{
background-color: #4D1447;
}
.BgClassName
{
background-color: #4D1447;
}
</style>
border-color css
<style>
span { border-color: #4D1447; }
span { border-color: rgb(77,20,71); }
td.TdClassName
{
border-color: #4D1447;
}
.TagClassName
{
border-color: #4D1447;
}
</style>