Shades of Loulou #551745
Tints of Loulou #551745
RGB
CMYK
RGB Variations
Color information
#551745 (or 0x551745) is known color: Loulou. HEX triplet: 55, 17 and 45. RGB value is (85,23,69). Sum of RGB (Red+Green+Blue) = 85+23+69=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #551745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551745 is #AAE8BA. Grayscale: #2E2E2E. Windows color (decimal): -11200699 or 4527957. OLE color: 4527957.
HSL color Cylindrical-coordinate representation of color #551745: hue angle of 315.48º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #551745 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 69 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.67 |
| HSL | 315.48º | 0.57% | 0.21% | - |
| HSV(B) | 315.48º | 0.73% | 0.33% | - |
| XYZ | 5.13 | 2.97 | 5.93 | - |
| YUV | 46.78 | 140.54 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 69 | 0 | 0.73 | 0.19 | 0.67 | 315.48 | 0.57 | 0.21 |
| Hex | 55 | 17 | 45 | 0 | 49 | 13 | 43 | 13B | 39 | 15 |
| Octal | 125 | 27 | 105 | 0 | 111 | 23 | 103 | 473 | 71 | 25 |
| Binary | 1010101 | 10111 | 1000101 | 0 | 1001001 | 10011 | 1000011 | 100111011 | 111001 | 10101 |
Color Harmonies of #551745
Complementary color
Monochromatic Colors of #551745
Black with #551745
Text Example
Text Example
White with #551745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551745; }
p { color: rgb(85,23,69); }
H1.HeaderClassName
{
color: #551745;
}
.AnyTagClassName
{
color: #551745;
}
</style>
background-color css
<style>
a { background-color: #551745; }
a { background-color: rgb(85,23,69); }
div.DivClassName
{
background-color: #551745;
}
.BgClassName
{
background-color: #551745;
}
</style>
border-color css
<style>
span { border-color: #551745; }
span { border-color: rgb(85,23,69); }
td.TdClassName
{
border-color: #551745;
}
.TagClassName
{
border-color: #551745;
}
</style>