Shades of Loulou #4D224A
Tints of Loulou #4D224A
RGB
CMYK
RGB Variations
Color information
#4D224A (or 0x4D224A) is known color: Loulou. HEX triplet: 4D, 22 and 4A. RGB value is (77,34,74). Sum of RGB (Red+Green+Blue) = 77+34+74=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 77 - color contains mainly: red. Hex color #4D224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D224A is #B2DDB5. Grayscale: #333333. Windows color (decimal): -11722166 or 4858445. OLE color: 4858445.
HSL color Cylindrical-coordinate representation of color #4D224A: hue angle of 304.19º 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 #4D224A is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 34 | 74 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.70 |
| HSL | 304.19º | 0.39% | 0.22% | - |
| HSV(B) | 304.19º | 0.56% | 0.3% | - |
| XYZ | 4.87 | 3.22 | 6.84 | - |
| YUV | 51.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 74 | 0 | 0.56 | 0.04 | 0.70 | 304.19 | 0.39 | 0.22 |
| Hex | 4D | 22 | 4A | 0 | 38 | 4 | 46 | 130 | 27 | 16 |
| Octal | 115 | 42 | 112 | 0 | 70 | 4 | 106 | 460 | 47 | 26 |
| Binary | 1001101 | 100010 | 1001010 | 0 | 111000 | 100 | 1000110 | 100110000 | 100111 | 10110 |
Color Harmonies of #4D224A
Complementary color
Monochromatic Colors of #4D224A
Black with #4D224A
Text Example
Text Example
White with #4D224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D224A; }
p { color: rgb(77,34,74); }
H1.HeaderClassName
{
color: #4D224A;
}
.AnyTagClassName
{
color: #4D224A;
}
</style>
background-color css
<style>
a { background-color: #4D224A; }
a { background-color: rgb(77,34,74); }
div.DivClassName
{
background-color: #4D224A;
}
.BgClassName
{
background-color: #4D224A;
}
</style>
border-color css
<style>
span { border-color: #4D224A; }
span { border-color: rgb(77,34,74); }
td.TdClassName
{
border-color: #4D224A;
}
.TagClassName
{
border-color: #4D224A;
}
</style>