Shades of Loulou #532D50
Tints of Loulou #532D50
RGB
CMYK
RGB Variations
Color information
#532D50 (or 0x532D50) is known color: Loulou. HEX triplet: 53, 2D and 50. RGB value is (83,45,80). Sum of RGB (Red+Green+Blue) = 83+45+80=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #532D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532D50 is #ACD2AF. Grayscale: #3C3C3C. Windows color (decimal): -11326128 or 5254483. OLE color: 5254483.
HSL color Cylindrical-coordinate representation of color #532D50: hue angle of 304.74º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #532D50 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 45 | 80 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.67 |
| HSL | 304.74º | 0.3% | 0.25% | - |
| HSV(B) | 304.74º | 0.46% | 0.33% | - |
| XYZ | 5.95 | 4.29 | 8.1 | - |
| YUV | 60.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 80 | 0 | 0.46 | 0.04 | 0.67 | 304.74 | 0.3 | 0.25 |
| Hex | 53 | 2D | 50 | 0 | 2E | 4 | 43 | 131 | 1E | 19 |
| Octal | 123 | 55 | 120 | 0 | 56 | 4 | 103 | 461 | 36 | 31 |
| Binary | 1010011 | 101101 | 1010000 | 0 | 101110 | 100 | 1000011 | 100110001 | 11110 | 11001 |
Color Harmonies of #532D50
Complementary color
Monochromatic Colors of #532D50
Black with #532D50
Text Example
Text Example
White with #532D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D50; }
p { color: rgb(83,45,80); }
H1.HeaderClassName
{
color: #532D50;
}
.AnyTagClassName
{
color: #532D50;
}
</style>
background-color css
<style>
a { background-color: #532D50; }
a { background-color: rgb(83,45,80); }
div.DivClassName
{
background-color: #532D50;
}
.BgClassName
{
background-color: #532D50;
}
</style>
border-color css
<style>
span { border-color: #532D50; }
span { border-color: rgb(83,45,80); }
td.TdClassName
{
border-color: #532D50;
}
.TagClassName
{
border-color: #532D50;
}
</style>