Shades of Loulou #531F4B
Tints of Loulou #531F4B
RGB
CMYK
RGB Variations
Color information
#531F4B (or 0x531F4B) is known color: Loulou. HEX triplet: 53, 1F and 4B. RGB value is (83,31,75). Sum of RGB (Red+Green+Blue) = 83+31+75=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #531F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F4B is #ACE0B4. Grayscale: #333333. Windows color (decimal): -11329717 or 4923219. OLE color: 4923219.
HSL color Cylindrical-coordinate representation of color #531F4B: hue angle of 309.23º 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 #531F4B is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 75 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.67 |
| HSL | 309.23º | 0.46% | 0.22% | - |
| HSV(B) | 309.23º | 0.63% | 0.33% | - |
| XYZ | 5.33 | 3.33 | 7.02 | - |
| YUV | 51.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 75 | 0 | 0.63 | 0.10 | 0.67 | 309.23 | 0.46 | 0.22 |
| Hex | 53 | 1F | 4B | 0 | 3F | A | 43 | 135 | 2E | 16 |
| Octal | 123 | 37 | 113 | 0 | 77 | 12 | 103 | 465 | 56 | 26 |
| Binary | 1010011 | 11111 | 1001011 | 0 | 111111 | 1010 | 1000011 | 100110101 | 101110 | 10110 |
Color Harmonies of #531F4B
Complementary color
Monochromatic Colors of #531F4B
Black with #531F4B
Text Example
Text Example
White with #531F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F4B; }
p { color: rgb(83,31,75); }
H1.HeaderClassName
{
color: #531F4B;
}
.AnyTagClassName
{
color: #531F4B;
}
</style>
background-color css
<style>
a { background-color: #531F4B; }
a { background-color: rgb(83,31,75); }
div.DivClassName
{
background-color: #531F4B;
}
.BgClassName
{
background-color: #531F4B;
}
</style>
border-color css
<style>
span { border-color: #531F4B; }
span { border-color: rgb(83,31,75); }
td.TdClassName
{
border-color: #531F4B;
}
.TagClassName
{
border-color: #531F4B;
}
</style>