Shades of Loulou #531B49
Tints of Loulou #531B49
RGB
CMYK
RGB Variations
Color information
#531B49 (or 0x531B49) is known color: Loulou. HEX triplet: 53, 1B and 49. RGB value is (83,27,73). Sum of RGB (Red+Green+Blue) = 83+27+73=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 27 (10.94% from 255 or 14.75% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #531B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B49 is #ACE4B6. Grayscale: #303030. Windows color (decimal): -11330743 or 4791123. OLE color: 4791123.
HSL color Cylindrical-coordinate representation of color #531B49: hue angle of 310.71º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #531B49 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 73 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.67 |
| HSL | 310.71º | 0.51% | 0.22% | - |
| HSV(B) | 310.71º | 0.67% | 0.33% | - |
| XYZ | 5.16 | 3.1 | 6.63 | - |
| YUV | 48.99 | 141.55 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 73 | 0 | 0.67 | 0.12 | 0.67 | 310.71 | 0.51 | 0.22 |
| Hex | 53 | 1B | 49 | 0 | 43 | C | 43 | 137 | 33 | 16 |
| Octal | 123 | 33 | 111 | 0 | 103 | 14 | 103 | 467 | 63 | 26 |
| Binary | 1010011 | 11011 | 1001001 | 0 | 1000011 | 1100 | 1000011 | 100110111 | 110011 | 10110 |
Color Harmonies of #531B49
Complementary color
Monochromatic Colors of #531B49
Black with #531B49
Text Example
Text Example
White with #531B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B49; }
p { color: rgb(83,27,73); }
H1.HeaderClassName
{
color: #531B49;
}
.AnyTagClassName
{
color: #531B49;
}
</style>
background-color css
<style>
a { background-color: #531B49; }
a { background-color: rgb(83,27,73); }
div.DivClassName
{
background-color: #531B49;
}
.BgClassName
{
background-color: #531B49;
}
</style>
border-color css
<style>
span { border-color: #531B49; }
span { border-color: rgb(83,27,73); }
td.TdClassName
{
border-color: #531B49;
}
.TagClassName
{
border-color: #531B49;
}
</style>