Shades of Loulou #531A44
Tints of Loulou #531A44
RGB
CMYK
RGB Variations
Color information
#531A44 (or 0x531A44) is known color: Loulou. HEX triplet: 53, 1A and 44. RGB value is (83,26,68). Sum of RGB (Red+Green+Blue) = 83+26+68=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #531A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A44 is #ACE5BB. Grayscale: #2F2F2F. Windows color (decimal): -11331004 or 4463187. OLE color: 4463187.
HSL color Cylindrical-coordinate representation of color #531A44: hue angle of 315.79º 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 #531A44 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 26 | 68 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.67 |
| HSL | 315.79º | 0.52% | 0.21% | - |
| HSV(B) | 315.79º | 0.69% | 0.33% | - |
| XYZ | 4.98 | 3 | 5.78 | - |
| YUV | 47.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 68 | 0 | 0.69 | 0.18 | 0.67 | 315.79 | 0.52 | 0.21 |
| Hex | 53 | 1A | 44 | 0 | 45 | 12 | 43 | 13C | 34 | 15 |
| Octal | 123 | 32 | 104 | 0 | 105 | 22 | 103 | 474 | 64 | 25 |
| Binary | 1010011 | 11010 | 1000100 | 0 | 1000101 | 10010 | 1000011 | 100111100 | 110100 | 10101 |
Color Harmonies of #531A44
Complementary color
Monochromatic Colors of #531A44
Black with #531A44
Text Example
Text Example
White with #531A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A44; }
p { color: rgb(83,26,68); }
H1.HeaderClassName
{
color: #531A44;
}
.AnyTagClassName
{
color: #531A44;
}
</style>
background-color css
<style>
a { background-color: #531A44; }
a { background-color: rgb(83,26,68); }
div.DivClassName
{
background-color: #531A44;
}
.BgClassName
{
background-color: #531A44;
}
</style>
border-color css
<style>
span { border-color: #531A44; }
span { border-color: rgb(83,26,68); }
td.TdClassName
{
border-color: #531A44;
}
.TagClassName
{
border-color: #531A44;
}
</style>