Shades of Loulou #552949
Tints of Loulou #552949
RGB
CMYK
RGB Variations
Color information
#552949 (or 0x552949) is known color: Loulou. HEX triplet: 55, 29 and 49. RGB value is (85,41,73). Sum of RGB (Red+Green+Blue) = 85+41+73=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #552949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552949 is #AAD6B6. Grayscale: #393939. Windows color (decimal): -11196087 or 4794709. OLE color: 4794709.
HSL color Cylindrical-coordinate representation of color #552949: hue angle of 316.36º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #552949 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 41 | 73 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.67 |
| HSL | 316.36º | 0.35% | 0.25% | - |
| HSV(B) | 316.36º | 0.52% | 0.33% | - |
| XYZ | 5.74 | 4 | 6.77 | - |
| YUV | 57.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 41 | 73 | 0 | 0.52 | 0.14 | 0.67 | 316.36 | 0.35 | 0.25 |
| Hex | 55 | 29 | 49 | 0 | 34 | E | 43 | 13C | 23 | 19 |
| Octal | 125 | 51 | 111 | 0 | 64 | 16 | 103 | 474 | 43 | 31 |
| Binary | 1010101 | 101001 | 1001001 | 0 | 110100 | 1110 | 1000011 | 100111100 | 100011 | 11001 |
Color Harmonies of #552949
Complementary color
Monochromatic Colors of #552949
Black with #552949
Text Example
Text Example
White with #552949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552949; }
p { color: rgb(85,41,73); }
H1.HeaderClassName
{
color: #552949;
}
.AnyTagClassName
{
color: #552949;
}
</style>
background-color css
<style>
a { background-color: #552949; }
a { background-color: rgb(85,41,73); }
div.DivClassName
{
background-color: #552949;
}
.BgClassName
{
background-color: #552949;
}
</style>
border-color css
<style>
span { border-color: #552949; }
span { border-color: rgb(85,41,73); }
td.TdClassName
{
border-color: #552949;
}
.TagClassName
{
border-color: #552949;
}
</style>