Shades of Loulou #493144
Tints of Loulou #493144
RGB
CMYK
RGB Variations
Color information
#493144 (or 0x493144) is known color: Loulou. HEX triplet: 49, 31 and 44. RGB value is (73,49,68). Sum of RGB (Red+Green+Blue) = 73+49+68=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 73 - color contains mainly: red. Hex color #493144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493144 is #B6CEBB. Grayscale: #3A3A3A. Windows color (decimal): -11980476 or 4469065. OLE color: 4469065.
HSL color Cylindrical-coordinate representation of color #493144: hue angle of 312.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #493144 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 49 | 68 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.71 |
| HSL | 312.5º | 0.2% | 0.24% | - |
| HSV(B) | 312.5º | 0.33% | 0.29% | - |
| XYZ | 4.89 | 4.03 | 5.99 | - |
| YUV | 58.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 49 | 68 | 0 | 0.33 | 0.07 | 0.71 | 312.5 | 0.2 | 0.24 |
| Hex | 49 | 31 | 44 | 0 | 21 | 7 | 47 | 138 | 14 | 18 |
| Octal | 111 | 61 | 104 | 0 | 41 | 7 | 107 | 470 | 24 | 30 |
| Binary | 1001001 | 110001 | 1000100 | 0 | 100001 | 111 | 1000111 | 100111000 | 10100 | 11000 |
Color Harmonies of #493144
Complementary color
Monochromatic Colors of #493144
Black with #493144
Text Example
Text Example
White with #493144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493144; }
p { color: rgb(73,49,68); }
H1.HeaderClassName
{
color: #493144;
}
.AnyTagClassName
{
color: #493144;
}
</style>
background-color css
<style>
a { background-color: #493144; }
a { background-color: rgb(73,49,68); }
div.DivClassName
{
background-color: #493144;
}
.BgClassName
{
background-color: #493144;
}
</style>
border-color css
<style>
span { border-color: #493144; }
span { border-color: rgb(73,49,68); }
td.TdClassName
{
border-color: #493144;
}
.TagClassName
{
border-color: #493144;
}
</style>