Shades of Loulou #4C2C44
Tints of Loulou #4C2C44
RGB
CMYK
RGB Variations
Color information
#4C2C44 (or 0x4C2C44) is known color: Loulou. HEX triplet: 4C, 2C and 44. RGB value is (76,44,68). Sum of RGB (Red+Green+Blue) = 76+44+68=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2C44 is #B3D3BB. Grayscale: #383838. Windows color (decimal): -11785148 or 4467788. OLE color: 4467788.
HSL color Cylindrical-coordinate representation of color #4C2C44: hue angle of 315º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C2C44 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 44 | 68 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.70 |
| HSL | 315º | 0.27% | 0.24% | - |
| HSV(B) | 315º | 0.42% | 0.3% | - |
| XYZ | 4.92 | 3.76 | 5.93 | - |
| YUV | 56.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 44 | 68 | 0 | 0.42 | 0.11 | 0.70 | 315 | 0.27 | 0.24 |
| Hex | 4C | 2C | 44 | 0 | 2A | B | 46 | 13B | 1B | 18 |
| Octal | 114 | 54 | 104 | 0 | 52 | 13 | 106 | 473 | 33 | 30 |
| Binary | 1001100 | 101100 | 1000100 | 0 | 101010 | 1011 | 1000110 | 100111011 | 11011 | 11000 |
Color Harmonies of #4C2C44
Complementary color
Monochromatic Colors of #4C2C44
Black with #4C2C44
Text Example
Text Example
White with #4C2C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2C44; }
p { color: rgb(76,44,68); }
H1.HeaderClassName
{
color: #4C2C44;
}
.AnyTagClassName
{
color: #4C2C44;
}
</style>
background-color css
<style>
a { background-color: #4C2C44; }
a { background-color: rgb(76,44,68); }
div.DivClassName
{
background-color: #4C2C44;
}
.BgClassName
{
background-color: #4C2C44;
}
</style>
border-color css
<style>
span { border-color: #4C2C44; }
span { border-color: rgb(76,44,68); }
td.TdClassName
{
border-color: #4C2C44;
}
.TagClassName
{
border-color: #4C2C44;
}
</style>