Shades of Loulou #552C4C
Tints of Loulou #552C4C
RGB
CMYK
RGB Variations
Color information
#552C4C (or 0x552C4C) is known color: Loulou. HEX triplet: 55, 2C and 4C. RGB value is (85,44,76). Sum of RGB (Red+Green+Blue) = 85+44+76=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #552C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C4C is #AAD3B3. Grayscale: #3B3B3B. Windows color (decimal): -11195316 or 4992085. OLE color: 4992085.
HSL color Cylindrical-coordinate representation of color #552C4C: hue angle of 313.17º 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 #552C4C is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 44 | 76 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.67 |
| HSL | 313.17º | 0.32% | 0.25% | - |
| HSV(B) | 313.17º | 0.48% | 0.33% | - |
| XYZ | 5.95 | 4.25 | 7.34 | - |
| YUV | 59.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 76 | 0 | 0.48 | 0.11 | 0.67 | 313.17 | 0.32 | 0.25 |
| Hex | 55 | 2C | 4C | 0 | 30 | B | 43 | 139 | 20 | 19 |
| Octal | 125 | 54 | 114 | 0 | 60 | 13 | 103 | 471 | 40 | 31 |
| Binary | 1010101 | 101100 | 1001100 | 0 | 110000 | 1011 | 1000011 | 100111001 | 100000 | 11001 |
Color Harmonies of #552C4C
Complementary color
Monochromatic Colors of #552C4C
Black with #552C4C
Text Example
Text Example
White with #552C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C4C; }
p { color: rgb(85,44,76); }
H1.HeaderClassName
{
color: #552C4C;
}
.AnyTagClassName
{
color: #552C4C;
}
</style>
background-color css
<style>
a { background-color: #552C4C; }
a { background-color: rgb(85,44,76); }
div.DivClassName
{
background-color: #552C4C;
}
.BgClassName
{
background-color: #552C4C;
}
</style>
border-color css
<style>
span { border-color: #552C4C; }
span { border-color: rgb(85,44,76); }
td.TdClassName
{
border-color: #552C4C;
}
.TagClassName
{
border-color: #552C4C;
}
</style>