Shades of Loulou #552B46
Tints of Loulou #552B46
RGB
CMYK
RGB Variations
Color information
#552B46 (or 0x552B46) is known color: Loulou. HEX triplet: 55, 2B and 46. RGB value is (85,43,70). Sum of RGB (Red+Green+Blue) = 85+43+70=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #552B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B46 is #AAD4B9. Grayscale: #3A3A3A. Windows color (decimal): -11195578 or 4598613. OLE color: 4598613.
HSL color Cylindrical-coordinate representation of color #552B46: hue angle of 321.43º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #552B46 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 43 | 70 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.67 |
| HSL | 321.43º | 0.33% | 0.25% | - |
| HSV(B) | 321.43º | 0.49% | 0.33% | - |
| XYZ | 5.72 | 4.1 | 6.28 | - |
| YUV | 58.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 70 | 0 | 0.49 | 0.18 | 0.67 | 321.43 | 0.33 | 0.25 |
| Hex | 55 | 2B | 46 | 0 | 31 | 12 | 43 | 141 | 21 | 19 |
| Octal | 125 | 53 | 106 | 0 | 61 | 22 | 103 | 501 | 41 | 31 |
| Binary | 1010101 | 101011 | 1000110 | 0 | 110001 | 10010 | 1000011 | 101000001 | 100001 | 11001 |
Color Harmonies of #552B46
Complementary color
Monochromatic Colors of #552B46
Black with #552B46
Text Example
Text Example
White with #552B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552B46; }
p { color: rgb(85,43,70); }
H1.HeaderClassName
{
color: #552B46;
}
.AnyTagClassName
{
color: #552B46;
}
</style>
background-color css
<style>
a { background-color: #552B46; }
a { background-color: rgb(85,43,70); }
div.DivClassName
{
background-color: #552B46;
}
.BgClassName
{
background-color: #552B46;
}
</style>
border-color css
<style>
span { border-color: #552B46; }
span { border-color: rgb(85,43,70); }
td.TdClassName
{
border-color: #552B46;
}
.TagClassName
{
border-color: #552B46;
}
</style>