Shades of Loulou #531D4B
Tints of Loulou #531D4B
RGB
CMYK
RGB Variations
Color information
#531D4B (or 0x531D4B) is known color: Loulou. HEX triplet: 53, 1D and 4B. RGB value is (83,29,75). Sum of RGB (Red+Green+Blue) = 83+29+75=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #531D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D4B is #ACE2B4. Grayscale: #323232. Windows color (decimal): -11330229 or 4922707. OLE color: 4922707.
HSL color Cylindrical-coordinate representation of color #531D4B: hue angle of 308.89º 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 #531D4B is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 29 | 75 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.67 |
| HSL | 308.89º | 0.48% | 0.22% | - |
| HSV(B) | 308.89º | 0.65% | 0.33% | - |
| XYZ | 5.28 | 3.23 | 7 | - |
| YUV | 50.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 75 | 0 | 0.65 | 0.10 | 0.67 | 308.89 | 0.48 | 0.22 |
| Hex | 53 | 1D | 4B | 0 | 41 | A | 43 | 135 | 30 | 16 |
| Octal | 123 | 35 | 113 | 0 | 101 | 12 | 103 | 465 | 60 | 26 |
| Binary | 1010011 | 11101 | 1001011 | 0 | 1000001 | 1010 | 1000011 | 100110101 | 110000 | 10110 |
Color Harmonies of #531D4B
Complementary color
Monochromatic Colors of #531D4B
Black with #531D4B
Text Example
Text Example
White with #531D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D4B; }
p { color: rgb(83,29,75); }
H1.HeaderClassName
{
color: #531D4B;
}
.AnyTagClassName
{
color: #531D4B;
}
</style>
background-color css
<style>
a { background-color: #531D4B; }
a { background-color: rgb(83,29,75); }
div.DivClassName
{
background-color: #531D4B;
}
.BgClassName
{
background-color: #531D4B;
}
</style>
border-color css
<style>
span { border-color: #531D4B; }
span { border-color: rgb(83,29,75); }
td.TdClassName
{
border-color: #531D4B;
}
.TagClassName
{
border-color: #531D4B;
}
</style>