Shades of Loulou #552E49
Tints of Loulou #552E49
RGB
CMYK
RGB Variations
Color information
#552E49 (or 0x552E49) is known color: Loulou. HEX triplet: 55, 2E and 49. RGB value is (85,46,73). Sum of RGB (Red+Green+Blue) = 85+46+73=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #552E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E49 is #AAD1B6. Grayscale: #3C3C3C. Windows color (decimal): -11194807 or 4795989. OLE color: 4795989.
HSL color Cylindrical-coordinate representation of color #552E49: hue angle of 318.46º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #552E49 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 46 | 73 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.67 |
| HSL | 318.46º | 0.3% | 0.26% | - |
| HSV(B) | 318.46º | 0.46% | 0.33% | - |
| XYZ | 5.93 | 4.37 | 6.83 | - |
| YUV | 60.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 73 | 0 | 0.46 | 0.14 | 0.67 | 318.46 | 0.3 | 0.26 |
| Hex | 55 | 2E | 49 | 0 | 2E | E | 43 | 13E | 1E | 1A |
| Octal | 125 | 56 | 111 | 0 | 56 | 16 | 103 | 476 | 36 | 32 |
| Binary | 1010101 | 101110 | 1001001 | 0 | 101110 | 1110 | 1000011 | 100111110 | 11110 | 11010 |
Color Harmonies of #552E49
Complementary color
Monochromatic Colors of #552E49
Black with #552E49
Text Example
Text Example
White with #552E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E49; }
p { color: rgb(85,46,73); }
H1.HeaderClassName
{
color: #552E49;
}
.AnyTagClassName
{
color: #552E49;
}
</style>
background-color css
<style>
a { background-color: #552E49; }
a { background-color: rgb(85,46,73); }
div.DivClassName
{
background-color: #552E49;
}
.BgClassName
{
background-color: #552E49;
}
</style>
border-color css
<style>
span { border-color: #552E49; }
span { border-color: rgb(85,46,73); }
td.TdClassName
{
border-color: #552E49;
}
.TagClassName
{
border-color: #552E49;
}
</style>