Shades of Loulou #491D44
Tints of Loulou #491D44
RGB
CMYK
RGB Variations
Color information
#491D44 (or 0x491D44) is known color: Loulou. HEX triplet: 49, 1D and 44. RGB value is (73,29,68). Sum of RGB (Red+Green+Blue) = 73+29+68=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #491D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D44 is #B6E2BB. Grayscale: #2E2E2E. Windows color (decimal): -11985596 or 4463945. OLE color: 4463945.
HSL color Cylindrical-coordinate representation of color #491D44: hue angle of 306.82º 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 #491D44 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 29 | 68 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.71 |
| HSL | 306.82º | 0.43% | 0.2% | - |
| HSV(B) | 306.82º | 0.6% | 0.29% | - |
| XYZ | 4.23 | 2.71 | 5.77 | - |
| YUV | 46.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 68 | 0 | 0.60 | 0.07 | 0.71 | 306.82 | 0.43 | 0.2 |
| Hex | 49 | 1D | 44 | 0 | 3C | 7 | 47 | 133 | 2B | 14 |
| Octal | 111 | 35 | 104 | 0 | 74 | 7 | 107 | 463 | 53 | 24 |
| Binary | 1001001 | 11101 | 1000100 | 0 | 111100 | 111 | 1000111 | 100110011 | 101011 | 10100 |
Color Harmonies of #491D44
Complementary color
Monochromatic Colors of #491D44
Black with #491D44
Text Example
Text Example
White with #491D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491D44; }
p { color: rgb(73,29,68); }
H1.HeaderClassName
{
color: #491D44;
}
.AnyTagClassName
{
color: #491D44;
}
</style>
background-color css
<style>
a { background-color: #491D44; }
a { background-color: rgb(73,29,68); }
div.DivClassName
{
background-color: #491D44;
}
.BgClassName
{
background-color: #491D44;
}
</style>
border-color css
<style>
span { border-color: #491D44; }
span { border-color: rgb(73,29,68); }
td.TdClassName
{
border-color: #491D44;
}
.TagClassName
{
border-color: #491D44;
}
</style>