Shades of Loulou #491E45
Tints of Loulou #491E45
RGB
CMYK
RGB Variations
Color information
#491E45 (or 0x491E45) is known color: Loulou. HEX triplet: 49, 1E and 45. RGB value is (73,30,69). Sum of RGB (Red+Green+Blue) = 73+30+69=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #491E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E45 is #B6E1BA. Grayscale: #2F2F2F. Windows color (decimal): -11985339 or 4529737. OLE color: 4529737.
HSL color Cylindrical-coordinate representation of color #491E45: hue angle of 305.58º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #491E45 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 30 | 69 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.71 |
| HSL | 305.58º | 0.42% | 0.2% | - |
| HSV(B) | 305.58º | 0.59% | 0.29% | - |
| XYZ | 4.29 | 2.77 | 5.94 | - |
| YUV | 47.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 69 | 0 | 0.59 | 0.05 | 0.71 | 305.58 | 0.42 | 0.2 |
| Hex | 49 | 1E | 45 | 0 | 3B | 5 | 47 | 132 | 2A | 14 |
| Octal | 111 | 36 | 105 | 0 | 73 | 5 | 107 | 462 | 52 | 24 |
| Binary | 1001001 | 11110 | 1000101 | 0 | 111011 | 101 | 1000111 | 100110010 | 101010 | 10100 |
Color Harmonies of #491E45
Complementary color
Monochromatic Colors of #491E45
Black with #491E45
Text Example
Text Example
White with #491E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491E45; }
p { color: rgb(73,30,69); }
H1.HeaderClassName
{
color: #491E45;
}
.AnyTagClassName
{
color: #491E45;
}
</style>
background-color css
<style>
a { background-color: #491E45; }
a { background-color: rgb(73,30,69); }
div.DivClassName
{
background-color: #491E45;
}
.BgClassName
{
background-color: #491E45;
}
</style>
border-color css
<style>
span { border-color: #491E45; }
span { border-color: rgb(73,30,69); }
td.TdClassName
{
border-color: #491E45;
}
.TagClassName
{
border-color: #491E45;
}
</style>