Shades of Loulou #491D47
Tints of Loulou #491D47
RGB
CMYK
RGB Variations
Color information
#491D47 (or 0x491D47) is known color: Loulou. HEX triplet: 49, 1D and 47. RGB value is (73,29,71). Sum of RGB (Red+Green+Blue) = 73+29+71=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #491D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D47 is #B6E2B8. Grayscale: #2E2E2E. Windows color (decimal): -11985593 or 4660553. OLE color: 4660553.
HSL color Cylindrical-coordinate representation of color #491D47: hue angle of 302.73º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #491D47 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 29 | 71 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.71 |
| HSL | 302.73º | 0.43% | 0.2% | - |
| HSV(B) | 302.73º | 0.6% | 0.29% | - |
| XYZ | 4.32 | 2.75 | 6.26 | - |
| YUV | 46.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 71 | 0 | 0.60 | 0.03 | 0.71 | 302.73 | 0.43 | 0.2 |
| Hex | 49 | 1D | 47 | 0 | 3C | 3 | 47 | 12F | 2B | 14 |
| Octal | 111 | 35 | 107 | 0 | 74 | 3 | 107 | 457 | 53 | 24 |
| Binary | 1001001 | 11101 | 1000111 | 0 | 111100 | 11 | 1000111 | 100101111 | 101011 | 10100 |
Color Harmonies of #491D47
Complementary color
Monochromatic Colors of #491D47
Black with #491D47
Text Example
Text Example
White with #491D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491D47; }
p { color: rgb(73,29,71); }
H1.HeaderClassName
{
color: #491D47;
}
.AnyTagClassName
{
color: #491D47;
}
</style>
background-color css
<style>
a { background-color: #491D47; }
a { background-color: rgb(73,29,71); }
div.DivClassName
{
background-color: #491D47;
}
.BgClassName
{
background-color: #491D47;
}
</style>
border-color css
<style>
span { border-color: #491D47; }
span { border-color: rgb(73,29,71); }
td.TdClassName
{
border-color: #491D47;
}
.TagClassName
{
border-color: #491D47;
}
</style>