Shades of Loulou #4C2342
Tints of Loulou #4C2342
RGB
CMYK
RGB Variations
Color information
#4C2342 (or 0x4C2342) is known color: Loulou. HEX triplet: 4C, 23 and 42. RGB value is (76,35,66). Sum of RGB (Red+Green+Blue) = 76+35+66=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2342 is #B3DCBD. Grayscale: #323232. Windows color (decimal): -11787454 or 4334412. OLE color: 4334412.
HSL color Cylindrical-coordinate representation of color #4C2342: hue angle of 314.63º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C2342 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 35 | 66 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.70 |
| HSL | 314.63º | 0.37% | 0.22% | - |
| HSV(B) | 314.63º | 0.54% | 0.3% | - |
| XYZ | 4.56 | 3.13 | 5.52 | - |
| YUV | 50.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 35 | 66 | 0 | 0.54 | 0.13 | 0.70 | 314.63 | 0.37 | 0.22 |
| Hex | 4C | 23 | 42 | 0 | 36 | D | 46 | 13B | 25 | 16 |
| Octal | 114 | 43 | 102 | 0 | 66 | 15 | 106 | 473 | 45 | 26 |
| Binary | 1001100 | 100011 | 1000010 | 0 | 110110 | 1101 | 1000110 | 100111011 | 100101 | 10110 |
Color Harmonies of #4C2342
Complementary color
Monochromatic Colors of #4C2342
Black with #4C2342
Text Example
Text Example
White with #4C2342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2342; }
p { color: rgb(76,35,66); }
H1.HeaderClassName
{
color: #4C2342;
}
.AnyTagClassName
{
color: #4C2342;
}
</style>
background-color css
<style>
a { background-color: #4C2342; }
a { background-color: rgb(76,35,66); }
div.DivClassName
{
background-color: #4C2342;
}
.BgClassName
{
background-color: #4C2342;
}
</style>
border-color css
<style>
span { border-color: #4C2342; }
span { border-color: rgb(76,35,66); }
td.TdClassName
{
border-color: #4C2342;
}
.TagClassName
{
border-color: #4C2342;
}
</style>