Shades of Loulou #4D2248
Tints of Loulou #4D2248
RGB
CMYK
RGB Variations
Color information
#4D2248 (or 0x4D2248) is known color: Loulou. HEX triplet: 4D, 22 and 48. RGB value is (77,34,72). Sum of RGB (Red+Green+Blue) = 77+34+72=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2248 is #B2DDB7. Grayscale: #333333. Windows color (decimal): -11722168 or 4727373. OLE color: 4727373.
HSL color Cylindrical-coordinate representation of color #4D2248: hue angle of 306.98º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D2248 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 34 | 72 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.70 |
| HSL | 306.98º | 0.39% | 0.22% | - |
| HSV(B) | 306.98º | 0.56% | 0.3% | - |
| XYZ | 4.8 | 3.19 | 6.49 | - |
| YUV | 51.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 72 | 0 | 0.56 | 0.06 | 0.70 | 306.98 | 0.39 | 0.22 |
| Hex | 4D | 22 | 48 | 0 | 38 | 6 | 46 | 133 | 27 | 16 |
| Octal | 115 | 42 | 110 | 0 | 70 | 6 | 106 | 463 | 47 | 26 |
| Binary | 1001101 | 100010 | 1001000 | 0 | 111000 | 110 | 1000110 | 100110011 | 100111 | 10110 |
Color Harmonies of #4D2248
Complementary color
Monochromatic Colors of #4D2248
Black with #4D2248
Text Example
Text Example
White with #4D2248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2248; }
p { color: rgb(77,34,72); }
H1.HeaderClassName
{
color: #4D2248;
}
.AnyTagClassName
{
color: #4D2248;
}
</style>
background-color css
<style>
a { background-color: #4D2248; }
a { background-color: rgb(77,34,72); }
div.DivClassName
{
background-color: #4D2248;
}
.BgClassName
{
background-color: #4D2248;
}
</style>
border-color css
<style>
span { border-color: #4D2248; }
span { border-color: rgb(77,34,72); }
td.TdClassName
{
border-color: #4D2248;
}
.TagClassName
{
border-color: #4D2248;
}
</style>