Shades of Loulou #491C47
Tints of Loulou #491C47
RGB
CMYK
RGB Variations
Color information
#491C47 (or 0x491C47) is known color: Loulou. HEX triplet: 49, 1C and 47. RGB value is (73,28,71). Sum of RGB (Red+Green+Blue) = 73+28+71=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #491C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C47 is #B6E3B8. Grayscale: #2E2E2E. Windows color (decimal): -11985849 or 4660297. OLE color: 4660297.
HSL color Cylindrical-coordinate representation of color #491C47: hue angle of 302.67º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #491C47 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 28 | 71 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.71 |
| HSL | 302.67º | 0.45% | 0.2% | - |
| HSV(B) | 302.67º | 0.62% | 0.29% | - |
| XYZ | 4.3 | 2.7 | 6.26 | - |
| YUV | 46.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 71 | 0 | 0.62 | 0.03 | 0.71 | 302.67 | 0.45 | 0.2 |
| Hex | 49 | 1C | 47 | 0 | 3E | 3 | 47 | 12F | 2D | 14 |
| Octal | 111 | 34 | 107 | 0 | 76 | 3 | 107 | 457 | 55 | 24 |
| Binary | 1001001 | 11100 | 1000111 | 0 | 111110 | 11 | 1000111 | 100101111 | 101101 | 10100 |
Color Harmonies of #491C47
Complementary color
Monochromatic Colors of #491C47
Black with #491C47
Text Example
Text Example
White with #491C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C47; }
p { color: rgb(73,28,71); }
H1.HeaderClassName
{
color: #491C47;
}
.AnyTagClassName
{
color: #491C47;
}
</style>
background-color css
<style>
a { background-color: #491C47; }
a { background-color: rgb(73,28,71); }
div.DivClassName
{
background-color: #491C47;
}
.BgClassName
{
background-color: #491C47;
}
</style>
border-color css
<style>
span { border-color: #491C47; }
span { border-color: rgb(73,28,71); }
td.TdClassName
{
border-color: #491C47;
}
.TagClassName
{
border-color: #491C47;
}
</style>