Shades of Loulou #4D1947
Tints of Loulou #4D1947
RGB
CMYK
RGB Variations
Color information
#4D1947 (or 0x4D1947) is known color: Loulou. HEX triplet: 4D, 19 and 47. RGB value is (77,25,71). Sum of RGB (Red+Green+Blue) = 77+25+71=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1947 is #B2E6B8. Grayscale: #2D2D2D. Windows color (decimal): -11724473 or 4659533. OLE color: 4659533.
HSL color Cylindrical-coordinate representation of color #4D1947: hue angle of 306.92º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D1947 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 25 | 71 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.70 |
| HSL | 306.92º | 0.51% | 0.2% | - |
| HSV(B) | 306.92º | 0.68% | 0.3% | - |
| XYZ | 4.55 | 2.73 | 6.25 | - |
| YUV | 45.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 71 | 0 | 0.68 | 0.08 | 0.70 | 306.92 | 0.51 | 0.2 |
| Hex | 4D | 19 | 47 | 0 | 44 | 8 | 46 | 133 | 33 | 14 |
| Octal | 115 | 31 | 107 | 0 | 104 | 10 | 106 | 463 | 63 | 24 |
| Binary | 1001101 | 11001 | 1000111 | 0 | 1000100 | 1000 | 1000110 | 100110011 | 110011 | 10100 |
Color Harmonies of #4D1947
Complementary color
Monochromatic Colors of #4D1947
Black with #4D1947
Text Example
Text Example
White with #4D1947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1947; }
p { color: rgb(77,25,71); }
H1.HeaderClassName
{
color: #4D1947;
}
.AnyTagClassName
{
color: #4D1947;
}
</style>
background-color css
<style>
a { background-color: #4D1947; }
a { background-color: rgb(77,25,71); }
div.DivClassName
{
background-color: #4D1947;
}
.BgClassName
{
background-color: #4D1947;
}
</style>
border-color css
<style>
span { border-color: #4D1947; }
span { border-color: rgb(77,25,71); }
td.TdClassName
{
border-color: #4D1947;
}
.TagClassName
{
border-color: #4D1947;
}
</style>