Shades of Loulou #532C46
Tints of Loulou #532C46
RGB
CMYK
RGB Variations
Color information
#532C46 (or 0x532C46) is known color: Loulou. HEX triplet: 53, 2C and 46. RGB value is (83,44,70). Sum of RGB (Red+Green+Blue) = 83+44+70=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #532C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C46 is #ACD3B9. Grayscale: #3A3A3A. Windows color (decimal): -11326394 or 4598867. OLE color: 4598867.
HSL color Cylindrical-coordinate representation of color #532C46: hue angle of 320º 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 #532C46 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 44 | 70 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.67 |
| HSL | 320º | 0.31% | 0.25% | - |
| HSV(B) | 320º | 0.47% | 0.33% | - |
| XYZ | 5.57 | 4.08 | 6.29 | - |
| YUV | 58.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 70 | 0 | 0.47 | 0.16 | 0.67 | 320 | 0.31 | 0.25 |
| Hex | 53 | 2C | 46 | 0 | 2F | 10 | 43 | 140 | 1F | 19 |
| Octal | 123 | 54 | 106 | 0 | 57 | 20 | 103 | 500 | 37 | 31 |
| Binary | 1010011 | 101100 | 1000110 | 0 | 101111 | 10000 | 1000011 | 101000000 | 11111 | 11001 |
Color Harmonies of #532C46
Complementary color
Monochromatic Colors of #532C46
Black with #532C46
Text Example
Text Example
White with #532C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C46; }
p { color: rgb(83,44,70); }
H1.HeaderClassName
{
color: #532C46;
}
.AnyTagClassName
{
color: #532C46;
}
</style>
background-color css
<style>
a { background-color: #532C46; }
a { background-color: rgb(83,44,70); }
div.DivClassName
{
background-color: #532C46;
}
.BgClassName
{
background-color: #532C46;
}
</style>
border-color css
<style>
span { border-color: #532C46; }
span { border-color: rgb(83,44,70); }
td.TdClassName
{
border-color: #532C46;
}
.TagClassName
{
border-color: #532C46;
}
</style>