Shades of Loulou #532A4E
Tints of Loulou #532A4E
RGB
CMYK
RGB Variations
Color information
#532A4E (or 0x532A4E) is known color: Loulou. HEX triplet: 53, 2A and 4E. RGB value is (83,42,78). Sum of RGB (Red+Green+Blue) = 83+42+78=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #532A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532A4E is #ACD5B1. Grayscale: #3A3A3A. Windows color (decimal): -11326898 or 5122643. OLE color: 5122643.
HSL color Cylindrical-coordinate representation of color #532A4E: hue angle of 307.32º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #532A4E is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 42 | 78 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.67 |
| HSL | 307.32º | 0.33% | 0.25% | - |
| HSV(B) | 307.32º | 0.49% | 0.33% | - |
| XYZ | 5.77 | 4.04 | 7.68 | - |
| YUV | 58.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 78 | 0 | 0.49 | 0.06 | 0.67 | 307.32 | 0.33 | 0.25 |
| Hex | 53 | 2A | 4E | 0 | 31 | 6 | 43 | 133 | 21 | 19 |
| Octal | 123 | 52 | 116 | 0 | 61 | 6 | 103 | 463 | 41 | 31 |
| Binary | 1010011 | 101010 | 1001110 | 0 | 110001 | 110 | 1000011 | 100110011 | 100001 | 11001 |
Color Harmonies of #532A4E
Complementary color
Monochromatic Colors of #532A4E
Black with #532A4E
Text Example
Text Example
White with #532A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A4E; }
p { color: rgb(83,42,78); }
H1.HeaderClassName
{
color: #532A4E;
}
.AnyTagClassName
{
color: #532A4E;
}
</style>
background-color css
<style>
a { background-color: #532A4E; }
a { background-color: rgb(83,42,78); }
div.DivClassName
{
background-color: #532A4E;
}
.BgClassName
{
background-color: #532A4E;
}
</style>
border-color css
<style>
span { border-color: #532A4E; }
span { border-color: rgb(83,42,78); }
td.TdClassName
{
border-color: #532A4E;
}
.TagClassName
{
border-color: #532A4E;
}
</style>