Shades of Loulou #4C1447
Tints of Loulou #4C1447
RGB
CMYK
RGB Variations
Color information
#4C1447 (or 0x4C1447) is known color: Loulou. HEX triplet: 4C, 14 and 47. RGB value is (76,20,71). Sum of RGB (Red+Green+Blue) = 76+20+71=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1447 is #B3EBB8. Grayscale: #2A2A2A. Windows color (decimal): -11791289 or 4658252. OLE color: 4658252.
HSL color Cylindrical-coordinate representation of color #4C1447: hue angle of 305.36º 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 #4C1447 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 20 | 71 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.70 |
| HSL | 305.36º | 0.58% | 0.19% | - |
| HSV(B) | 305.36º | 0.74% | 0.3% | - |
| XYZ | 4.37 | 2.49 | 6.21 | - |
| YUV | 42.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 20 | 71 | 0 | 0.74 | 0.07 | 0.70 | 305.36 | 0.58 | 0.19 |
| Hex | 4C | 14 | 47 | 0 | 4A | 7 | 46 | 131 | 3A | 13 |
| Octal | 114 | 24 | 107 | 0 | 112 | 7 | 106 | 461 | 72 | 23 |
| Binary | 1001100 | 10100 | 1000111 | 0 | 1001010 | 111 | 1000110 | 100110001 | 111010 | 10011 |
Color Harmonies of #4C1447
Complementary color
Monochromatic Colors of #4C1447
Black with #4C1447
Text Example
Text Example
White with #4C1447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1447; }
p { color: rgb(76,20,71); }
H1.HeaderClassName
{
color: #4C1447;
}
.AnyTagClassName
{
color: #4C1447;
}
</style>
background-color css
<style>
a { background-color: #4C1447; }
a { background-color: rgb(76,20,71); }
div.DivClassName
{
background-color: #4C1447;
}
.BgClassName
{
background-color: #4C1447;
}
</style>
border-color css
<style>
span { border-color: #4C1447; }
span { border-color: rgb(76,20,71); }
td.TdClassName
{
border-color: #4C1447;
}
.TagClassName
{
border-color: #4C1447;
}
</style>