Shades of Loulou #4F3947
Tints of Loulou #4F3947
RGB
CMYK
RGB Variations
Color information
#4F3947 (or 0x4F3947) is known color: Loulou. HEX triplet: 4F, 39 and 47. RGB value is (79,57,71). Sum of RGB (Red+Green+Blue) = 79+57+71=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3947 is #B0C6B8. Grayscale: #414141. Windows color (decimal): -11585209 or 4667727. OLE color: 4667727.
HSL color Cylindrical-coordinate representation of color #4F3947: hue angle of 321.82º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F3947 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 57 | 71 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.69 |
| HSL | 321.82º | 0.16% | 0.27% | - |
| HSV(B) | 321.82º | 0.28% | 0.31% | - |
| XYZ | 5.82 | 5.04 | 6.63 | - |
| YUV | 65.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 57 | 71 | 0 | 0.28 | 0.10 | 0.69 | 321.82 | 0.16 | 0.27 |
| Hex | 4F | 39 | 47 | 0 | 1C | A | 45 | 142 | 10 | 1B |
| Octal | 117 | 71 | 107 | 0 | 34 | 12 | 105 | 502 | 20 | 33 |
| Binary | 1001111 | 111001 | 1000111 | 0 | 11100 | 1010 | 1000101 | 101000010 | 10000 | 11011 |
Color Harmonies of #4F3947
Complementary color
Monochromatic Colors of #4F3947
Black with #4F3947
Text Example
Text Example
White with #4F3947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3947; }
p { color: rgb(79,57,71); }
H1.HeaderClassName
{
color: #4F3947;
}
.AnyTagClassName
{
color: #4F3947;
}
</style>
background-color css
<style>
a { background-color: #4F3947; }
a { background-color: rgb(79,57,71); }
div.DivClassName
{
background-color: #4F3947;
}
.BgClassName
{
background-color: #4F3947;
}
</style>
border-color css
<style>
span { border-color: #4F3947; }
span { border-color: rgb(79,57,71); }
td.TdClassName
{
border-color: #4F3947;
}
.TagClassName
{
border-color: #4F3947;
}
</style>