Shades of Loulou #532C4D
Tints of Loulou #532C4D
RGB
CMYK
RGB Variations
Color information
#532C4D (or 0x532C4D) is known color: Loulou. HEX triplet: 53, 2C and 4D. RGB value is (83,44,77). Sum of RGB (Red+Green+Blue) = 83+44+77=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #532C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532C4D is #ACD3B2. Grayscale: #3B3B3B. Windows color (decimal): -11326387 or 5057619. OLE color: 5057619.
HSL color Cylindrical-coordinate representation of color #532C4D: hue angle of 309.23º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #532C4D is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 44 | 77 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.67 |
| HSL | 309.23º | 0.31% | 0.25% | - |
| HSV(B) | 309.23º | 0.47% | 0.33% | - |
| XYZ | 5.81 | 4.18 | 7.52 | - |
| YUV | 59.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 77 | 0 | 0.47 | 0.07 | 0.67 | 309.23 | 0.31 | 0.25 |
| Hex | 53 | 2C | 4D | 0 | 2F | 7 | 43 | 135 | 1F | 19 |
| Octal | 123 | 54 | 115 | 0 | 57 | 7 | 103 | 465 | 37 | 31 |
| Binary | 1010011 | 101100 | 1001101 | 0 | 101111 | 111 | 1000011 | 100110101 | 11111 | 11001 |
Color Harmonies of #532C4D
Complementary color
Monochromatic Colors of #532C4D
Black with #532C4D
Text Example
Text Example
White with #532C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C4D; }
p { color: rgb(83,44,77); }
H1.HeaderClassName
{
color: #532C4D;
}
.AnyTagClassName
{
color: #532C4D;
}
</style>
background-color css
<style>
a { background-color: #532C4D; }
a { background-color: rgb(83,44,77); }
div.DivClassName
{
background-color: #532C4D;
}
.BgClassName
{
background-color: #532C4D;
}
</style>
border-color css
<style>
span { border-color: #532C4D; }
span { border-color: rgb(83,44,77); }
td.TdClassName
{
border-color: #532C4D;
}
.TagClassName
{
border-color: #532C4D;
}
</style>