Shades of Loulou #4C2243
Tints of Loulou #4C2243
RGB
CMYK
RGB Variations
Color information
#4C2243 (or 0x4C2243) is known color: Loulou. HEX triplet: 4C, 22 and 43. RGB value is (76,34,67). Sum of RGB (Red+Green+Blue) = 76+34+67=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 67 (26.56% from 255 or 37.85% from 177); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2243 is #B3DDBC. Grayscale: #323232. Windows color (decimal): -11787709 or 4399692. OLE color: 4399692.
HSL color Cylindrical-coordinate representation of color #4C2243: hue angle of 312.86º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C2243 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 34 | 67 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.70 |
| HSL | 312.86º | 0.38% | 0.22% | - |
| HSV(B) | 312.86º | 0.55% | 0.3% | - |
| XYZ | 4.57 | 3.09 | 5.67 | - |
| YUV | 50.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 34 | 67 | 0 | 0.55 | 0.12 | 0.70 | 312.86 | 0.38 | 0.22 |
| Hex | 4C | 22 | 43 | 0 | 37 | C | 46 | 139 | 26 | 16 |
| Octal | 114 | 42 | 103 | 0 | 67 | 14 | 106 | 471 | 46 | 26 |
| Binary | 1001100 | 100010 | 1000011 | 0 | 110111 | 1100 | 1000110 | 100111001 | 100110 | 10110 |
Color Harmonies of #4C2243
Complementary color
Monochromatic Colors of #4C2243
Black with #4C2243
Text Example
Text Example
White with #4C2243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2243; }
p { color: rgb(76,34,67); }
H1.HeaderClassName
{
color: #4C2243;
}
.AnyTagClassName
{
color: #4C2243;
}
</style>
background-color css
<style>
a { background-color: #4C2243; }
a { background-color: rgb(76,34,67); }
div.DivClassName
{
background-color: #4C2243;
}
.BgClassName
{
background-color: #4C2243;
}
</style>
border-color css
<style>
span { border-color: #4C2243; }
span { border-color: rgb(76,34,67); }
td.TdClassName
{
border-color: #4C2243;
}
.TagClassName
{
border-color: #4C2243;
}
</style>