Shades of Loulou #532A44
Tints of Loulou #532A44
RGB
CMYK
RGB Variations
Color information
#532A44 (or 0x532A44) is known color: Loulou. HEX triplet: 53, 2A and 44. RGB value is (83,42,68). Sum of RGB (Red+Green+Blue) = 83+42+68=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #532A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A44 is #ACD5BB. Grayscale: #393939. Windows color (decimal): -11326908 or 4467283. OLE color: 4467283.
HSL color Cylindrical-coordinate representation of color #532A44: hue angle of 321.95º 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 #532A44 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 42 | 68 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.67 |
| HSL | 321.95º | 0.33% | 0.25% | - |
| HSV(B) | 321.95º | 0.49% | 0.33% | - |
| XYZ | 5.44 | 3.91 | 5.94 | - |
| YUV | 57.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 68 | 0 | 0.49 | 0.18 | 0.67 | 321.95 | 0.33 | 0.25 |
| Hex | 53 | 2A | 44 | 0 | 31 | 12 | 43 | 142 | 21 | 19 |
| Octal | 123 | 52 | 104 | 0 | 61 | 22 | 103 | 502 | 41 | 31 |
| Binary | 1010011 | 101010 | 1000100 | 0 | 110001 | 10010 | 1000011 | 101000010 | 100001 | 11001 |
Color Harmonies of #532A44
Complementary color
Monochromatic Colors of #532A44
Black with #532A44
Text Example
Text Example
White with #532A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A44; }
p { color: rgb(83,42,68); }
H1.HeaderClassName
{
color: #532A44;
}
.AnyTagClassName
{
color: #532A44;
}
</style>
background-color css
<style>
a { background-color: #532A44; }
a { background-color: rgb(83,42,68); }
div.DivClassName
{
background-color: #532A44;
}
.BgClassName
{
background-color: #532A44;
}
</style>
border-color css
<style>
span { border-color: #532A44; }
span { border-color: rgb(83,42,68); }
td.TdClassName
{
border-color: #532A44;
}
.TagClassName
{
border-color: #532A44;
}
</style>