Shades of Loulou #531D4D
Tints of Loulou #531D4D
RGB
CMYK
RGB Variations
Color information
#531D4D (or 0x531D4D) is known color: Loulou. HEX triplet: 53, 1D and 4D. RGB value is (83,29,77). Sum of RGB (Red+Green+Blue) = 83+29+77=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #531D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531D4D is #ACE2B2. Grayscale: #323232. Windows color (decimal): -11330227 or 5053779. OLE color: 5053779.
HSL color Cylindrical-coordinate representation of color #531D4D: hue angle of 306.67º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #531D4D is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 29 | 77 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.67 |
| HSL | 306.67º | 0.48% | 0.22% | - |
| HSV(B) | 306.67º | 0.65% | 0.33% | - |
| XYZ | 5.35 | 3.25 | 7.37 | - |
| YUV | 50.62 | 142.89 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 77 | 0 | 0.65 | 0.07 | 0.67 | 306.67 | 0.48 | 0.22 |
| Hex | 53 | 1D | 4D | 0 | 41 | 7 | 43 | 133 | 30 | 16 |
| Octal | 123 | 35 | 115 | 0 | 101 | 7 | 103 | 463 | 60 | 26 |
| Binary | 1010011 | 11101 | 1001101 | 0 | 1000001 | 111 | 1000011 | 100110011 | 110000 | 10110 |
Color Harmonies of #531D4D
Complementary color
Monochromatic Colors of #531D4D
Black with #531D4D
Text Example
Text Example
White with #531D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D4D; }
p { color: rgb(83,29,77); }
H1.HeaderClassName
{
color: #531D4D;
}
.AnyTagClassName
{
color: #531D4D;
}
</style>
background-color css
<style>
a { background-color: #531D4D; }
a { background-color: rgb(83,29,77); }
div.DivClassName
{
background-color: #531D4D;
}
.BgClassName
{
background-color: #531D4D;
}
</style>
border-color css
<style>
span { border-color: #531D4D; }
span { border-color: rgb(83,29,77); }
td.TdClassName
{
border-color: #531D4D;
}
.TagClassName
{
border-color: #531D4D;
}
</style>