Shades of Loulou #531D45
Tints of Loulou #531D45
RGB
CMYK
RGB Variations
Color information
#531D45 (or 0x531D45) is known color: Loulou. HEX triplet: 53, 1D and 45. RGB value is (83,29,69). Sum of RGB (Red+Green+Blue) = 83+29+69=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #531D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D45 is #ACE2BA. Grayscale: #313131. Windows color (decimal): -11330235 or 4529491. OLE color: 4529491.
HSL color Cylindrical-coordinate representation of color #531D45: hue angle of 315.56º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #531D45 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 29 | 69 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.67 |
| HSL | 315.56º | 0.48% | 0.22% | - |
| HSV(B) | 315.56º | 0.65% | 0.33% | - |
| XYZ | 5.08 | 3.15 | 5.97 | - |
| YUV | 49.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 69 | 0 | 0.65 | 0.17 | 0.67 | 315.56 | 0.48 | 0.22 |
| Hex | 53 | 1D | 45 | 0 | 41 | 11 | 43 | 13C | 30 | 16 |
| Octal | 123 | 35 | 105 | 0 | 101 | 21 | 103 | 474 | 60 | 26 |
| Binary | 1010011 | 11101 | 1000101 | 0 | 1000001 | 10001 | 1000011 | 100111100 | 110000 | 10110 |
Color Harmonies of #531D45
Complementary color
Monochromatic Colors of #531D45
Black with #531D45
Text Example
Text Example
White with #531D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D45; }
p { color: rgb(83,29,69); }
H1.HeaderClassName
{
color: #531D45;
}
.AnyTagClassName
{
color: #531D45;
}
</style>
background-color css
<style>
a { background-color: #531D45; }
a { background-color: rgb(83,29,69); }
div.DivClassName
{
background-color: #531D45;
}
.BgClassName
{
background-color: #531D45;
}
</style>
border-color css
<style>
span { border-color: #531D45; }
span { border-color: rgb(83,29,69); }
td.TdClassName
{
border-color: #531D45;
}
.TagClassName
{
border-color: #531D45;
}
</style>