Shades of Loulou #4C1445
Tints of Loulou #4C1445
RGB
CMYK
RGB Variations
Color information
#4C1445 (or 0x4C1445) is known color: Loulou. HEX triplet: 4C, 14 and 45. RGB value is (76,20,69). Sum of RGB (Red+Green+Blue) = 76+20+69=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1445 is #B3EBBA. Grayscale: #2A2A2A. Windows color (decimal): -11791291 or 4527180. OLE color: 4527180.
HSL color Cylindrical-coordinate representation of color #4C1445: hue angle of 307.5º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C1445 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 20 | 69 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.70 |
| HSL | 307.5º | 0.58% | 0.19% | - |
| HSV(B) | 307.5º | 0.74% | 0.3% | - |
| XYZ | 4.3 | 2.47 | 5.88 | - |
| YUV | 42.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 20 | 69 | 0 | 0.74 | 0.09 | 0.70 | 307.5 | 0.58 | 0.19 |
| Hex | 4C | 14 | 45 | 0 | 4A | 9 | 46 | 134 | 3A | 13 |
| Octal | 114 | 24 | 105 | 0 | 112 | 11 | 106 | 464 | 72 | 23 |
| Binary | 1001100 | 10100 | 1000101 | 0 | 1001010 | 1001 | 1000110 | 100110100 | 111010 | 10011 |
Color Harmonies of #4C1445
Complementary color
Monochromatic Colors of #4C1445
Black with #4C1445
Text Example
Text Example
White with #4C1445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1445; }
p { color: rgb(76,20,69); }
H1.HeaderClassName
{
color: #4C1445;
}
.AnyTagClassName
{
color: #4C1445;
}
</style>
background-color css
<style>
a { background-color: #4C1445; }
a { background-color: rgb(76,20,69); }
div.DivClassName
{
background-color: #4C1445;
}
.BgClassName
{
background-color: #4C1445;
}
</style>
border-color css
<style>
span { border-color: #4C1445; }
span { border-color: rgb(76,20,69); }
td.TdClassName
{
border-color: #4C1445;
}
.TagClassName
{
border-color: #4C1445;
}
</style>