Shades of Loulou #531F45
Tints of Loulou #531F45
RGB
CMYK
RGB Variations
Color information
#531F45 (or 0x531F45) is known color: Loulou. HEX triplet: 53, 1F and 45. RGB value is (83,31,69). Sum of RGB (Red+Green+Blue) = 83+31+69=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #531F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F45 is #ACE0BA. Grayscale: #323232. Windows color (decimal): -11329723 or 4530003. OLE color: 4530003.
HSL color Cylindrical-coordinate representation of color #531F45: hue angle of 316.15º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F45 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 69 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.67 |
| HSL | 316.15º | 0.46% | 0.22% | - |
| HSV(B) | 316.15º | 0.63% | 0.33% | - |
| XYZ | 5.13 | 3.25 | 5.99 | - |
| YUV | 50.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 69 | 0 | 0.63 | 0.17 | 0.67 | 316.15 | 0.46 | 0.22 |
| Hex | 53 | 1F | 45 | 0 | 3F | 11 | 43 | 13C | 2E | 16 |
| Octal | 123 | 37 | 105 | 0 | 77 | 21 | 103 | 474 | 56 | 26 |
| Binary | 1010011 | 11111 | 1000101 | 0 | 111111 | 10001 | 1000011 | 100111100 | 101110 | 10110 |
Color Harmonies of #531F45
Complementary color
Monochromatic Colors of #531F45
Black with #531F45
Text Example
Text Example
White with #531F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F45; }
p { color: rgb(83,31,69); }
H1.HeaderClassName
{
color: #531F45;
}
.AnyTagClassName
{
color: #531F45;
}
</style>
background-color css
<style>
a { background-color: #531F45; }
a { background-color: rgb(83,31,69); }
div.DivClassName
{
background-color: #531F45;
}
.BgClassName
{
background-color: #531F45;
}
</style>
border-color css
<style>
span { border-color: #531F45; }
span { border-color: rgb(83,31,69); }
td.TdClassName
{
border-color: #531F45;
}
.TagClassName
{
border-color: #531F45;
}
</style>