Shades of Loulou #531B46
Tints of Loulou #531B46
RGB
CMYK
RGB Variations
Color information
#531B46 (or 0x531B46) is known color: Loulou. HEX triplet: 53, 1B and 46. RGB value is (83,27,70). Sum of RGB (Red+Green+Blue) = 83+27+70=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 27 (10.94% from 255 or 15% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #531B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B46 is #ACE4B9. Grayscale: #303030. Windows color (decimal): -11330746 or 4594515. OLE color: 4594515.
HSL color Cylindrical-coordinate representation of color #531B46: hue angle of 313.93º 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 #531B46 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 70 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.67 |
| HSL | 313.93º | 0.51% | 0.22% | - |
| HSV(B) | 313.93º | 0.67% | 0.33% | - |
| XYZ | 5.06 | 3.07 | 6.12 | - |
| YUV | 48.65 | 140.05 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 70 | 0 | 0.67 | 0.16 | 0.67 | 313.93 | 0.51 | 0.22 |
| Hex | 53 | 1B | 46 | 0 | 43 | 10 | 43 | 13A | 33 | 16 |
| Octal | 123 | 33 | 106 | 0 | 103 | 20 | 103 | 472 | 63 | 26 |
| Binary | 1010011 | 11011 | 1000110 | 0 | 1000011 | 10000 | 1000011 | 100111010 | 110011 | 10110 |
Color Harmonies of #531B46
Complementary color
Monochromatic Colors of #531B46
Black with #531B46
Text Example
Text Example
White with #531B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B46; }
p { color: rgb(83,27,70); }
H1.HeaderClassName
{
color: #531B46;
}
.AnyTagClassName
{
color: #531B46;
}
</style>
background-color css
<style>
a { background-color: #531B46; }
a { background-color: rgb(83,27,70); }
div.DivClassName
{
background-color: #531B46;
}
.BgClassName
{
background-color: #531B46;
}
</style>
border-color css
<style>
span { border-color: #531B46; }
span { border-color: rgb(83,27,70); }
td.TdClassName
{
border-color: #531B46;
}
.TagClassName
{
border-color: #531B46;
}
</style>