Shades of Loulou #531A47
Tints of Loulou #531A47
RGB
CMYK
RGB Variations
Color information
#531A47 (or 0x531A47) is known color: Loulou. HEX triplet: 53, 1A and 47. RGB value is (83,26,71). Sum of RGB (Red+Green+Blue) = 83+26+71=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #531A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A47 is #ACE5B8. Grayscale: #303030. Windows color (decimal): -11331001 or 4659795. OLE color: 4659795.
HSL color Cylindrical-coordinate representation of color #531A47: hue angle of 312.63º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A47 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 26 | 71 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.67 |
| HSL | 312.63º | 0.52% | 0.21% | - |
| HSV(B) | 312.63º | 0.69% | 0.33% | - |
| XYZ | 5.07 | 3.03 | 6.28 | - |
| YUV | 48.17 | 140.88 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 71 | 0 | 0.69 | 0.14 | 0.67 | 312.63 | 0.52 | 0.21 |
| Hex | 53 | 1A | 47 | 0 | 45 | E | 43 | 139 | 34 | 15 |
| Octal | 123 | 32 | 107 | 0 | 105 | 16 | 103 | 471 | 64 | 25 |
| Binary | 1010011 | 11010 | 1000111 | 0 | 1000101 | 1110 | 1000011 | 100111001 | 110100 | 10101 |
Color Harmonies of #531A47
Complementary color
Monochromatic Colors of #531A47
Black with #531A47
Text Example
Text Example
White with #531A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A47; }
p { color: rgb(83,26,71); }
H1.HeaderClassName
{
color: #531A47;
}
.AnyTagClassName
{
color: #531A47;
}
</style>
background-color css
<style>
a { background-color: #531A47; }
a { background-color: rgb(83,26,71); }
div.DivClassName
{
background-color: #531A47;
}
.BgClassName
{
background-color: #531A47;
}
</style>
border-color css
<style>
span { border-color: #531A47; }
span { border-color: rgb(83,26,71); }
td.TdClassName
{
border-color: #531A47;
}
.TagClassName
{
border-color: #531A47;
}
</style>