Shades of Loulou #532D4C
Tints of Loulou #532D4C
RGB
CMYK
RGB Variations
Color information
#532D4C (or 0x532D4C) is known color: Loulou. HEX triplet: 53, 2D and 4C. RGB value is (83,45,76). Sum of RGB (Red+Green+Blue) = 83+45+76=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #532D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D4C is #ACD2B3. Grayscale: #3B3B3B. Windows color (decimal): -11326132 or 4992339. OLE color: 4992339.
HSL color Cylindrical-coordinate representation of color #532D4C: hue angle of 311.05º 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 #532D4C is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 45 | 76 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.67 |
| HSL | 311.05º | 0.3% | 0.25% | - |
| HSV(B) | 311.05º | 0.46% | 0.33% | - |
| XYZ | 5.81 | 4.24 | 7.35 | - |
| YUV | 59.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 76 | 0 | 0.46 | 0.08 | 0.67 | 311.05 | 0.3 | 0.25 |
| Hex | 53 | 2D | 4C | 0 | 2E | 8 | 43 | 137 | 1E | 19 |
| Octal | 123 | 55 | 114 | 0 | 56 | 10 | 103 | 467 | 36 | 31 |
| Binary | 1010011 | 101101 | 1001100 | 0 | 101110 | 1000 | 1000011 | 100110111 | 11110 | 11001 |
Color Harmonies of #532D4C
Complementary color
Monochromatic Colors of #532D4C
Black with #532D4C
Text Example
Text Example
White with #532D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D4C; }
p { color: rgb(83,45,76); }
H1.HeaderClassName
{
color: #532D4C;
}
.AnyTagClassName
{
color: #532D4C;
}
</style>
background-color css
<style>
a { background-color: #532D4C; }
a { background-color: rgb(83,45,76); }
div.DivClassName
{
background-color: #532D4C;
}
.BgClassName
{
background-color: #532D4C;
}
</style>
border-color css
<style>
span { border-color: #532D4C; }
span { border-color: rgb(83,45,76); }
td.TdClassName
{
border-color: #532D4C;
}
.TagClassName
{
border-color: #532D4C;
}
</style>