Shades of Loulou #4D2247
Tints of Loulou #4D2247
RGB
CMYK
RGB Variations
Color information
#4D2247 (or 0x4D2247) is known color: Loulou. HEX triplet: 4D, 22 and 47. RGB value is (77,34,71). Sum of RGB (Red+Green+Blue) = 77+34+71=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2247 is #B2DDB8. Grayscale: #323232. Windows color (decimal): -11722169 or 4661837. OLE color: 4661837.
HSL color Cylindrical-coordinate representation of color #4D2247: hue angle of 308.37º 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 #4D2247 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 34 | 71 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.70 |
| HSL | 308.37º | 0.39% | 0.22% | - |
| HSV(B) | 308.37º | 0.56% | 0.3% | - |
| XYZ | 4.77 | 3.18 | 6.32 | - |
| YUV | 51.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 71 | 0 | 0.56 | 0.08 | 0.70 | 308.37 | 0.39 | 0.22 |
| Hex | 4D | 22 | 47 | 0 | 38 | 8 | 46 | 134 | 27 | 16 |
| Octal | 115 | 42 | 107 | 0 | 70 | 10 | 106 | 464 | 47 | 26 |
| Binary | 1001101 | 100010 | 1000111 | 0 | 111000 | 1000 | 1000110 | 100110100 | 100111 | 10110 |
Color Harmonies of #4D2247
Complementary color
Monochromatic Colors of #4D2247
Black with #4D2247
Text Example
Text Example
White with #4D2247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2247; }
p { color: rgb(77,34,71); }
H1.HeaderClassName
{
color: #4D2247;
}
.AnyTagClassName
{
color: #4D2247;
}
</style>
background-color css
<style>
a { background-color: #4D2247; }
a { background-color: rgb(77,34,71); }
div.DivClassName
{
background-color: #4D2247;
}
.BgClassName
{
background-color: #4D2247;
}
</style>
border-color css
<style>
span { border-color: #4D2247; }
span { border-color: rgb(77,34,71); }
td.TdClassName
{
border-color: #4D2247;
}
.TagClassName
{
border-color: #4D2247;
}
</style>