Shades of Loulou #4D1448
Tints of Loulou #4D1448
RGB
CMYK
RGB Variations
Color information
#4D1448 (or 0x4D1448) is known color: Loulou. HEX triplet: 4D, 14 and 48. RGB value is (77,20,72). Sum of RGB (Red+Green+Blue) = 77+20+72=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1448 is #B2EBB7. Grayscale: #2A2A2A. Windows color (decimal): -11725752 or 4723789. OLE color: 4723789.
HSL color Cylindrical-coordinate representation of color #4D1448: hue angle of 305.26º 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 #4D1448 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 20 | 72 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.70 |
| HSL | 305.26º | 0.59% | 0.19% | - |
| HSV(B) | 305.26º | 0.74% | 0.3% | - |
| XYZ | 4.48 | 2.55 | 6.39 | - |
| YUV | 42.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 72 | 0 | 0.74 | 0.06 | 0.70 | 305.26 | 0.59 | 0.19 |
| Hex | 4D | 14 | 48 | 0 | 4A | 6 | 46 | 131 | 3B | 13 |
| Octal | 115 | 24 | 110 | 0 | 112 | 6 | 106 | 461 | 73 | 23 |
| Binary | 1001101 | 10100 | 1001000 | 0 | 1001010 | 110 | 1000110 | 100110001 | 111011 | 10011 |
Color Harmonies of #4D1448
Complementary color
Monochromatic Colors of #4D1448
Black with #4D1448
Text Example
Text Example
White with #4D1448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1448; }
p { color: rgb(77,20,72); }
H1.HeaderClassName
{
color: #4D1448;
}
.AnyTagClassName
{
color: #4D1448;
}
</style>
background-color css
<style>
a { background-color: #4D1448; }
a { background-color: rgb(77,20,72); }
div.DivClassName
{
background-color: #4D1448;
}
.BgClassName
{
background-color: #4D1448;
}
</style>
border-color css
<style>
span { border-color: #4D1448; }
span { border-color: rgb(77,20,72); }
td.TdClassName
{
border-color: #4D1448;
}
.TagClassName
{
border-color: #4D1448;
}
</style>