Shades of Loulou #4C1544
Tints of Loulou #4C1544
RGB
CMYK
RGB Variations
Color information
#4C1544 (or 0x4C1544) is known color: Loulou. HEX triplet: 4C, 15 and 44. RGB value is (76,21,68). Sum of RGB (Red+Green+Blue) = 76+21+68=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 68 (26.95% from 255 or 41.21% from 165); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1544 is #B3EABB. Grayscale: #2A2A2A. Windows color (decimal): -11791036 or 4461900. OLE color: 4461900.
HSL color Cylindrical-coordinate representation of color #4C1544: hue angle of 308.73º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C1544 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 21 | 68 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.70 |
| HSL | 308.73º | 0.57% | 0.19% | - |
| HSV(B) | 308.73º | 0.72% | 0.3% | - |
| XYZ | 4.29 | 2.49 | 5.72 | - |
| YUV | 42.8 | 142.22 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 21 | 68 | 0 | 0.72 | 0.11 | 0.70 | 308.73 | 0.57 | 0.19 |
| Hex | 4C | 15 | 44 | 0 | 48 | B | 46 | 135 | 39 | 13 |
| Octal | 114 | 25 | 104 | 0 | 110 | 13 | 106 | 465 | 71 | 23 |
| Binary | 1001100 | 10101 | 1000100 | 0 | 1001000 | 1011 | 1000110 | 100110101 | 111001 | 10011 |
Color Harmonies of #4C1544
Complementary color
Monochromatic Colors of #4C1544
Black with #4C1544
Text Example
Text Example
White with #4C1544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1544; }
p { color: rgb(76,21,68); }
H1.HeaderClassName
{
color: #4C1544;
}
.AnyTagClassName
{
color: #4C1544;
}
</style>
background-color css
<style>
a { background-color: #4C1544; }
a { background-color: rgb(76,21,68); }
div.DivClassName
{
background-color: #4C1544;
}
.BgClassName
{
background-color: #4C1544;
}
</style>
border-color css
<style>
span { border-color: #4C1544; }
span { border-color: rgb(76,21,68); }
td.TdClassName
{
border-color: #4C1544;
}
.TagClassName
{
border-color: #4C1544;
}
</style>