Shades of Loulou #491F45
Tints of Loulou #491F45
RGB
CMYK
RGB Variations
Color information
#491F45 (or 0x491F45) is known color: Loulou. HEX triplet: 49, 1F and 45. RGB value is (73,31,69). Sum of RGB (Red+Green+Blue) = 73+31+69=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #491F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491F45 is #B6E0BA. Grayscale: #2F2F2F. Windows color (decimal): -11985083 or 4529993. OLE color: 4529993.
HSL color Cylindrical-coordinate representation of color #491F45: hue angle of 305.71º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #491F45 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 31 | 69 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.71 |
| HSL | 305.71º | 0.4% | 0.2% | - |
| HSV(B) | 305.71º | 0.58% | 0.29% | - |
| XYZ | 4.31 | 2.83 | 5.95 | - |
| YUV | 47.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 69 | 0 | 0.58 | 0.05 | 0.71 | 305.71 | 0.4 | 0.2 |
| Hex | 49 | 1F | 45 | 0 | 3A | 5 | 47 | 132 | 28 | 14 |
| Octal | 111 | 37 | 105 | 0 | 72 | 5 | 107 | 462 | 50 | 24 |
| Binary | 1001001 | 11111 | 1000101 | 0 | 111010 | 101 | 1000111 | 100110010 | 101000 | 10100 |
Color Harmonies of #491F45
Complementary color
Monochromatic Colors of #491F45
Black with #491F45
Text Example
Text Example
White with #491F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491F45; }
p { color: rgb(73,31,69); }
H1.HeaderClassName
{
color: #491F45;
}
.AnyTagClassName
{
color: #491F45;
}
</style>
background-color css
<style>
a { background-color: #491F45; }
a { background-color: rgb(73,31,69); }
div.DivClassName
{
background-color: #491F45;
}
.BgClassName
{
background-color: #491F45;
}
</style>
border-color css
<style>
span { border-color: #491F45; }
span { border-color: rgb(73,31,69); }
td.TdClassName
{
border-color: #491F45;
}
.TagClassName
{
border-color: #491F45;
}
</style>