Shades of Loulou #4C3449
Tints of Loulou #4C3449
RGB
CMYK
RGB Variations
Color information
#4C3449 (or 0x4C3449) is known color: Loulou. HEX triplet: 4C, 34 and 49. RGB value is (76,52,73). Sum of RGB (Red+Green+Blue) = 76+52+73=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3449 is #B3CBB6. Grayscale: #3D3D3D. Windows color (decimal): -11783095 or 4797516. OLE color: 4797516.
HSL color Cylindrical-coordinate representation of color #4C3449: hue angle of 307.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C3449 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 52 | 73 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.70 |
| HSL | 307.5º | 0.19% | 0.25% | - |
| HSV(B) | 307.5º | 0.32% | 0.3% | - |
| XYZ | 5.41 | 4.47 | 6.88 | - |
| YUV | 61.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 52 | 73 | 0 | 0.32 | 0.04 | 0.70 | 307.5 | 0.19 | 0.25 |
| Hex | 4C | 34 | 49 | 0 | 20 | 4 | 46 | 134 | 13 | 19 |
| Octal | 114 | 64 | 111 | 0 | 40 | 4 | 106 | 464 | 23 | 31 |
| Binary | 1001100 | 110100 | 1001001 | 0 | 100000 | 100 | 1000110 | 100110100 | 10011 | 11001 |
Color Harmonies of #4C3449
Complementary color
Monochromatic Colors of #4C3449
Black with #4C3449
Text Example
Text Example
White with #4C3449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3449; }
p { color: rgb(76,52,73); }
H1.HeaderClassName
{
color: #4C3449;
}
.AnyTagClassName
{
color: #4C3449;
}
</style>
background-color css
<style>
a { background-color: #4C3449; }
a { background-color: rgb(76,52,73); }
div.DivClassName
{
background-color: #4C3449;
}
.BgClassName
{
background-color: #4C3449;
}
</style>
border-color css
<style>
span { border-color: #4C3449; }
span { border-color: rgb(76,52,73); }
td.TdClassName
{
border-color: #4C3449;
}
.TagClassName
{
border-color: #4C3449;
}
</style>