Shades of Loulou #552C46
Tints of Loulou #552C46
RGB
CMYK
RGB Variations
Color information
#552C46 (or 0x552C46) is known color: Loulou. HEX triplet: 55, 2C and 46. RGB value is (85,44,70). Sum of RGB (Red+Green+Blue) = 85+44+70=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #552C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C46 is #AAD3B9. Grayscale: #3B3B3B. Windows color (decimal): -11195322 or 4598869. OLE color: 4598869.
HSL color Cylindrical-coordinate representation of color #552C46: hue angle of 321.95º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #552C46 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 44 | 70 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.67 |
| HSL | 321.95º | 0.32% | 0.25% | - |
| HSV(B) | 321.95º | 0.48% | 0.33% | - |
| XYZ | 5.75 | 4.17 | 6.3 | - |
| YUV | 59.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 70 | 0 | 0.48 | 0.18 | 0.67 | 321.95 | 0.32 | 0.25 |
| Hex | 55 | 2C | 46 | 0 | 30 | 12 | 43 | 142 | 20 | 19 |
| Octal | 125 | 54 | 106 | 0 | 60 | 22 | 103 | 502 | 40 | 31 |
| Binary | 1010101 | 101100 | 1000110 | 0 | 110000 | 10010 | 1000011 | 101000010 | 100000 | 11001 |
Color Harmonies of #552C46
Complementary color
Monochromatic Colors of #552C46
Black with #552C46
Text Example
Text Example
White with #552C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C46; }
p { color: rgb(85,44,70); }
H1.HeaderClassName
{
color: #552C46;
}
.AnyTagClassName
{
color: #552C46;
}
</style>
background-color css
<style>
a { background-color: #552C46; }
a { background-color: rgb(85,44,70); }
div.DivClassName
{
background-color: #552C46;
}
.BgClassName
{
background-color: #552C46;
}
</style>
border-color css
<style>
span { border-color: #552C46; }
span { border-color: rgb(85,44,70); }
td.TdClassName
{
border-color: #552C46;
}
.TagClassName
{
border-color: #552C46;
}
</style>