Shades of Loulou #532B4D
Tints of Loulou #532B4D
RGB
CMYK
RGB Variations
Color information
#532B4D (or 0x532B4D) is known color: Loulou. HEX triplet: 53, 2B and 4D. RGB value is (83,43,77). Sum of RGB (Red+Green+Blue) = 83+43+77=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #532B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532B4D is #ACD4B2. Grayscale: #3A3A3A. Windows color (decimal): -11326643 or 5057363. OLE color: 5057363.
HSL color Cylindrical-coordinate representation of color #532B4D: hue angle of 309º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #532B4D is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 43 | 77 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.67 |
| HSL | 309º | 0.32% | 0.25% | - |
| HSV(B) | 309º | 0.48% | 0.33% | - |
| XYZ | 5.77 | 4.1 | 7.51 | - |
| YUV | 58.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 77 | 0 | 0.48 | 0.07 | 0.67 | 309 | 0.32 | 0.25 |
| Hex | 53 | 2B | 4D | 0 | 30 | 7 | 43 | 135 | 20 | 19 |
| Octal | 123 | 53 | 115 | 0 | 60 | 7 | 103 | 465 | 40 | 31 |
| Binary | 1010011 | 101011 | 1001101 | 0 | 110000 | 111 | 1000011 | 100110101 | 100000 | 11001 |
Color Harmonies of #532B4D
Complementary color
Monochromatic Colors of #532B4D
Black with #532B4D
Text Example
Text Example
White with #532B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532B4D; }
p { color: rgb(83,43,77); }
H1.HeaderClassName
{
color: #532B4D;
}
.AnyTagClassName
{
color: #532B4D;
}
</style>
background-color css
<style>
a { background-color: #532B4D; }
a { background-color: rgb(83,43,77); }
div.DivClassName
{
background-color: #532B4D;
}
.BgClassName
{
background-color: #532B4D;
}
</style>
border-color css
<style>
span { border-color: #532B4D; }
span { border-color: rgb(83,43,77); }
td.TdClassName
{
border-color: #532B4D;
}
.TagClassName
{
border-color: #532B4D;
}
</style>