Shades of Loulou #4C2543
Tints of Loulou #4C2543
RGB
CMYK
RGB Variations
Color information
#4C2543 (or 0x4C2543) is known color: Loulou. HEX triplet: 4C, 25 and 43. RGB value is (76,37,67). Sum of RGB (Red+Green+Blue) = 76+37+67=180 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.22% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2543 is #B3DABC. Grayscale: #333333. Windows color (decimal): -11786941 or 4400460. OLE color: 4400460.
HSL color Cylindrical-coordinate representation of color #4C2543: hue angle of 313.85º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C2543 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 37 | 67 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.70 |
| HSL | 313.85º | 0.35% | 0.22% | - |
| HSV(B) | 313.85º | 0.51% | 0.3% | - |
| XYZ | 4.66 | 3.26 | 5.7 | - |
| YUV | 52.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 37 | 67 | 0 | 0.51 | 0.12 | 0.70 | 313.85 | 0.35 | 0.22 |
| Hex | 4C | 25 | 43 | 0 | 33 | C | 46 | 13A | 23 | 16 |
| Octal | 114 | 45 | 103 | 0 | 63 | 14 | 106 | 472 | 43 | 26 |
| Binary | 1001100 | 100101 | 1000011 | 0 | 110011 | 1100 | 1000110 | 100111010 | 100011 | 10110 |
Color Harmonies of #4C2543
Complementary color
Monochromatic Colors of #4C2543
Black with #4C2543
Text Example
Text Example
White with #4C2543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2543; }
p { color: rgb(76,37,67); }
H1.HeaderClassName
{
color: #4C2543;
}
.AnyTagClassName
{
color: #4C2543;
}
</style>
background-color css
<style>
a { background-color: #4C2543; }
a { background-color: rgb(76,37,67); }
div.DivClassName
{
background-color: #4C2543;
}
.BgClassName
{
background-color: #4C2543;
}
</style>
border-color css
<style>
span { border-color: #4C2543; }
span { border-color: rgb(76,37,67); }
td.TdClassName
{
border-color: #4C2543;
}
.TagClassName
{
border-color: #4C2543;
}
</style>