Shades of Loulou #531F49
Tints of Loulou #531F49
RGB
CMYK
RGB Variations
Color information
#531F49 (or 0x531F49) is known color: Loulou. HEX triplet: 53, 1F and 49. RGB value is (83,31,73). Sum of RGB (Red+Green+Blue) = 83+31+73=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #531F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F49 is #ACE0B6. Grayscale: #333333. Windows color (decimal): -11329719 or 4792147. OLE color: 4792147.
HSL color Cylindrical-coordinate representation of color #531F49: hue angle of 311.54º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F49 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 73 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.67 |
| HSL | 311.54º | 0.46% | 0.22% | - |
| HSV(B) | 311.54º | 0.63% | 0.33% | - |
| XYZ | 5.26 | 3.3 | 6.66 | - |
| YUV | 51.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 73 | 0 | 0.63 | 0.12 | 0.67 | 311.54 | 0.46 | 0.22 |
| Hex | 53 | 1F | 49 | 0 | 3F | C | 43 | 138 | 2E | 16 |
| Octal | 123 | 37 | 111 | 0 | 77 | 14 | 103 | 470 | 56 | 26 |
| Binary | 1010011 | 11111 | 1001001 | 0 | 111111 | 1100 | 1000011 | 100111000 | 101110 | 10110 |
Color Harmonies of #531F49
Complementary color
Monochromatic Colors of #531F49
Black with #531F49
Text Example
Text Example
White with #531F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F49; }
p { color: rgb(83,31,73); }
H1.HeaderClassName
{
color: #531F49;
}
.AnyTagClassName
{
color: #531F49;
}
</style>
background-color css
<style>
a { background-color: #531F49; }
a { background-color: rgb(83,31,73); }
div.DivClassName
{
background-color: #531F49;
}
.BgClassName
{
background-color: #531F49;
}
</style>
border-color css
<style>
span { border-color: #531F49; }
span { border-color: rgb(83,31,73); }
td.TdClassName
{
border-color: #531F49;
}
.TagClassName
{
border-color: #531F49;
}
</style>