Shades of Loulou #4D1348
Tints of Loulou #4D1348
RGB
CMYK
RGB Variations
Color information
#4D1348 (or 0x4D1348) is known color: Loulou. HEX triplet: 4D, 13 and 48. RGB value is (77,19,72). Sum of RGB (Red+Green+Blue) = 77+19+72=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1348 is #B2ECB7. Grayscale: #2A2A2A. Windows color (decimal): -11726008 or 4723533. OLE color: 4723533.
HSL color Cylindrical-coordinate representation of color #4D1348: hue angle of 305.17º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D1348 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 19 | 72 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.70 |
| HSL | 305.17º | 0.6% | 0.19% | - |
| HSV(B) | 305.17º | 0.75% | 0.3% | - |
| XYZ | 4.46 | 2.51 | 6.38 | - |
| YUV | 42.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 72 | 0 | 0.75 | 0.06 | 0.70 | 305.17 | 0.6 | 0.19 |
| Hex | 4D | 13 | 48 | 0 | 4B | 6 | 46 | 131 | 3C | 13 |
| Octal | 115 | 23 | 110 | 0 | 113 | 6 | 106 | 461 | 74 | 23 |
| Binary | 1001101 | 10011 | 1001000 | 0 | 1001011 | 110 | 1000110 | 100110001 | 111100 | 10011 |
Color Harmonies of #4D1348
Complementary color
Monochromatic Colors of #4D1348
Black with #4D1348
Text Example
Text Example
White with #4D1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1348; }
p { color: rgb(77,19,72); }
H1.HeaderClassName
{
color: #4D1348;
}
.AnyTagClassName
{
color: #4D1348;
}
</style>
background-color css
<style>
a { background-color: #4D1348; }
a { background-color: rgb(77,19,72); }
div.DivClassName
{
background-color: #4D1348;
}
.BgClassName
{
background-color: #4D1348;
}
</style>
border-color css
<style>
span { border-color: #4D1348; }
span { border-color: rgb(77,19,72); }
td.TdClassName
{
border-color: #4D1348;
}
.TagClassName
{
border-color: #4D1348;
}
</style>