Shades of Loulou #531C41
Tints of Loulou #531C41
RGB
CMYK
RGB Variations
Color information
#531C41 (or 0x531C41) is known color: Loulou. HEX triplet: 53, 1C and 41. RGB value is (83,28,65). Sum of RGB (Red+Green+Blue) = 83+28+65=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #531C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C41 is #ACE3BE. Grayscale: #303030. Windows color (decimal): -11330495 or 4267091. OLE color: 4267091.
HSL color Cylindrical-coordinate representation of color #531C41: hue angle of 319.64º 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 #531C41 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 28 | 65 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.67 |
| HSL | 319.64º | 0.5% | 0.22% | - |
| HSV(B) | 319.64º | 0.66% | 0.33% | - |
| XYZ | 4.94 | 3.05 | 5.33 | - |
| YUV | 48.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 65 | 0 | 0.66 | 0.22 | 0.67 | 319.64 | 0.5 | 0.22 |
| Hex | 53 | 1C | 41 | 0 | 42 | 16 | 43 | 140 | 32 | 16 |
| Octal | 123 | 34 | 101 | 0 | 102 | 26 | 103 | 500 | 62 | 26 |
| Binary | 1010011 | 11100 | 1000001 | 0 | 1000010 | 10110 | 1000011 | 101000000 | 110010 | 10110 |
Color Harmonies of #531C41
Complementary color
Monochromatic Colors of #531C41
Black with #531C41
Text Example
Text Example
White with #531C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C41; }
p { color: rgb(83,28,65); }
H1.HeaderClassName
{
color: #531C41;
}
.AnyTagClassName
{
color: #531C41;
}
</style>
background-color css
<style>
a { background-color: #531C41; }
a { background-color: rgb(83,28,65); }
div.DivClassName
{
background-color: #531C41;
}
.BgClassName
{
background-color: #531C41;
}
</style>
border-color css
<style>
span { border-color: #531C41; }
span { border-color: rgb(83,28,65); }
td.TdClassName
{
border-color: #531C41;
}
.TagClassName
{
border-color: #531C41;
}
</style>