Shades of Loulou #4A3845
Tints of Loulou #4A3845
RGB
CMYK
RGB Variations
Color information
#4A3845 (or 0x4A3845) is known color: Loulou. HEX triplet: 4A, 38 and 45. RGB value is (74,56,69). Sum of RGB (Red+Green+Blue) = 74+56+69=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3845 is #B5C7BA. Grayscale: #3E3E3E. Windows color (decimal): -11913147 or 4536394. OLE color: 4536394.
HSL color Cylindrical-coordinate representation of color #4A3845: hue angle of 316.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A3845 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 56 | 69 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.71 |
| HSL | 316.67º | 0.14% | 0.25% | - |
| HSV(B) | 316.67º | 0.24% | 0.29% | - |
| XYZ | 5.31 | 4.71 | 6.26 | - |
| YUV | 62.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 56 | 69 | 0 | 0.24 | 0.07 | 0.71 | 316.67 | 0.14 | 0.25 |
| Hex | 4A | 38 | 45 | 0 | 18 | 7 | 47 | 13D | E | 19 |
| Octal | 112 | 70 | 105 | 0 | 30 | 7 | 107 | 475 | 16 | 31 |
| Binary | 1001010 | 111000 | 1000101 | 0 | 11000 | 111 | 1000111 | 100111101 | 1110 | 11001 |
Color Harmonies of #4A3845
Complementary color
Monochromatic Colors of #4A3845
Black with #4A3845
Text Example
Text Example
White with #4A3845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3845; }
p { color: rgb(74,56,69); }
H1.HeaderClassName
{
color: #4A3845;
}
.AnyTagClassName
{
color: #4A3845;
}
</style>
background-color css
<style>
a { background-color: #4A3845; }
a { background-color: rgb(74,56,69); }
div.DivClassName
{
background-color: #4A3845;
}
.BgClassName
{
background-color: #4A3845;
}
</style>
border-color css
<style>
span { border-color: #4A3845; }
span { border-color: rgb(74,56,69); }
td.TdClassName
{
border-color: #4A3845;
}
.TagClassName
{
border-color: #4A3845;
}
</style>