Shades of Loulou #531949
Tints of Loulou #531949
RGB
CMYK
RGB Variations
Color information
#531949 (or 0x531949) is known color: Loulou. HEX triplet: 53, 19 and 49. RGB value is (83,25,73). Sum of RGB (Red+Green+Blue) = 83+25+73=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #531949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531949 is #ACE6B6. Grayscale: #2F2F2F. Windows color (decimal): -11331255 or 4790611. OLE color: 4790611.
HSL color Cylindrical-coordinate representation of color #531949: hue angle of 310.34º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #531949 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 25 | 73 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.67 |
| HSL | 310.34º | 0.54% | 0.21% | - |
| HSV(B) | 310.34º | 0.7% | 0.33% | - |
| XYZ | 5.12 | 3.02 | 6.62 | - |
| YUV | 47.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 73 | 0 | 0.70 | 0.12 | 0.67 | 310.34 | 0.54 | 0.21 |
| Hex | 53 | 19 | 49 | 0 | 46 | C | 43 | 136 | 36 | 15 |
| Octal | 123 | 31 | 111 | 0 | 106 | 14 | 103 | 466 | 66 | 25 |
| Binary | 1010011 | 11001 | 1001001 | 0 | 1000110 | 1100 | 1000011 | 100110110 | 110110 | 10101 |
Color Harmonies of #531949
Complementary color
Monochromatic Colors of #531949
Black with #531949
Text Example
Text Example
White with #531949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531949; }
p { color: rgb(83,25,73); }
H1.HeaderClassName
{
color: #531949;
}
.AnyTagClassName
{
color: #531949;
}
</style>
background-color css
<style>
a { background-color: #531949; }
a { background-color: rgb(83,25,73); }
div.DivClassName
{
background-color: #531949;
}
.BgClassName
{
background-color: #531949;
}
</style>
border-color css
<style>
span { border-color: #531949; }
span { border-color: rgb(83,25,73); }
td.TdClassName
{
border-color: #531949;
}
.TagClassName
{
border-color: #531949;
}
</style>