Shades of Loulou #4C2444
Tints of Loulou #4C2444
RGB
CMYK
RGB Variations
Color information
#4C2444 (or 0x4C2444) is known color: Loulou. HEX triplet: 4C, 24 and 44. RGB value is (76,36,68). Sum of RGB (Red+Green+Blue) = 76+36+68=180 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.22% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2444 is #B3DBBB. Grayscale: #333333. Windows color (decimal): -11787196 or 4465740. OLE color: 4465740.
HSL color Cylindrical-coordinate representation of color #4C2444: hue angle of 312º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C2444 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 36 | 68 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.70 |
| HSL | 312º | 0.36% | 0.22% | - |
| HSV(B) | 312º | 0.53% | 0.3% | - |
| XYZ | 4.65 | 3.22 | 5.84 | - |
| YUV | 51.61 | 137.25 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 36 | 68 | 0 | 0.53 | 0.11 | 0.70 | 312 | 0.36 | 0.22 |
| Hex | 4C | 24 | 44 | 0 | 35 | B | 46 | 138 | 24 | 16 |
| Octal | 114 | 44 | 104 | 0 | 65 | 13 | 106 | 470 | 44 | 26 |
| Binary | 1001100 | 100100 | 1000100 | 0 | 110101 | 1011 | 1000110 | 100111000 | 100100 | 10110 |
Color Harmonies of #4C2444
Complementary color
Monochromatic Colors of #4C2444
Black with #4C2444
Text Example
Text Example
White with #4C2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2444; }
p { color: rgb(76,36,68); }
H1.HeaderClassName
{
color: #4C2444;
}
.AnyTagClassName
{
color: #4C2444;
}
</style>
background-color css
<style>
a { background-color: #4C2444; }
a { background-color: rgb(76,36,68); }
div.DivClassName
{
background-color: #4C2444;
}
.BgClassName
{
background-color: #4C2444;
}
</style>
border-color css
<style>
span { border-color: #4C2444; }
span { border-color: rgb(76,36,68); }
td.TdClassName
{
border-color: #4C2444;
}
.TagClassName
{
border-color: #4C2444;
}
</style>