Shades of Loulou #5B2E49
Tints of Loulou #5B2E49
RGB
CMYK
RGB Variations
Color information
#5B2E49 (or 0x5B2E49) is known color: Loulou. HEX triplet: 5B, 2E and 49. RGB value is (91,46,73). Sum of RGB (Red+Green+Blue) = 91+46+73=210 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.33% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2E49 is #A4D1B6. Grayscale: #3E3E3E. Windows color (decimal): -10801591 or 4795995. OLE color: 4795995.
HSL color Cylindrical-coordinate representation of color #5B2E49: hue angle of 324º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B2E49 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 46 | 73 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.64 |
| HSL | 324º | 0.33% | 0.27% | - |
| HSV(B) | 324º | 0.49% | 0.36% | - |
| XYZ | 6.49 | 4.66 | 6.86 | - |
| YUV | 62.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 46 | 73 | 0 | 0.49 | 0.20 | 0.64 | 324 | 0.33 | 0.27 |
| Hex | 5B | 2E | 49 | 0 | 31 | 14 | 40 | 144 | 21 | 1B |
| Octal | 133 | 56 | 111 | 0 | 61 | 24 | 100 | 504 | 41 | 33 |
| Binary | 1011011 | 101110 | 1001001 | 0 | 110001 | 10100 | 1000000 | 101000100 | 100001 | 11011 |
Color Harmonies of #5B2E49
Complementary color
Monochromatic Colors of #5B2E49
Black with #5B2E49
Text Example
Text Example
White with #5B2E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2E49; }
p { color: rgb(91,46,73); }
H1.HeaderClassName
{
color: #5B2E49;
}
.AnyTagClassName
{
color: #5B2E49;
}
</style>
background-color css
<style>
a { background-color: #5B2E49; }
a { background-color: rgb(91,46,73); }
div.DivClassName
{
background-color: #5B2E49;
}
.BgClassName
{
background-color: #5B2E49;
}
</style>
border-color css
<style>
span { border-color: #5B2E49; }
span { border-color: rgb(91,46,73); }
td.TdClassName
{
border-color: #5B2E49;
}
.TagClassName
{
border-color: #5B2E49;
}
</style>