Shades of Loulou #552745
Tints of Loulou #552745
RGB
CMYK
RGB Variations
Color information
#552745 (or 0x552745) is known color: Loulou. HEX triplet: 55, 27 and 45. RGB value is (85,39,69). Sum of RGB (Red+Green+Blue) = 85+39+69=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #552745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552745 is #AAD8BA. Grayscale: #383838. Windows color (decimal): -11196603 or 4532053. OLE color: 4532053.
HSL color Cylindrical-coordinate representation of color #552745: hue angle of 320.87º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #552745 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 39 | 69 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.67 |
| HSL | 320.87º | 0.37% | 0.24% | - |
| HSV(B) | 320.87º | 0.54% | 0.33% | - |
| XYZ | 5.55 | 3.81 | 6.07 | - |
| YUV | 56.17 | 135.24 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 39 | 69 | 0 | 0.54 | 0.19 | 0.67 | 320.87 | 0.37 | 0.24 |
| Hex | 55 | 27 | 45 | 0 | 36 | 13 | 43 | 141 | 25 | 18 |
| Octal | 125 | 47 | 105 | 0 | 66 | 23 | 103 | 501 | 45 | 30 |
| Binary | 1010101 | 100111 | 1000101 | 0 | 110110 | 10011 | 1000011 | 101000001 | 100101 | 11000 |
Color Harmonies of #552745
Complementary color
Monochromatic Colors of #552745
Black with #552745
Text Example
Text Example
White with #552745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552745; }
p { color: rgb(85,39,69); }
H1.HeaderClassName
{
color: #552745;
}
.AnyTagClassName
{
color: #552745;
}
</style>
background-color css
<style>
a { background-color: #552745; }
a { background-color: rgb(85,39,69); }
div.DivClassName
{
background-color: #552745;
}
.BgClassName
{
background-color: #552745;
}
</style>
border-color css
<style>
span { border-color: #552745; }
span { border-color: rgb(85,39,69); }
td.TdClassName
{
border-color: #552745;
}
.TagClassName
{
border-color: #552745;
}
</style>