Shades of Loulou #531F4E
Tints of Loulou #531F4E
RGB
CMYK
RGB Variations
Color information
#531F4E (or 0x531F4E) is known color: Loulou. HEX triplet: 53, 1F and 4E. RGB value is (83,31,78). Sum of RGB (Red+Green+Blue) = 83+31+78=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #531F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531F4E is #ACE0B1. Grayscale: #333333. Windows color (decimal): -11329714 or 5119827. OLE color: 5119827.
HSL color Cylindrical-coordinate representation of color #531F4E: hue angle of 305.77º 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 #531F4E is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 78 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.67 |
| HSL | 305.77º | 0.46% | 0.22% | - |
| HSV(B) | 305.77º | 0.63% | 0.33% | - |
| XYZ | 5.43 | 3.37 | 7.57 | - |
| YUV | 51.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 78 | 0 | 0.63 | 0.06 | 0.67 | 305.77 | 0.46 | 0.22 |
| Hex | 53 | 1F | 4E | 0 | 3F | 6 | 43 | 132 | 2E | 16 |
| Octal | 123 | 37 | 116 | 0 | 77 | 6 | 103 | 462 | 56 | 26 |
| Binary | 1010011 | 11111 | 1001110 | 0 | 111111 | 110 | 1000011 | 100110010 | 101110 | 10110 |
Color Harmonies of #531F4E
Complementary color
Monochromatic Colors of #531F4E
Black with #531F4E
Text Example
Text Example
White with #531F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F4E; }
p { color: rgb(83,31,78); }
H1.HeaderClassName
{
color: #531F4E;
}
.AnyTagClassName
{
color: #531F4E;
}
</style>
background-color css
<style>
a { background-color: #531F4E; }
a { background-color: rgb(83,31,78); }
div.DivClassName
{
background-color: #531F4E;
}
.BgClassName
{
background-color: #531F4E;
}
</style>
border-color css
<style>
span { border-color: #531F4E; }
span { border-color: rgb(83,31,78); }
td.TdClassName
{
border-color: #531F4E;
}
.TagClassName
{
border-color: #531F4E;
}
</style>