Shades of Loulou #4C2F44
Tints of Loulou #4C2F44
RGB
CMYK
RGB Variations
Color information
#4C2F44 (or 0x4C2F44) is known color: Loulou. HEX triplet: 4C, 2F and 44. RGB value is (76,47,68). Sum of RGB (Red+Green+Blue) = 76+47+68=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2F44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2F44 is #B3D0BB. Grayscale: #3A3A3A. Windows color (decimal): -11784380 or 4468556. OLE color: 4468556.
HSL color Cylindrical-coordinate representation of color #4C2F44: hue angle of 316.55º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C2F44 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 47 | 68 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.70 |
| HSL | 316.55º | 0.24% | 0.24% | - |
| HSV(B) | 316.55º | 0.38% | 0.3% | - |
| XYZ | 5.04 | 3.99 | 5.97 | - |
| YUV | 58.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 47 | 68 | 0 | 0.38 | 0.11 | 0.70 | 316.55 | 0.24 | 0.24 |
| Hex | 4C | 2F | 44 | 0 | 26 | B | 46 | 13D | 18 | 18 |
| Octal | 114 | 57 | 104 | 0 | 46 | 13 | 106 | 475 | 30 | 30 |
| Binary | 1001100 | 101111 | 1000100 | 0 | 100110 | 1011 | 1000110 | 100111101 | 11000 | 11000 |
Color Harmonies of #4C2F44
Complementary color
Monochromatic Colors of #4C2F44
Black with #4C2F44
Text Example
Text Example
White with #4C2F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2F44; }
p { color: rgb(76,47,68); }
H1.HeaderClassName
{
color: #4C2F44;
}
.AnyTagClassName
{
color: #4C2F44;
}
</style>
background-color css
<style>
a { background-color: #4C2F44; }
a { background-color: rgb(76,47,68); }
div.DivClassName
{
background-color: #4C2F44;
}
.BgClassName
{
background-color: #4C2F44;
}
</style>
border-color css
<style>
span { border-color: #4C2F44; }
span { border-color: rgb(76,47,68); }
td.TdClassName
{
border-color: #4C2F44;
}
.TagClassName
{
border-color: #4C2F44;
}
</style>