Shades of Loulou #4C2745
Tints of Loulou #4C2745
RGB
CMYK
RGB Variations
Color information
#4C2745 (or 0x4C2745) is known color: Loulou. HEX triplet: 4C, 27 and 45. RGB value is (76,39,69). Sum of RGB (Red+Green+Blue) = 76+39+69=184 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.30% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2745 is #B3D8BA. Grayscale: #353535. Windows color (decimal): -11786427 or 4532044. OLE color: 4532044.
HSL color Cylindrical-coordinate representation of color #4C2745: hue angle of 311.35º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C2745 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 39 | 69 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.70 |
| HSL | 311.35º | 0.32% | 0.23% | - |
| HSV(B) | 311.35º | 0.49% | 0.3% | - |
| XYZ | 4.78 | 3.42 | 6.04 | - |
| YUV | 53.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 39 | 69 | 0 | 0.49 | 0.09 | 0.70 | 311.35 | 0.32 | 0.23 |
| Hex | 4C | 27 | 45 | 0 | 31 | 9 | 46 | 137 | 20 | 17 |
| Octal | 114 | 47 | 105 | 0 | 61 | 11 | 106 | 467 | 40 | 27 |
| Binary | 1001100 | 100111 | 1000101 | 0 | 110001 | 1001 | 1000110 | 100110111 | 100000 | 10111 |
Color Harmonies of #4C2745
Complementary color
Monochromatic Colors of #4C2745
Black with #4C2745
Text Example
Text Example
White with #4C2745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2745; }
p { color: rgb(76,39,69); }
H1.HeaderClassName
{
color: #4C2745;
}
.AnyTagClassName
{
color: #4C2745;
}
</style>
background-color css
<style>
a { background-color: #4C2745; }
a { background-color: rgb(76,39,69); }
div.DivClassName
{
background-color: #4C2745;
}
.BgClassName
{
background-color: #4C2745;
}
</style>
border-color css
<style>
span { border-color: #4C2745; }
span { border-color: rgb(76,39,69); }
td.TdClassName
{
border-color: #4C2745;
}
.TagClassName
{
border-color: #4C2745;
}
</style>