Shades of Loulou #4D1F48
Tints of Loulou #4D1F48
RGB
CMYK
RGB Variations
Color information
#4D1F48 (or 0x4D1F48) is known color: Loulou. HEX triplet: 4D, 1F and 48. RGB value is (77,31,72). Sum of RGB (Red+Green+Blue) = 77+31+72=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1F48 is #B2E0B7. Grayscale: #313131. Windows color (decimal): -11722936 or 4726605. OLE color: 4726605.
HSL color Cylindrical-coordinate representation of color #4D1F48: hue angle of 306.52º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D1F48 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 31 | 72 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.70 |
| HSL | 306.52º | 0.43% | 0.21% | - |
| HSV(B) | 306.52º | 0.6% | 0.3% | - |
| XYZ | 4.72 | 3.03 | 6.47 | - |
| YUV | 49.43 | 140.74 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 31 | 72 | 0 | 0.60 | 0.06 | 0.70 | 306.52 | 0.43 | 0.21 |
| Hex | 4D | 1F | 48 | 0 | 3C | 6 | 46 | 133 | 2B | 15 |
| Octal | 115 | 37 | 110 | 0 | 74 | 6 | 106 | 463 | 53 | 25 |
| Binary | 1001101 | 11111 | 1001000 | 0 | 111100 | 110 | 1000110 | 100110011 | 101011 | 10101 |
Color Harmonies of #4D1F48
Complementary color
Monochromatic Colors of #4D1F48
Black with #4D1F48
Text Example
Text Example
White with #4D1F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1F48; }
p { color: rgb(77,31,72); }
H1.HeaderClassName
{
color: #4D1F48;
}
.AnyTagClassName
{
color: #4D1F48;
}
</style>
background-color css
<style>
a { background-color: #4D1F48; }
a { background-color: rgb(77,31,72); }
div.DivClassName
{
background-color: #4D1F48;
}
.BgClassName
{
background-color: #4D1F48;
}
</style>
border-color css
<style>
span { border-color: #4D1F48; }
span { border-color: rgb(77,31,72); }
td.TdClassName
{
border-color: #4D1F48;
}
.TagClassName
{
border-color: #4D1F48;
}
</style>