Shades of Loulou #4C1343
Tints of Loulou #4C1343
RGB
CMYK
RGB Variations
Color information
#4C1343 (or 0x4C1343) is known color: Loulou. HEX triplet: 4C, 13 and 43. RGB value is (76,19,67). Sum of RGB (Red+Green+Blue) = 76+19+67=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1343 is #B3ECBC. Grayscale: #292929. Windows color (decimal): -11791549 or 4395852. OLE color: 4395852.
HSL color Cylindrical-coordinate representation of color #4C1343: hue angle of 309.47º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C1343 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 19 | 67 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.70 |
| HSL | 309.47º | 0.6% | 0.19% | - |
| HSV(B) | 309.47º | 0.75% | 0.3% | - |
| XYZ | 4.23 | 2.41 | 5.55 | - |
| YUV | 41.52 | 142.38 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 19 | 67 | 0 | 0.75 | 0.12 | 0.70 | 309.47 | 0.6 | 0.19 |
| Hex | 4C | 13 | 43 | 0 | 4B | C | 46 | 135 | 3C | 13 |
| Octal | 114 | 23 | 103 | 0 | 113 | 14 | 106 | 465 | 74 | 23 |
| Binary | 1001100 | 10011 | 1000011 | 0 | 1001011 | 1100 | 1000110 | 100110101 | 111100 | 10011 |
Color Harmonies of #4C1343
Complementary color
Monochromatic Colors of #4C1343
Black with #4C1343
Text Example
Text Example
White with #4C1343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1343; }
p { color: rgb(76,19,67); }
H1.HeaderClassName
{
color: #4C1343;
}
.AnyTagClassName
{
color: #4C1343;
}
</style>
background-color css
<style>
a { background-color: #4C1343; }
a { background-color: rgb(76,19,67); }
div.DivClassName
{
background-color: #4C1343;
}
.BgClassName
{
background-color: #4C1343;
}
</style>
border-color css
<style>
span { border-color: #4C1343; }
span { border-color: rgb(76,19,67); }
td.TdClassName
{
border-color: #4C1343;
}
.TagClassName
{
border-color: #4C1343;
}
</style>