Shades of Loulou #531C46
Tints of Loulou #531C46
RGB
CMYK
RGB Variations
Color information
#531C46 (or 0x531C46) is known color: Loulou. HEX triplet: 53, 1C and 46. RGB value is (83,28,70). Sum of RGB (Red+Green+Blue) = 83+28+70=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #531C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C46 is #ACE3B9. Grayscale: #313131. Windows color (decimal): -11330490 or 4594771. OLE color: 4594771.
HSL color Cylindrical-coordinate representation of color #531C46: hue angle of 314.18º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531C46 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 28 | 70 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.67 |
| HSL | 314.18º | 0.5% | 0.22% | - |
| HSV(B) | 314.18º | 0.66% | 0.33% | - |
| XYZ | 5.09 | 3.11 | 6.13 | - |
| YUV | 49.23 | 139.72 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 70 | 0 | 0.66 | 0.16 | 0.67 | 314.18 | 0.5 | 0.22 |
| Hex | 53 | 1C | 46 | 0 | 42 | 10 | 43 | 13A | 32 | 16 |
| Octal | 123 | 34 | 106 | 0 | 102 | 20 | 103 | 472 | 62 | 26 |
| Binary | 1010011 | 11100 | 1000110 | 0 | 1000010 | 10000 | 1000011 | 100111010 | 110010 | 10110 |
Color Harmonies of #531C46
Complementary color
Monochromatic Colors of #531C46
Black with #531C46
Text Example
Text Example
White with #531C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C46; }
p { color: rgb(83,28,70); }
H1.HeaderClassName
{
color: #531C46;
}
.AnyTagClassName
{
color: #531C46;
}
</style>
background-color css
<style>
a { background-color: #531C46; }
a { background-color: rgb(83,28,70); }
div.DivClassName
{
background-color: #531C46;
}
.BgClassName
{
background-color: #531C46;
}
</style>
border-color css
<style>
span { border-color: #531C46; }
span { border-color: rgb(83,28,70); }
td.TdClassName
{
border-color: #531C46;
}
.TagClassName
{
border-color: #531C46;
}
</style>