Shades of Loulou #531E4D
Tints of Loulou #531E4D
RGB
CMYK
RGB Variations
Color information
#531E4D (or 0x531E4D) is known color: Loulou. HEX triplet: 53, 1E and 4D. RGB value is (83,30,77). Sum of RGB (Red+Green+Blue) = 83+30+77=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #531E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531E4D is #ACE1B2. Grayscale: #333333. Windows color (decimal): -11329971 or 5054035. OLE color: 5054035.
HSL color Cylindrical-coordinate representation of color #531E4D: hue angle of 306.79º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #531E4D is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 30 | 77 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.67 |
| HSL | 306.79º | 0.47% | 0.22% | - |
| HSV(B) | 306.79º | 0.64% | 0.33% | - |
| XYZ | 5.37 | 3.3 | 7.38 | - |
| YUV | 51.21 | 142.56 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 30 | 77 | 0 | 0.64 | 0.07 | 0.67 | 306.79 | 0.47 | 0.22 |
| Hex | 53 | 1E | 4D | 0 | 40 | 7 | 43 | 133 | 2F | 16 |
| Octal | 123 | 36 | 115 | 0 | 100 | 7 | 103 | 463 | 57 | 26 |
| Binary | 1010011 | 11110 | 1001101 | 0 | 1000000 | 111 | 1000011 | 100110011 | 101111 | 10110 |
Color Harmonies of #531E4D
Complementary color
Monochromatic Colors of #531E4D
Black with #531E4D
Text Example
Text Example
White with #531E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531E4D; }
p { color: rgb(83,30,77); }
H1.HeaderClassName
{
color: #531E4D;
}
.AnyTagClassName
{
color: #531E4D;
}
</style>
background-color css
<style>
a { background-color: #531E4D; }
a { background-color: rgb(83,30,77); }
div.DivClassName
{
background-color: #531E4D;
}
.BgClassName
{
background-color: #531E4D;
}
</style>
border-color css
<style>
span { border-color: #531E4D; }
span { border-color: rgb(83,30,77); }
td.TdClassName
{
border-color: #531E4D;
}
.TagClassName
{
border-color: #531E4D;
}
</style>