Shades of Loulou #532644
Tints of Loulou #532644
RGB
CMYK
RGB Variations
Color information
#532644 (or 0x532644) is known color: Loulou. HEX triplet: 53, 26 and 44. RGB value is (83,38,68). Sum of RGB (Red+Green+Blue) = 83+38+68=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #532644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532644 is #ACD9BB. Grayscale: #363636. Windows color (decimal): -11327932 or 4466259. OLE color: 4466259.
HSL color Cylindrical-coordinate representation of color #532644: hue angle of 320º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #532644 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 38 | 68 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.67 |
| HSL | 320º | 0.37% | 0.24% | - |
| HSV(B) | 320º | 0.54% | 0.33% | - |
| XYZ | 5.3 | 3.64 | 5.89 | - |
| YUV | 54.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 38 | 68 | 0 | 0.54 | 0.18 | 0.67 | 320 | 0.37 | 0.24 |
| Hex | 53 | 26 | 44 | 0 | 36 | 12 | 43 | 140 | 25 | 18 |
| Octal | 123 | 46 | 104 | 0 | 66 | 22 | 103 | 500 | 45 | 30 |
| Binary | 1010011 | 100110 | 1000100 | 0 | 110110 | 10010 | 1000011 | 101000000 | 100101 | 11000 |
Color Harmonies of #532644
Complementary color
Monochromatic Colors of #532644
Black with #532644
Text Example
Text Example
White with #532644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532644; }
p { color: rgb(83,38,68); }
H1.HeaderClassName
{
color: #532644;
}
.AnyTagClassName
{
color: #532644;
}
</style>
background-color css
<style>
a { background-color: #532644; }
a { background-color: rgb(83,38,68); }
div.DivClassName
{
background-color: #532644;
}
.BgClassName
{
background-color: #532644;
}
</style>
border-color css
<style>
span { border-color: #532644; }
span { border-color: rgb(83,38,68); }
td.TdClassName
{
border-color: #532644;
}
.TagClassName
{
border-color: #532644;
}
</style>