Shades of Loulou #4B3944
Tints of Loulou #4B3944
RGB
CMYK
RGB Variations
Color information
#4B3944 (or 0x4B3944) is known color: Loulou. HEX triplet: 4B, 39 and 44. RGB value is (75,57,68). Sum of RGB (Red+Green+Blue) = 75+57+68=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3944 is #B4C6BB. Grayscale: #3F3F3F. Windows color (decimal): -11847356 or 4471115. OLE color: 4471115.
HSL color Cylindrical-coordinate representation of color #4B3944: hue angle of 323.33º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4B3944 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 57 | 68 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.71 |
| HSL | 323.33º | 0.14% | 0.26% | - |
| HSV(B) | 323.33º | 0.24% | 0.29% | - |
| XYZ | 5.41 | 4.84 | 6.12 | - |
| YUV | 63.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 57 | 68 | 0 | 0.24 | 0.09 | 0.71 | 323.33 | 0.14 | 0.26 |
| Hex | 4B | 39 | 44 | 0 | 18 | 9 | 47 | 143 | E | 1A |
| Octal | 113 | 71 | 104 | 0 | 30 | 11 | 107 | 503 | 16 | 32 |
| Binary | 1001011 | 111001 | 1000100 | 0 | 11000 | 1001 | 1000111 | 101000011 | 1110 | 11010 |
Color Harmonies of #4B3944
Complementary color
Monochromatic Colors of #4B3944
Black with #4B3944
Text Example
Text Example
White with #4B3944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3944; }
p { color: rgb(75,57,68); }
H1.HeaderClassName
{
color: #4B3944;
}
.AnyTagClassName
{
color: #4B3944;
}
</style>
background-color css
<style>
a { background-color: #4B3944; }
a { background-color: rgb(75,57,68); }
div.DivClassName
{
background-color: #4B3944;
}
.BgClassName
{
background-color: #4B3944;
}
</style>
border-color css
<style>
span { border-color: #4B3944; }
span { border-color: rgb(75,57,68); }
td.TdClassName
{
border-color: #4B3944;
}
.TagClassName
{
border-color: #4B3944;
}
</style>