Shades of Loulou #4C3647
Tints of Loulou #4C3647
RGB
CMYK
RGB Variations
Color information
#4C3647 (or 0x4C3647) is known color: Loulou. HEX triplet: 4C, 36 and 47. RGB value is (76,54,71). Sum of RGB (Red+Green+Blue) = 76+54+71=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3647 is #B3C9B8. Grayscale: #3E3E3E. Windows color (decimal): -11782585 or 4666956. OLE color: 4666956.
HSL color Cylindrical-coordinate representation of color #4C3647: hue angle of 313.64º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C3647 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 54 | 71 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.70 |
| HSL | 313.64º | 0.17% | 0.25% | - |
| HSV(B) | 313.64º | 0.29% | 0.3% | - |
| XYZ | 5.44 | 4.63 | 6.57 | - |
| YUV | 62.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 54 | 71 | 0 | 0.29 | 0.07 | 0.70 | 313.64 | 0.17 | 0.25 |
| Hex | 4C | 36 | 47 | 0 | 1D | 7 | 46 | 13A | 11 | 19 |
| Octal | 114 | 66 | 107 | 0 | 35 | 7 | 106 | 472 | 21 | 31 |
| Binary | 1001100 | 110110 | 1000111 | 0 | 11101 | 111 | 1000110 | 100111010 | 10001 | 11001 |
Color Harmonies of #4C3647
Complementary color
Monochromatic Colors of #4C3647
Black with #4C3647
Text Example
Text Example
White with #4C3647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3647; }
p { color: rgb(76,54,71); }
H1.HeaderClassName
{
color: #4C3647;
}
.AnyTagClassName
{
color: #4C3647;
}
</style>
background-color css
<style>
a { background-color: #4C3647; }
a { background-color: rgb(76,54,71); }
div.DivClassName
{
background-color: #4C3647;
}
.BgClassName
{
background-color: #4C3647;
}
</style>
border-color css
<style>
span { border-color: #4C3647; }
span { border-color: rgb(76,54,71); }
td.TdClassName
{
border-color: #4C3647;
}
.TagClassName
{
border-color: #4C3647;
}
</style>