Shades of Loulou #4C2143
Tints of Loulou #4C2143
RGB
CMYK
RGB Variations
Color information
#4C2143 (or 0x4C2143) is known color: Loulou. HEX triplet: 4C, 21 and 43. RGB value is (76,33,67). Sum of RGB (Red+Green+Blue) = 76+33+67=176 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.18% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 67 (26.56% from 255 or 38.07% from 176); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2143 is #B3DEBC. Grayscale: #313131. Windows color (decimal): -11787965 or 4399436. OLE color: 4399436.
HSL color Cylindrical-coordinate representation of color #4C2143: hue angle of 312.56º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C2143 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 33 | 67 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.70 |
| HSL | 312.56º | 0.39% | 0.21% | - |
| HSV(B) | 312.56º | 0.57% | 0.3% | - |
| XYZ | 4.54 | 3.03 | 5.66 | - |
| YUV | 49.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 33 | 67 | 0 | 0.57 | 0.12 | 0.70 | 312.56 | 0.39 | 0.21 |
| Hex | 4C | 21 | 43 | 0 | 39 | C | 46 | 139 | 27 | 15 |
| Octal | 114 | 41 | 103 | 0 | 71 | 14 | 106 | 471 | 47 | 25 |
| Binary | 1001100 | 100001 | 1000011 | 0 | 111001 | 1100 | 1000110 | 100111001 | 100111 | 10101 |
Color Harmonies of #4C2143
Complementary color
Monochromatic Colors of #4C2143
Black with #4C2143
Text Example
Text Example
White with #4C2143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2143; }
p { color: rgb(76,33,67); }
H1.HeaderClassName
{
color: #4C2143;
}
.AnyTagClassName
{
color: #4C2143;
}
</style>
background-color css
<style>
a { background-color: #4C2143; }
a { background-color: rgb(76,33,67); }
div.DivClassName
{
background-color: #4C2143;
}
.BgClassName
{
background-color: #4C2143;
}
</style>
border-color css
<style>
span { border-color: #4C2143; }
span { border-color: rgb(76,33,67); }
td.TdClassName
{
border-color: #4C2143;
}
.TagClassName
{
border-color: #4C2143;
}
</style>