Shades of Loulou #532D46
Tints of Loulou #532D46
RGB
CMYK
RGB Variations
Color information
#532D46 (or 0x532D46) is known color: Loulou. HEX triplet: 53, 2D and 46. RGB value is (83,45,70). Sum of RGB (Red+Green+Blue) = 83+45+70=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #532D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D46 is #ACD2B9. Grayscale: #3B3B3B. Windows color (decimal): -11326138 or 4599123. OLE color: 4599123.
HSL color Cylindrical-coordinate representation of color #532D46: hue angle of 320.53º 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 #532D46 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 45 | 70 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.67 |
| HSL | 320.53º | 0.3% | 0.25% | - |
| HSV(B) | 320.53º | 0.46% | 0.33% | - |
| XYZ | 5.61 | 4.16 | 6.3 | - |
| YUV | 59.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 70 | 0 | 0.46 | 0.16 | 0.67 | 320.53 | 0.3 | 0.25 |
| Hex | 53 | 2D | 46 | 0 | 2E | 10 | 43 | 141 | 1E | 19 |
| Octal | 123 | 55 | 106 | 0 | 56 | 20 | 103 | 501 | 36 | 31 |
| Binary | 1010011 | 101101 | 1000110 | 0 | 101110 | 10000 | 1000011 | 101000001 | 11110 | 11001 |
Color Harmonies of #532D46
Complementary color
Monochromatic Colors of #532D46
Black with #532D46
Text Example
Text Example
White with #532D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D46; }
p { color: rgb(83,45,70); }
H1.HeaderClassName
{
color: #532D46;
}
.AnyTagClassName
{
color: #532D46;
}
</style>
background-color css
<style>
a { background-color: #532D46; }
a { background-color: rgb(83,45,70); }
div.DivClassName
{
background-color: #532D46;
}
.BgClassName
{
background-color: #532D46;
}
</style>
border-color css
<style>
span { border-color: #532D46; }
span { border-color: rgb(83,45,70); }
td.TdClassName
{
border-color: #532D46;
}
.TagClassName
{
border-color: #532D46;
}
</style>