Shades of Loulou #532D4E
Tints of Loulou #532D4E
RGB
CMYK
RGB Variations
Color information
#532D4E (or 0x532D4E) is known color: Loulou. HEX triplet: 53, 2D and 4E. RGB value is (83,45,78). Sum of RGB (Red+Green+Blue) = 83+45+78=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #532D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532D4E is #ACD2B1. Grayscale: #3C3C3C. Windows color (decimal): -11326130 or 5123411. OLE color: 5123411.
HSL color Cylindrical-coordinate representation of color #532D4E: hue angle of 307.89º 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 #532D4E is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 45 | 78 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.67 |
| HSL | 307.89º | 0.3% | 0.25% | - |
| HSV(B) | 307.89º | 0.46% | 0.33% | - |
| XYZ | 5.88 | 4.27 | 7.72 | - |
| YUV | 60.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 78 | 0 | 0.46 | 0.06 | 0.67 | 307.89 | 0.3 | 0.25 |
| Hex | 53 | 2D | 4E | 0 | 2E | 6 | 43 | 134 | 1E | 19 |
| Octal | 123 | 55 | 116 | 0 | 56 | 6 | 103 | 464 | 36 | 31 |
| Binary | 1010011 | 101101 | 1001110 | 0 | 101110 | 110 | 1000011 | 100110100 | 11110 | 11001 |
Color Harmonies of #532D4E
Complementary color
Monochromatic Colors of #532D4E
Black with #532D4E
Text Example
Text Example
White with #532D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D4E; }
p { color: rgb(83,45,78); }
H1.HeaderClassName
{
color: #532D4E;
}
.AnyTagClassName
{
color: #532D4E;
}
</style>
background-color css
<style>
a { background-color: #532D4E; }
a { background-color: rgb(83,45,78); }
div.DivClassName
{
background-color: #532D4E;
}
.BgClassName
{
background-color: #532D4E;
}
</style>
border-color css
<style>
span { border-color: #532D4E; }
span { border-color: rgb(83,45,78); }
td.TdClassName
{
border-color: #532D4E;
}
.TagClassName
{
border-color: #532D4E;
}
</style>