Shades of Loulou #55324D
Tints of Loulou #55324D
RGB
CMYK
RGB Variations
Color information
#55324D (or 0x55324D) is known color: Loulou. HEX triplet: 55, 32 and 4D. RGB value is (85,50,77). Sum of RGB (Red+Green+Blue) = 85+50+77=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #55324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55324D is #AACDB2. Grayscale: #3F3F3F. Windows color (decimal): -11193779 or 5059157. OLE color: 5059157.
HSL color Cylindrical-coordinate representation of color #55324D: hue angle of 313.71º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55324D is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 50 | 77 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.67 |
| HSL | 313.71º | 0.26% | 0.26% | - |
| HSV(B) | 313.71º | 0.41% | 0.33% | - |
| XYZ | 6.23 | 4.75 | 7.61 | - |
| YUV | 63.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 77 | 0 | 0.41 | 0.09 | 0.67 | 313.71 | 0.26 | 0.26 |
| Hex | 55 | 32 | 4D | 0 | 29 | 9 | 43 | 13A | 1A | 1A |
| Octal | 125 | 62 | 115 | 0 | 51 | 11 | 103 | 472 | 32 | 32 |
| Binary | 1010101 | 110010 | 1001101 | 0 | 101001 | 1001 | 1000011 | 100111010 | 11010 | 11010 |
Color Harmonies of #55324D
Complementary color
Monochromatic Colors of #55324D
Black with #55324D
Text Example
Text Example
White with #55324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55324D; }
p { color: rgb(85,50,77); }
H1.HeaderClassName
{
color: #55324D;
}
.AnyTagClassName
{
color: #55324D;
}
</style>
background-color css
<style>
a { background-color: #55324D; }
a { background-color: rgb(85,50,77); }
div.DivClassName
{
background-color: #55324D;
}
.BgClassName
{
background-color: #55324D;
}
</style>
border-color css
<style>
span { border-color: #55324D; }
span { border-color: rgb(85,50,77); }
td.TdClassName
{
border-color: #55324D;
}
.TagClassName
{
border-color: #55324D;
}
</style>