Shades of Loulou #4D1848
Tints of Loulou #4D1848
RGB
CMYK
RGB Variations
Color information
#4D1848 (or 0x4D1848) is known color: Loulou. HEX triplet: 4D, 18 and 48. RGB value is (77,24,72). Sum of RGB (Red+Green+Blue) = 77+24+72=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1848 is #B2E7B7. Grayscale: #2D2D2D. Windows color (decimal): -11724728 or 4724813. OLE color: 4724813.
HSL color Cylindrical-coordinate representation of color #4D1848: hue angle of 305.66º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D1848 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 24 | 72 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.70 |
| HSL | 305.66º | 0.52% | 0.2% | - |
| HSV(B) | 305.66º | 0.69% | 0.3% | - |
| XYZ | 4.56 | 2.7 | 6.41 | - |
| YUV | 45.32 | 143.06 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 72 | 0 | 0.69 | 0.06 | 0.70 | 305.66 | 0.52 | 0.2 |
| Hex | 4D | 18 | 48 | 0 | 45 | 6 | 46 | 132 | 34 | 14 |
| Octal | 115 | 30 | 110 | 0 | 105 | 6 | 106 | 462 | 64 | 24 |
| Binary | 1001101 | 11000 | 1001000 | 0 | 1000101 | 110 | 1000110 | 100110010 | 110100 | 10100 |
Color Harmonies of #4D1848
Complementary color
Monochromatic Colors of #4D1848
Black with #4D1848
Text Example
Text Example
White with #4D1848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1848; }
p { color: rgb(77,24,72); }
H1.HeaderClassName
{
color: #4D1848;
}
.AnyTagClassName
{
color: #4D1848;
}
</style>
background-color css
<style>
a { background-color: #4D1848; }
a { background-color: rgb(77,24,72); }
div.DivClassName
{
background-color: #4D1848;
}
.BgClassName
{
background-color: #4D1848;
}
</style>
border-color css
<style>
span { border-color: #4D1848; }
span { border-color: rgb(77,24,72); }
td.TdClassName
{
border-color: #4D1848;
}
.TagClassName
{
border-color: #4D1848;
}
</style>